2007 Jun 08 5:29 PM
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.
2007 Jun 08 5:45 PM