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: 

Skip transaction not working

Former Member
0 Kudos

when i use skip transaction in my source code i am not able to skip i am getting the initial screen only...

Then i observed that for T-Codes having no buttons and enters into next screen works well...

but, when it comes to the case if t-code having button display at its initial screen is not working...

PLZ help me out to work thru this... 

2 REPLIES 2

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

What tcode? Can you give us any example?

For instance, I believe you are doing this:

set parameter id: 'LIF' field l_lifnr,
                         'BUK' field l_bukrs
                         'GJR' field l_gjahr.
       call transaction 'FK10N' and skip first screen.

Sometimes, if the tcode is the report and dynpro '1000', call it with a SUBMIT. For instance, for a report that is calling with KE30


submit gp4qlqkh46vzj3p1a40a23s3hjg400 and return
         with $1kokre = pa_concern
         with $1gjahr = sy-datum(4)
         with $1periv = '1'
         with $1perib = '12'
         with $1verp = '0'
         with _1koset in r_kostl
         with _1kstar in r_acc.

Other tcodes are calling with function modules. For instance, the purchases orders use the FM 'ME_DISPLAY_PURCHASE_DOCUMENT'.

I hope this helps you

Regards

Eduardo

madhu_vadlamani
Active Contributor
0 Kudos

Hi Naveen,

As Eduardo asked which tcode you are trying.

Regards,

Madhu.