‎2008 Jul 23 7:08 PM
hey,
for example i want to have a ship to user entry in my screen, how do i create it ? i need only the ship to customers to be listed when he selects the drop down arrow..pl advise the code and the field name.
thks
‎2008 Jul 23 8:25 PM
You want that F4 options in the Selection screen or Dialog screen.
If it is selection screen
You can define it using MATCH CODE oBJECt
parameters: p_a type c matchcode object <shelp>. if no help then you have to use at selection screen on value request event.
if it is Dialog screen then you can Set the F4 help u, set the Attribute in for that field in screen painter.
if no Search help then You have to use POV( process on Value Request event)
‎2008 Jul 23 7:47 PM
you can create an elementary (view based) search help and assign it to the screen element. In the view you can restrict data of ship to party only.
parameter: pernr type vbpa-pernr matchcode Object <Search help name>
‎2008 Jul 23 8:25 PM
You want that F4 options in the Selection screen or Dialog screen.
If it is selection screen
You can define it using MATCH CODE oBJECt
parameters: p_a type c matchcode object <shelp>. if no help then you have to use at selection screen on value request event.
if it is Dialog screen then you can Set the F4 help u, set the Attribute in for that field in screen painter.
if no Search help then You have to use POV( process on Value Request event)