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

Modify Vendor Search Term # 2 While Saving.

Former Member
0 Likes
304

Hi Experts,

I'm trying to modify and save trought a BADI VENDOR_ADD_DATA -> SAVE_DATA the search term #2. i've typed the following code to try it, but it does´nt make any change, please help me :

DATA: sort1(30),

sort2(30),

zsendvalue TYPE addr1_data-sort1,

zreturnedvalue TYPE addr1_data-sort2.

FIELD-SYMBOLS: = zpatrono.

1 REPLY 1
Read only

Former Member
0 Likes
269

use user exit - SAPMF02K