Re: SOST msg "Document changed due to security requirements"
That worked for me. Thanks, Marco
View ArticleRe: A simple update doesn't update custom table
I am guessing that it doesn't work because lw_zerate_dtl is empty - your code doesn't appear to fill it. cheersPaul
View ArticleRe: How to add a pdf image into Adobe Form
Hi Ryan, Thanks for your mail. Could you please let me know how can i add the BSP application into my existing report? I can't create it separately. Because I already have different 4 pages of display...
View ArticleRe: A simple update doesn't update custom table
Many thanks for your input Paul. Actually data is available in table and I'm trying to update the same records as shown below (the highlighted column).
View ArticleRe: RTTS example
Hi Srinad, this describe_by_name will describe types which are in the datadictionary (SE11). The data element 'VALUE'. So in your last example the data element VALUE will be described, instead of the...
View ArticleRe: Repurcussions of modifying MENG13
We have commercical units such as Each, Case, Box as our Base Unit of Measure. Our production is by weights such as grams, kilo grams and pounds. When large units like Case get converted to small units...
View ArticleRe: Unlock material in BDC program
Hi Boon, Instead of BDC, in the past I found myself quite confortable with MATERIAL_MAINTAIN_DARK function module, for a very similar requirement.It's a well documented FM. You can pass almost all...
View ArticleRe: Problem in creating Dynamic internal table
Hi Dileep, This is a limitation of GENERATE SUBROUTINE POOL: Check this documentation GENERATE SUBROUTINE POOL Syntax GENERATE SUBROUTINE POOL itab NAME prog [error_handling]. Effect This statement...
View ArticleRe: Repurcussions of modifying MENG13
I recommend that you read the consulting note 362932 - Conversion with proportion/product unitsas it explains the whole problematic with examples
View ArticleRe: Unlock material in BDC program
Hi, I think, do you need use the Lock Object Function Module after process first material. ENQUEUE_*MAT* DEQUEUE_*MAT* by check is material is locked use the ENQUEUE Function Module, if you want unlock...
View Articleis there any screen-exit or any other possibility to add few fields in it in...
is there any screen-exit or any other possibility to add few fields in it in IW21 t-code.
View ArticleRe: About work order STAT
Thanks! May I further clarify for a word order, which is not closed. Will the table show STAT = I0046 and INACT = X?ORWill the table do not have STAT = I0046? BR,King
View ArticleTrimming internal table based on criteria
Dear ABAP gurus, I have an internal table say itab1 which has 3 fields- date,user,terminal( 'terminal' field denotes terminal from which 'user' has logged in)This internal table has records. From this...
View ArticleRe: is there any screen-exit or any other possibility to add few fields in it...
Hi, Sure!!!! check this link: http://scn.sap.com/thread/3206179 http://www.****************/Tutorials/ExitsBADIs/IW21/Index.htm I hope those links help you! Regards,
View ArticleRe: Authorization Object Values
Hi, Is it related to ACE configurations in CRM. It can be done via ACE usages. Check the below links to get started. Configuration & Implementation of CRM Access Control Engine (ACE)-Part 1...
View ArticleRe: Authorization Object Values
I think you looking for this AUTHORITY-CHECK OBJECT 'V_VBAK_VKO' ID'VKORG'FIELD itab-vkorg ID'VTWEG'FIELD itab-vtweg ID'SPART'FIELD itab-spart...
View ArticleRe: some calculate problem xkwert = 100000 * komp-kzwi6 / ( xkbetr + 100000 )
Thanks! I know I can change the program. but I just mean I can not just change it for test.I had debugged but I didn't find any mistake. and in what circumstance this xbert value would change as 17000...
View ArticleRe: some calculate problem xkwert = 100000 * komp-kzwi6 / ( xkbetr + 100000 )
Thanks for the answer. but my program didn't have that mark!
View ArticleRe: some calculate problem xkwert = 100000 * komp-kzwi6 / ( xkbetr + 100000 )
Thanks you so much for explaining in detail. but when I write an simple demo like this : DATA: xkbetr LIKE konp-kbetr, xkwert LIKE komv-kwert, KZWI6 LIKE komp-kzwi6. kzwi6 =...
View ArticleRe: some calculate problem xkwert = 100000 * komp-kzwi6 / ( xkbetr + 100000 )
Thanks Santhosh. but I think my problem is just as Uwe said So xkbetr + 100000 is not 100170 but 117000. Short the calculation is: 5151.11 / 1.17 = 4402.66
View Article