Hi All,
I have a requirement where I have to enhance Cj8G(
SAPLKO71) inorder to process settlement greater than 100%. Now standard SAP doesn't allow this and giving an error for the same.
I tried looking for enhancement but couldn't find one...
Hi All,
There is a sales doc say '1234' which was archived in the past. I want to know the date
when it was archived . Which table will have that information?
Thanks,
Faiz
Hi All,
My requirement is to change the overall status i.e. VBUK-GBSTK of an order. I tried using BAPI_SALESORDER_CHANGE but it doesn't seem to have VBUK fields.
Is there any other BAPI which I can use for the same.
Thanks in advance,
Faiz
Hi All,
We are trying to ALE a BOM (BOMMAT04) to another system however in the IDOC we cannot see the deleted component being sent across.
Is there a way we can ALE the deleted component as well.
Thanks,
Faiz
Hi All,
I have used the below chaining operator to prevent the truncation of trailing space while concatenating two variables. It worked for the first part that is it didn't truncate the trailing space after 'Sun ' in the below code snippet as...
Hi Gergely,
Thanks for your reply!!!
I'm able to view the archiving obj(SD_VBAK) in AS_AFB. When I click on node and the file. I can also see the Sales doc on the window on right side.
However this I'm doing manually. I want to this programma...
We are working on ECC 7.40 system . I am trying to ALE a material BOM BOM(BOMMAT04). The outbound IDOC has the segments:
E1STZUM
E1MASTM
E1STKOM
E1STPOM
however the segment E1STASM is not populated even though the BOM has deleted component...
How do I use `` with variables? The texts that I'm dealing with are dynamic , so I cannot do something like
lv_str1 = `The Sun is `. lv_str for me has texts which are dynamic. How do I handle it ?
Sorry I added a literal blank between } and |.That explains the space added between the string.
But How do I use `` with variables? The texts that I'm dealing with are dynamic , so I cannot do something like
lv_str1 = `The Sun is `. lv_str for ...