Quantcast
Channel: SCN: Message List - ABAP Switching, Enhancing, and Adapting Standard Programs
Viewing all articles
Browse latest Browse all 2464

Re: Changing data in AFPO via User exit in CO01

$
0
0

Try this:

FIELD-SYMBOLS : <FS_AFPO> .

 

CONSTANTS: lc_AFpo(19) TYPE c value '(SAPLCOB1)AFPO_BT[]'.

 

ASSIGN (lc_AFPO) TO <FS_AFPO>.

CHECK sy-subrc EQ 0.

 

CLEAR: <FS_AFPO>.

unassign <FS_AFPO>.


This code may help,good luck~


Viewing all articles
Browse latest Browse all 2464

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>