‎2007 Mar 22 11:24 AM
Hi,
Iam working on a badi.I want to populate a field which is not present in the table fields of badi signature.How can i populate this .Please help me to solve this.
Thanks,
satish.
‎2007 Mar 22 11:25 AM
If you know the name of the main program and the variable that has the value then do as below.
Example :
FIELD-SYMBOLS: <FS_VALUE> TYPE ANY.
ASSIGN ('(SAPLMEPO)VB_UPDKZ') TO <FS_VALUE>.
REgards,
Ravi
‎2007 Mar 22 11:25 AM
If you know the name of the main program and the variable that has the value then do as below.
Example :
FIELD-SYMBOLS: <FS_VALUE> TYPE ANY.
ASSIGN ('(SAPLMEPO)VB_UPDKZ') TO <FS_VALUE>.
REgards,
Ravi
‎2007 Mar 22 11:42 AM
‎2007 Nov 19 7:50 AM
Hi,
can i use this logic for the functional group also and can i send data from any varable to the screen field,
i have an varable which exit in badi and now i want to send this varable to the starandard screen value and save it how to do it