‎2014 Aug 12 11:31 PM
Hello,
Can anyone please send me the sample program for parameter EXTENSIONIN for BAPI_REQUISITION_CREATE ?
How should I fill this parameter?
Thanks in advance.
‎2014 Aug 13 5:28 AM
Hi,
please have a look at the following thread:
http://scn.sap.com/thread/1993241
Regards,
Klaus
‎2014 Aug 13 5:31 AM
Hi Enrique,
T_EXTENSIONIN-STRUCTURE = 'BAPI_TE_REQUISITION_ITEM'.
concatenate l_item FIELD1 FIELD2 into T_EXTENSIONIN-VALUEPART1.
APPEND T_EXTENSIONIN.
Please refer this link, find answer from Greetson.
regards,
Archer