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: 

RFC/BAPI that provides with details similar to WE05 transaction

Former Member
0 Kudos

The middleware team monitors the number of idocs processed by them & sent to SAP. For this they login to PE1 & use transaction WE05. However they want to automate the whole process. They are creating a java code where in they want to call RFC/BAPI in ECC that provides them with details similar to WE05 transaction.

Can anyone tell me which function module can handle such scenorios?

Regards

Sireesha R

1 REPLY 1

Former Member
0 Kudos

Hi sireesha,

go to transaction bapi

and check object IDOCALEAUD.

also try with function module BAPI_IDOCAPPL_DISPLAY.

reward if useful.