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

screen element with help values..

Former Member
0 Likes
492

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

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)

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
462

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>

Read only

Former Member
0 Likes
463

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)