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: 

How to find the screen sequence for standard SAP transactions

Former Member
0 Kudos

Hi all,

I'm creating batch input sessions for standard SAP transactions (e.g. XD01, XK01) to be run via SM35. The screen sequence differs from company to company, based on how it has been configured.

Is there any way of <b>finding/reading this screen sequence</b> (by using a a table, calling a function module, etc.) so that the batch input can be set up properly?

All helpful answers will be rewarded

- Mari Virik

1 ACCEPTED SOLUTION

Former Member
0 Kudos

SAP Standard programs RFBIDE00 (Customers) & RFBIKR00 (Vendors) should take account of the screen sequence configuration.

Darren

7 REPLIES 7

Former Member
0 Kudos

check if this table <b>T185</b> can help u(not sure)

Former Member
0 Kudos

SAP Standard programs RFBIDE00 (Customers) & RFBIKR00 (Vendors) should take account of the screen sequence configuration.

Darren

Former Member
0 Kudos

Hi,

I hope you will get the accurate answers if you post in the below forum...

https://www.sdn.sap.com/irj/sdn/forums [Since it is configuration related issue]

regards,

  • Dj

reward for all useful answers.

Former Member
0 Kudos

Hi

Use SHDB transaction(Recording). there u can see the screen sequance. Also u can get information about Program name, screen no and fields name...

Reward me if its helpful.

Regars

Ravi

Former Member
0 Kudos

hi,

we can find the screen sequences by using Transactional Recording, for that you work with <b>SHDB.</b>

by using Recording we find Screen sequences, Screen Numbers, Tables, fields...

follow these steps for knowing the screen sequences..

1) execute SHDB.

2) select new Recording option

3) provide name for recording

4) it will dispaly dialog screen with required fields, here <b>provide TRANSACTION neme</b> for which you want know the screen sequences..

5) press enter..

6) then cursor automatically goes to first screen of the provided TRANSACTION.

7) after compleation of recording select SAVE option.

regards,

Ashok Reddy

Former Member
0 Kudos

Hi all,

Thanks for your replies, but I don't believe using recordings will be sufficient.

What I'm looking for is a way to find the screen sequence <b>dynamically/on-the-fly</b> based on the transaction/account group/company.

Is that anyway possible?

- Mari Virik

Former Member
0 Kudos

Hello,

Theoretically, it is possible to make your program follow the screen sequence according to the customizing, but this will result in a very complicated program.

I think it is easier to create a file according to the input structures used by programs RFBIDE00 and RFBIKR00, and then call these programs to upload your data (see also the documentation for these programs) => this way, you will have a quicker and easier result.

regards,

Philippe