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: 

Update VBEP from SAVE_DOCUMENT_PREPARE exit

Former Member
0 Kudos

Hi Gurus,

I need to update the VBEP from the SAVE_DOCUMENT_PREPARE exit. Currently Im updating XVBEP but unfortunately the values do not reflect on VBEP.

Thanks!

5 REPLIES 5

madhu_vadlamani
Active Contributor
0 Kudos

Hi Nardo,

Can you check like this.

loop at XVBEP.

if RV45A-ASTTX = u2018APPRu2019.

xVBEP-ETTYP = u2018u2019.

xvbep-updkz = u2018Uu2019.

xvbep-BDART = u20194u2032.

modify xvbep .

ENDIF.

endloop.

Regards,

Madhu.

Former Member
0 Kudos

Hi,

Place your code in this exit "USEREXIT_SAVE_DOCUMENT" the data is saved in the table VBEP..

Hope this is useful.

Former Member
0 Kudos

Fixed it myself.

0 Kudos

Hi Nardo,

Good.

Regards,

madhu.

0 Kudos

How?