Application Development 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: 

EXTENSIONIN in BAPI_INCOMINGINVOICE_CREATE

0 Kudos

Hi All,

I have two zz fields appended in table RBKP those are mandatory in MIRO transaction . I am using bapi 'BAPI_INCOMINGINVOICE_CREATE' to create MIRO. But i did not found any structure (BAPI_TE*rbkp*) to pass my extension parameter.

Can anyone please let me know how to pass the values to my custom fields .

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Alas, read 2149315 - BAPI_INCOMINGINVOICE_CREATE and customer fields

No solution in the standard system. It is not planned to add this functionality in the standard. It is currently not possible to process customer fields with these BAPIs.

So you may be required to add some kind of Enhancement in the BAPI itself to import and map your fields.

Regards,

Raymond

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

Alas, read 2149315 - BAPI_INCOMINGINVOICE_CREATE and customer fields

No solution in the standard system. It is not planned to add this functionality in the standard. It is currently not possible to process customer fields with these BAPIs.

So you may be required to add some kind of Enhancement in the BAPI itself to import and map your fields.

Regards,

Raymond

Former Member
0 Kudos

Hi,

which SAP version are u in ?

I can see a a structure for EXTENSIONIN

0 Kudos

I believe table EXTENSIONIN will not help here. According to documentation of the BAPI that table is supposed to:


enable you to supply the enhancement fields from table IVEXT without modifications.

IVEXT is transparent table containing additional fields for Invoice but this will not influence RBKP (or at least not without additional enhancements).