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

f4

Former Member
0 Likes
619

I want f4 help for p_belnr in selection screen. How I will do that.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
595

Simplest and most convinient.

Parameters : p_belnr like bseg-belnr.

It surely helps.

Rewadrd points if it helps .

Dev.

3 REPLIES 3
Read only

Former Member
0 Likes
595

Hi AbhaySingh,

AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_belnr.

Try the FM "F4IF_INT_TABLE_VALUE_REQUEST" and use TCode SE37 for display how to use or use google.com to searching some example code for this FM.

Hope this help.

Give me some reward points

Regards,

Tiwa.

Read only

Former Member
0 Likes
595

hi

declare

parameters : p_belnr like bseg-belnr.

u get list of values for p_belnr on selection screen.

Read only

Former Member
0 Likes
596

Simplest and most convinient.

Parameters : p_belnr like bseg-belnr.

It surely helps.

Rewadrd points if it helps .

Dev.