‎2006 Jul 21 9:34 PM
Hi all,
I'm creating a table control using internal table like the example below:
data: begin of itable occurs 0,
item like ztcn08-item,
name like ztcn04-name,
amount like ztcn08-amount,
price like ztcn08-price,
whs like ztcn10-whs,
end of itable.
What I would like to do is: when I select a "item" (for example using a search help), the "name" of the item automatically appear in the column name (this information is in the ztcn04).
I hope you understand what I mean.
Many thanks .
Cristina Neale
‎2006 Jul 21 9:45 PM
Create a search help for item and name with export list values as item (01) and name (02). And assign this search help to item.
Regds
Manohar
‎2006 Jul 21 9:45 PM
Create a search help for item and name with export list values as item (01) and name (02). And assign this search help to item.
Regds
Manohar
‎2006 Jul 21 10:00 PM
‎2006 Jul 21 10:10 PM
HI
GOOD
here i am giving some details about the creating of the search help, you can use that in your requirement.
http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm
http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_imp.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm
thanks
mrutyun