Hi Experts,
My client requires to put validation while performing TECO of production orders.
If final confirmation is not done then TECO should not be done for that production order.
Let me know how to put this validation.
I need guidance in writing below program-
create a Program with date as an input parameterPass the date in table LIKP - WADAT_IST and LFART = ZEXM. Pass the delivery number (VBELN) in VBUK – VBELN and check if WBSTK = C. If yes then proceed or els...
Hi Experts,
Currently, we have a business scenario where so, delivery & invoicing document is created and later on PGI is posted which should trigger accounting entry of that invoice document on PGI date.
I need to schedule background job which w...
thank you for response but this scenario is needed for a business client.I need to write below logic- Pass the date in table LIKP - WADAT_IST and LFART = ZEXM. Pass the
delivery number (VBELN) in VBUK – VBELN and check if WBSTK = C. If yes
...
thank you ibrahem-ahmed for prompt response. Issue is resolved by changing when loop 181_366 to 181_360.
I am new in ABAP development, hence need your guidance to understand below set of code-
IF S_MATNR-LOW IS NOT INITIAL.
LOOP AT S_MATNR.
IS_RSPA...
Thank you for sharing this. this is of great help!I am facing error - "ERROR IN PERIOD CHECK YOUR ABAP CODE" & unable to figure out the issue area.Your guidance will be appreciated alot!Thank you! ibrahem-ahmed