Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_REQUISITION_CREATE parameter EXTENSIONIN

Former Member
0 Likes
1,103

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.

2 REPLIES 2
Read only

Former Member
0 Likes
763

Hi,

please have a look at the following thread:

http://scn.sap.com/thread/1993241

Regards,

Klaus

Read only

Former Member
0 Likes
763

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