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 help

Former Member
0 Likes
730

Hi Everyone,

I am in search of a BAPI or BAPI's which have the following fields.

1. PO number

2. Material Number

3. Material Description

4. Quantity

5. Date of manufacturing(from Material Master)

6. Expiry date (from Material Master)

7. Storage Location

8. Condition Code

9. Date Code

10. MFG Lot

11. Revision number

12. Mod Level

13. Work order number

14. Tracking number.

Items 8 to 14 are classification data.

<b>

Note : It is not compulsory for a single BAPI to have all these fields</b>. Its fine even if there are multiple BAPI's which contain these fields.

Regards

Aneesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
706

What transaction do you intend to map in SAP??

6 REPLIES 6
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
706

You can find a list of all BAPIs with descriptions here:

http://www.planetsap.com/LIST_ALL_BAPIs.htm

IMHO you need to focus on what this BAPI is supposed to do, not on what fields it must have. Also you might get a better/faster responses here if you indicate what you are trying to achieve.

Read only

0 Likes
706

Jelena,

Bu giving all the BAPI's, do you intend that I look through all the fields in each of the BAPI's. I dont think that was in the least sense possible.

Aniruddha,

I am not trying to map any trasaction, but am trying to get these fields into SAP from a different software. We are already done with the linking between the two softwares and wanted to know the BAPI's in which all these fields are covered.

Thanks

Aneesh.

Read only

0 Likes
706

Hi Aneesh,

You can get most of the field in the BAPI "BAPI_MATERIAL_GET_DETAIL"

However to fetch the details from the material characteristics you will need to run some other FM "BAPI_CLASS_GETDETAIL"

Read only

0 Likes
706

Aniruddha,

I was trying to use <b>BAPI_CLASS_GETDETAIL</b> to get the characteristic values. But my question is since all the values from item 8 to 14 are being stored in <b>BAPI1003_CHAR_VAL_R- CHAR_VALUE</b>, how can i differentiate between them.

Regards

Aneesh.

Read only

Former Member
0 Likes
707

What transaction do you intend to map in SAP??

Read only

Former Member
0 Likes
706

Thanks!!