cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_PO_GETDETAIL <--> BAPI_PO_GETDETAIL1 converter. Does it exist?

nikbereziuk
Explorer
0 Kudos

Dear Community,

Are you aware of any BAPI_PO_GETDETAIL <--> BAPI_PO_GETDETAIL1 "converters"? The reason I need it is because I'm participating in an S/4 HANA 1809 upgrade project, and the former BAPI is not available in S/4 HANA 1809 anymore. Now, among other code customization activities, I must replace the old BAPI with the newer BAPI_PO_GETDETAIL1. The problem is that a) there are quite a few calls of the old BAPI in my system and b) the two BAPIs have similar, yet not exactly the same interface.

What I am looking for is a kind of an adapter class that has the interface of the old BAPI, but behind the scenes it executes the new BAPI and maps the results back onto the old BAPI structures/tables, so the calling code can still work with original structures/tables. Has somebody created something like that? That would save me a lot of working hours.

Thanks in advance.

Cheers,

Mykyta

Accepted Solutions (0)

Answers (2)

Answers (2)

lingaiahvanam
Active Contributor
0 Kudos

Hi,

Please check below SAP note.

https://launchpad.support.sap.com/#/notes/1803189 - FAQ: End of Support of ME21, ME51, and BAPI_PO_CREATE etc.

Best Regards,

Lingaiah

raymond_giuseppi
Active Contributor
0 Kudos

Isn't transaction BDBS "Generate coding for mapping" available on your version?

nikbereziuk
Explorer
0 Kudos

hey Raymond,

Thanks for the heads-up! That's almost what I needed.

Cheers,

Mykyta