Application Development 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: 

Regarding Modification

Former Member
0 Kudos

Hi everyone ...

I have a problem in modying FBL3N transaction...

the issue is i should skip the initial screen ... in place of the initial screen i have to build a custom screen..which i have built it ... now how can i pass the values from my custom screen to the program skipping the initial(original screen) of FBL3N transaction.

i used call transaction ' ' skip first screen ... however the the mapping of values from the custom screen to the original screen is the problem where i am facing .....

thanking you all ...for trying to help me .....

waiting for some assistance from you all............

thanks and regards..

Chandu reddy.

2 REPLIES 2

digvijay_rai
Participant
0 Kudos

hi

for that use the parameter id of appropriate field

e.g. ,

SET PARAMETER ID: 'SAK' FIELD GL.

CALL TRANSACTION 'TCODE' SKIP FIRST SCREEN .

REGARDS

DIGVIJAY RAI

former_member598013
Active Contributor
0 Kudos

Hi Chandu,

Specific to this requirement what you need to do is use the statement SET PARAMETER ID 'XXX'

and then call the transaction skip initial screen.

I guess this would be helpful to you.

Thanks,

Chidanand