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

BAPI for transaction KSU5

Former Member
0 Likes
1,573

hi experts,

how can i find out if a bapi or a function exists for the programm with the transaction code "KSU5"?

thx in advance

hi experts,

how can i find out if a bapi or a function exists for the programm with the transaction code "KSU5"?

thx in advance

2 REPLIES 2
Read only

Former Member
0 Likes
1,050

Hi,

I don't think there is an easy way for this. But you can try:

1. Check abap program SAPMKGA2 (the one called by KSU5) and check whether it posts using BAPI or FM

2. Go to T-Code BAPI then check the object and method (FM) that you could use. It is easier if you know the BAPI object.

3. Go to SE37 and try to find the FM using possible keyword(s). But this might just waste your time.

Regards,

Teddy

Read only

Former Member
0 Likes
1,050

HI,

Try with these exits.

SAPLKAL1 Allocations: Authorization Check in Cycle Maintenance

SAPMKAL1 Allocations: Authorization Check in Cycle Maintenance

SAPMKGA2 Allocation: Execute Authorization Check for Cycle

hope this helps you.

Reward points if helpfull.

Thanks & Regards,

Y.R.Prem Kumar