Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from tessavr on Feb 1 at 11:52 PM Hi Carlos, You have to first declare a variable with the same type under global definitions. Then populate that field in your node and then display it. ? Define: zkunag type W_VBRK-KUNAG (global def) ? Populate: SELECT SINGLE * FROM vbrk INTO w_vbrk WHERE vbeln = vbeln. clear zkunag. zkunag = w_vbrk-kunag. ? Add this zkunag field in your node as output parameter. ? Now put the field list on and drag the newly created variable to the node which you are using to display your field. You will find your variable under the Global data folder. Hope this is clear enough. Tessa
| | | ---------------Original Message--------------- From: Carlos Salazar Sent: Wednesday, February 01, 2012 4:58 PM Subject: Print Table Value I am modifying a standard form, for example I can print the standard &IS_BIL_INVOICE-HD_GEN-SOLD_TO_PARTY& value by just putting that in the text code. Thanks a lot, Carlos | | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |