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

Transaction code for RBDAPP01 program in Idocs

Former Member
0 Likes
2,010

Hi all,

What is the transaction code for the program RBDAPP01 program in Idocs?

Thanks,

Rakesh.

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
1,051

Hello Rakesh

On ECC 6.0 you have a couple of transactions available to execute this report:

  • /ISDFPS/CALLRBDAPP01

  • BD20 <- probably the one you are looking for

  • PC00_OTRL

  • PU12_IDOC_PROCESS

  • WC34

Regards

Uwe

Read only

Former Member
0 Likes
1,051

Hi,

Generally to find the trascactioin codes for any program we have two ways:

1). Go to SE80(i.e., Object Navigator) and give ur program name.You will get the list of transaction codes for the given program.

2).You can also find the same information in tstc table.

In this case for RBDAPP01 the transaction codes that can be used are:

BD20

PC00_OTRL

PU12_IDOC_PROCESS

WC34

Regards.

Shashank Mallela.

Read only

Former Member
0 Likes
1,051

This is exactly your BD20 Transaction.

Thanks,