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

How read the data from extention[] table

Former Member
0 Likes
647

Hi Experts,

I am new to working on BAPI,Kindly help me.Its very need

I added some of the zfields to the sales order bapi creation, Now I want to read the data from the BAPE_VBAP structure  of extension tables in the user exit userexit_move_field_to_vbap based on the posnr. But I can see the data as sting format in the structure.

Cloud please help how to read the based on the posnr.

Thanks&advance

2 REPLIES 2
Read only

Former Member
0 Likes
552

Hi Ramakrishna,

Refer to the documentation for EXTENSIONIN structure in BAPI BAPI_SALESORDER_CREATEFROMDAT2

It has an example showing you how to make use of the same.

Regards,

Ankur Parab

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
552

Please go through the documentation. Whatever fields you are passing via BAPI creata a similar structure in user exit and move the values

Nabheet