Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Get PO Header data from subscreen

Former Member
0 Likes
441

In PO, which several subscreen, in item's subscreen, i would like to get the header data such as company code for checking purpose, i saw the source can using get parameter mechanism to pass the information, but how can i set the parameter so that subscreen can the the parameter. Thanks!

In PO, which several subscreen, in item's subscreen, i would like to get the header data such as company code for checking purpose, i saw the source can using get parameter mechanism to pass the information, but how can i set the parameter so that subscreen can the the parameter. Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
387

can you explain you r requirement in details

i saw the source can using get parameter mechanism to pass the information

Read only

Former Member
0 Likes
387

In my PO, which have some customize item tag. In each tag, which have checkbox, input box in the screen. Now, i want based on some criteria to visible or invisible those component to the user, but those criteria information in the header. In the customize subscreen's soruce code, i saw that my ex-colleague have a code like this "get parameter id 'ZTRTYP' field l_trtyp". I think this mechanism is my expected, but i don't know how to use it. Thanks