2007 Apr 24 10:01 PM
Hello experts,
How do I know if a program is called via a BAPI or a transaction code? Please help. Thanks!
Chuong
Hello experts,
How do I know if a program is called via a BAPI or a transaction code? Please help. Thanks!
Chuong
2007 Apr 24 10:06 PM
What do you mean by "a program"? Is this some include or an executable program? Are you looking to see if some user exit code is being executed by a BAPI vs transaction code? It is not very clear as to what you are looking for or why. Please give some more details.
2007 Apr 24 10:10 PM
I am looking to see if some user exit code is being executed by a BAPI vs transaction code. Thanks!
2007 Apr 24 10:30 PM
User exits will be called in both BAPI as well as the corresponding transaction. BAPIs are suppposed to have the same functionality of an online transaction. So you can rest assured that the user exit will be executed in both the transaction as well as the user exit, <b>provided it is a released BAPI</b>.
2007 Apr 24 10:59 PM
Hi Srinivas,
Sorry, I do not get your point. The thing is I have different data validations for a BAPI call vs a trx call. Therefore, I need to know at the user-exit time, where the call to the use-exit is coming from?
Cheers.
2007 Apr 24 10:12 PM
You can't "call a program" using BAPI nor CALL TRANSACTION.....You call a program by using "SUBMIT"...
If you want to know if a particular program is using BAPI or CT...It's simple....Use the Glasses button using both texts and find them...
Greetings,
Blag.
2007 Apr 24 10:26 PM
Sorry for not clarifying the question. A "call a program" means a user-exit (sales order user-exit for example).
Cheers,
Chuong
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |