Hi Experts,
The sales ordrers comes to our sytsem EDI as a INBOUND ORDERS05.
The FM is IDOC_INPUT_ORDERS.
If some thing wrong with materails, like not existing in MARA, so,......I need to create a TEXT on the sales oder at ITEM level under EDI - TEXT name.
So, am using FM of CREATE_TEXT in the user-exit of zxvedu05 of the above said FM. and am passing all parametrs correctly!!!!!!!!! but, am NOT seeing any TEXT in VA03????????????
CALL FUNCTION 'CREATE_TEXT'
EXPORTING
FID = '0002'
FLANGUAGE = 'E'
FNAME = XTDNAME1
FOBJECT = 'VBBP'
SAVE_DIRECT = 'X'
TABLES
FLINES = TLINETAB1
EXCEPTIONS
NO_INIT = 01
NO_SAVE = 02.
Let me know that, Where is the mistake?
Is am NOT using correct exit?
Is I need to pass some more input parameters?
replies appreciated.
thanq
Edited by: SAP ABAPer on Sep 18, 2008 6:27 PM
Edited by: SAP ABAPer on Sep 18, 2008 6:28 PM