cancel
Showing results for 
Search instead for 
Did you mean: 

rfc wrapper

Former Member
0 Kudos

hi

i wanna use bapi_po_create in http to bapi scenario.

i need steps to create custom wrapper from bapi with some fields not to be used

The custom BAPI has only a minimal number of import parameters, representing the

mandatory fields. This will simplify the mapping definition process.

thanks and regards

vijender

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

<i>> This will simplify the mapping definition process.</i>

Normally a Wrapper RFC is written as your current RFC does not meet the required functionality. If you want to write a Z RFC because you just want to simplify maping in XI, it makes no sense. You can always disable the fields you dont want.

Regards

Bhavesh

Former Member
0 Kudos

Copy the BAPI to a custom BAPI.

Delete the fields that are not required.

Insert the call to the BAPI_PO_CREATE and add commit statement if required

RFC enable, pass value - ensure all RFC functionality is present.

Test your custom function in SE37.

Import your custom function into XI.

sincerely,

--NM