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: 

Saving of data in vl32n/vl31n

Former Member
0 Kudos

Dear Friends,

I am really in the critical position please help me to solve the below problem:

I have added an extra tab containing custom fields ( eikp-conta, eikp-expvz, eikp-vorpa ... eipo-coimp, eipo-exprf ... ). I have added this with the help of BADI - LE_SHP_TAB_CUST_OVER . It is working fine, but I am not able to save the data entered in the custom tab fields. I have tried using save_document_prepare but its not saving. Mainly i am not able to save EIKP, EIPO data.

Please help me on this, very urgently.

Thanks and Regards,

Puru

2 REPLIES 2

Former Member
0 Kudos

Check if this also needs to be implemented for processing custom fields...

BADI : LE_SHP_TAB_CUST_ITEM

Search sdn before posting....

raymond_giuseppi
Active Contributor
0 Kudos

The BADI does not allow the update of data. There is a common trick used to perform the job

- in the BADI, export the data to memory (e.g. in TRANSFER_DATA_FROM_SUBSCREEN)

- in the old-fashion exit like USEREXIT_MOVE_FIELDS_TO_LIPS, import the data and map it.

Regards,

Raymond