BAPI_SALESORDER_CHANGE
hello, I am trying to update the order reason and order quantity by calling BAPI_SALESORDER_CHANGE, I have figured out the order reason field which is ord_reason in BAPISHD1, but unable to find...
View ArticleBAPI_SALESORDER_CHANGE
hello, I am trying to update the order reason and order quantity by calling BAPI_SALESORDER_CHANGE, I have figured out the order reason field which is ord_reason in BAPISHD1, but unable to find...
View ArticleRe: Issue with Enhancement
Hi Shefali, Please check once again if it is working in the development, if it working please consult your basis team sometimes it may also be a setting problem. As you have mentioned its working...
View ArticleReversal date change KSU5 ENHANEMENT
HI all, Today my functional asked me to enhance Standard T-code KSU5 in a way that whenever we reverse any cycle the reversal date should be the first date of the next period.E.G. if assessment was for...
View ArticleRe: How to add new tab in ME21N
Hi Sumodh,can u provide the code which u used for enhancing me23n.Regards,Umakant.
View ArticleRe: VI04 - Shipment Cost creation - Need to pick Shipment number
Hi Harry, Though this post has past for a long time, I occurred the same problem with you and solved it in the way like yours. But I'm puzzled by one issue: If we use BAPI or function module to create...
View ArticleRe: change in mseg table field prctr & pprctr (profit center & part. prft...
Hi Check before SAP Note 978159 - Problem with profit center determination I hope this helps you Regards Eduardo
View Articleworkflow abap
Hi Gurus, How i know a particular transaction code is configure with workflow.For example when ever we create Po(Purchase Order-ME21N) it automatic mail to the authorize person mail id.my question is...
View ArticleHow Badi is called (when multiple implementations exist)?
Hi, When we want to implement a SAP Provided BADI for a standard t-code (say VL02),how is our Badi implementation called when the tcode (say VL02) is executed? There may be multiple (say 5 different)...
View ArticleRe: workflow abap
Hi Sujit, I don't think you can trace WF to TCODE, but what you can do is use the Event Trace:- Use transaction SWELS to activate the event trace.- Then run your transaction.- When you finish, run...
View ArticleRe: How Badi is called (when multiple implementations exist)?
Hi Monika,Please use the below code to coll the BADI implementation- CALL METHOD CL_EXITHANDLER=>GET_INSTANCEEXPORTING EXIT_NAME = LV_EXITNAMENULL_INSTANCE_ACCEPTED = SEEX_TRUE CHANGING INSTANCE =...
View ArticleRe: How Badi is called (when multiple implementations exist)?
Hi, There is no particular sequence which triggers the BADI implementation. They will be triggered randomly. Raghav
View ArticleTransaction PRAA: Exit to update Vendor Address Info (field House Number)
Hello Experts, In our system, we use the transaction PRAA in order to create/update Vendor Master Info using HR data (Personnel Number). The program is working fine, except for update the fields Street...
View ArticleRe: Transaction PRAA: Exit to update Vendor Address Info (field House Number)
Did you find 1896759 - RPRAPA00: Conversion of form of address between HR and business partnersduring your search ? Regards,Raymond
View ArticleRe: Transaction PRAA: Exit to update Vendor Address Info (field House Number)
Raymond, Not really, because I believe the field BLFA1-ANRED is being filled properly. The only SAP Notes that I found necessary, are 570023 and 663350 and both have already been implemented.
View ArticleRe: How Badi is called (when multiple implementations exist)?
Hi, Thanks a lot.That answers my question. Appreciated your quoting the 'SAP Help' contents.
View ArticleRe: How Badi is called (when multiple implementations exist)?
Hi, Thanks a lot.That answers my question.
View ArticleRe: How Badi is called (when multiple implementations exist)?
Hi Anuj, Hope this code works for CLASSIC BADI.Thanks for your interest in this topic.
View ArticleMD15 Convert multiple planned orders into a Purchase Requisition
Hi, I have an issue using transaction MD15,I need to select multiple planned orders and convert them in just one Purchase Requisition. To fix this problem I've tried to find any user exit or badi. I've...
View Article