Folks,I understand the difference between Classical BADI and Kernel BADI in terms of multiple implementations. But I didn't understand what it meant by " Multiple Calls are not possible in Classical BADI whereas multiple calls are possible in Kernel ...
Hello Folks,I had bought and completed a course named " OpenText Extended Enterprise Content Management " in UDEMY.It is 4 hour online course and there is no mention of SAP or ABAP in the entire course.There is one more course called SAP Vendor Invoi...
Hello Folks,1.Why SAP has VOFM only for SD ? Why we can't achieve the same functionality using User-Exits or BADI or Enhancement Framework ?2.Why do we have BTE's only for FICO ?I had checked with couple of my Seniors but was not able to get a satisf...
Folks,I am no longer able to see the Points or Karma Credits that I had received so far, in any of the sections in the Profile.Where can we see those details ?Thanks,K.Kiran.
Hello Folks,Recently I came across a query on :-What are advantages and disadvantages of calling a BAPI inside a BADI ?What are the pitfalls that we enconunter when we call a BAPI inside a BADI ?Can anyone here throw some light on the above said que...
I had googled and came to know that we are not supposed to call BAPI_TRANSACTION_COMMIT in the BADI when we call a BAPI within it.Commit Work related to the BADI will take care of the COMMIT and there is no need to call the BAPI_TRANSACTION_COMMIT sp...
BUT051 table has Vendor, Department and E-Mail Address.Hence, no need of going to KNVK and ADR6 tables.Get the LIFNR from EKKO table and pass it to BUT051.That will do.
Hello Jagdeep,Thanks for replying to my query.I had passed the Vendor Number to the FM BUPA_CENTRAL_READ_DETAIL but it is not getting me the E Mail Ids based on the Sales Department. I need to fetch only the Sales Department Mail Ids. Moreover it is ...