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: 

BAPI's and Function Module's

Former Member
0 Kudos

Dear Friends,

We are upgrading from SAP 4.5B to MySAP (SAP ECC 6.0).

I am looking for the <u><b>latest</b></u> BAPI's or function modules that I could use for functionalities like :

"Picking",

"Goods Issue",

"Packing",

"Shipment creation/update",

"Delivery create/update",

"Purchase order create/update"

Thanks for your help.

Regards,

Hitesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can use the BAPI explorer to locate what you need.

Transaction code BAPI.

Within the BAPI explorer under Materials Management (using a hierarchical lookup), for example, you will find Purchasing, and under purchasing CreateFromData and CreateFromData1.

These are implemented by the following Function modules respectively :

CreateFromData - BAPI_PO_CREATE

CreateFromData1 - BAPI_PO_CREATE1 (this is more recent, but you would have to confirm its suitability for your needs)

Similarly, with the BAPI explorer under Logistics Execution, you will find Shipping.

Under Shipping, you will find InboundDelivery and OutboundDelivery.

InboundDelivery - BAPI_INB_DELIVERY_CONFIRM_DEC

OutboundDelivery - BAPI_OUTB_DELIVERY_CONFIRM_DEC

-


The BAPI explorer is fairly well organized and you can search it alphabetically or by hierarchy.

It would be best to do the search on your development client for your upgraded system, as this will have the available BAPIs for your release. This is the only was to be sure that the BAPIs are available to you.

You can find more BAPIs for material movement under Materials Management/Inventory Management.

Good luck.

Brian

3 REPLIES 3

Former Member
0 Kudos

You can use the BAPI explorer to locate what you need.

Transaction code BAPI.

Within the BAPI explorer under Materials Management (using a hierarchical lookup), for example, you will find Purchasing, and under purchasing CreateFromData and CreateFromData1.

These are implemented by the following Function modules respectively :

CreateFromData - BAPI_PO_CREATE

CreateFromData1 - BAPI_PO_CREATE1 (this is more recent, but you would have to confirm its suitability for your needs)

Similarly, with the BAPI explorer under Logistics Execution, you will find Shipping.

Under Shipping, you will find InboundDelivery and OutboundDelivery.

InboundDelivery - BAPI_INB_DELIVERY_CONFIRM_DEC

OutboundDelivery - BAPI_OUTB_DELIVERY_CONFIRM_DEC

-


The BAPI explorer is fairly well organized and you can search it alphabetically or by hierarchy.

It would be best to do the search on your development client for your upgraded system, as this will have the available BAPIs for your release. This is the only was to be sure that the BAPIs are available to you.

You can find more BAPIs for material movement under Materials Management/Inventory Management.

Good luck.

Brian

0 Kudos

Hi,

In my system, when I go to the hierarchical display, it is empty. The alphabetical display is okay, but it is difficult to search.

Would you know of any setting / reason why the hierarchical display is empty?

Thanks,

Hitesh

0 Kudos

You can try explorer -> update tree or go to -> change hierarchical level.