We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE: RE:[sap-dev] Print Table Value

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

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.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2012 Toolbox.com and message author.
Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
tessavr  
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Become a blogger at Toolbox.com and share your expertise with the community. Start today.

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language