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

Determinig FCode from PA30

Former Member
0 Likes
631

Hey,

I want to find out what screen mode i.e (NEW ,DISPLAY or CHANGE) was selected from PA30 before i enter my infotype.

Simply what i want is to find the fcode value on my infotype 2000 screen . I need to write the logic based on this .

Is this possible?

Regards

Fahad

Hey,

I want to find out what screen mode i.e (NEW ,DISPLAY or CHANGE) was selected from PA30 before i enter my infotype.

Simply what i want is to find the fcode value on my infotype 2000 screen . I need to write the logic based on this .

Is this possible?

Regards

Fahad

3 REPLIES 3
Read only

Former Member
0 Likes
568

hi,

just switch on the debuging screen by pressing /h and see the value of sy-ucomm in it for the key which you have pressed.

Read only

venkat_o
Active Contributor
0 Likes
568

Hi Fahad Javed , Follow the steps to see all application toolbar function codes that are appeared on PA30 screen. 1. [Screen 1.|http://bp3.blogger.com/_O5f8iAlgdNQ/SAtb4NRCgZI/AAAAAAAABA0/Z-4y085m6ws/s1600-h/1-768622.JPG] 2.[Screen 2.|http://bp1.blogger.com/_O5f8iAlgdNQ/SAtb4tRCgaI/AAAAAAAABA8/kLpLdQwMbgc/s1600-h/2-769979.JPG] 3.[Screen 3|http://bp1.blogger.com/_O5f8iAlgdNQ/SAtb4tRCgbI/AAAAAAAABBE/K-WttdccdZc/s1600-h/3-770820.JPG].Double click on the marked one ..that is MMOD 4.[Screen 4|http://bp2.blogger.com/_O5f8iAlgdNQ/SAtb49RCgcI/AAAAAAAABBM/i5sTDLk_pkU/s1600-h/4-771751.JPG]. You can see now INS =Create MOD=Modify...just click on any of them see the text. I hope that it solves ur problem. Regards, Venkat.O

Read only

Former Member
0 Likes
568

Thanks a lot Venkat. It solved my problem way back then,but i was'nt able to reply due to tight schedule of my assignments.The screen shots were really usefull.