How to find out the no of implementations done for a badi
Answer Posted / asik
In the transaction SE18, enter the BADI name and then display it. In the menu Implementation->Display, you will see the list of implementations done for that BADI. There, implementations which are highlighted in yellow represent the active implementations and the rest are inactive.
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What is processing class, where we do them and why? : sap abap hr
please give the remaining answers.
What is the difference between Classic badi and Kernal badi ?
What are the different modes of processing batch input sessions? : abap bdc
What are the different message types available in the abap/4 ?
Did you use buffering?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What is new enhancement framework?
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
how to track records from data dictionary?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/