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

Update VBEP from SAVE_DOCUMENT_PREPARE exit

Former Member
0 Likes
1,568

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
Read only

madhu_vadlamani
Active Contributor
0 Likes
1,192

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.

Read only

Former Member
0 Likes
1,192

Hi,

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

Hope this is useful.

Read only

Former Member
0 Likes
1,192

Fixed it myself.

Read only

0 Likes
1,192

Hi Nardo,

Good.

Regards,

madhu.

Read only

0 Likes
1,192

How?