After providing the name (e.g.Z_CALCULATE_TAX) and description you can define BAdI definitions in the corresponding BAdI enhancement spot editor. Of course, you can also edit your existing BAdI enhancement spots
This is part three of the weblog series on the New Enhancement Framework. You get to know some more facts as to what a BAdI is and when to use it, and then, at last, we
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hi , I am using a bapi and running it in background job . If the return table contain error messeage, at that time i have to some coding. But the problem is I am not able to get the output of...
This blog will not describe how to implement BAdIs. Seehttp://help.sap.com/for more information on implementing a BAdI. The procedure to discover BAdIs by a Performance Trace will be explained by using the example used below. Example case I want to know which BAdIs are called in the tr...
How to remove incorrect line items in BADI ME_PROCESS_PO_CUST while Purchase Order creation. former_member539645 Participant 2023 Feb 207:15 AM 0Kudos 676 SAP Managed Tags: ABAP Development Hi All, I am trying to use method IF_EX_ME_PROCESS_PO_CUST~PROCESS_ITEM to remove incorrect...
HI Gurus, Scenario: User-exit called from SAP transaction. It needs to update Z*table and then do standard Sap processing. Whats it doing: However when I run it, I
SAP Managed Tags: ABAP Extensibility hi, I need to validate PAYMENT BLOCK(ZLSPR) = R in BADI INVOICE_UPDATE. if zlspr = R, then use exception "error_with_message". <u><b>How to handle this exception in Badi in method CHANGE_AT_SAVE</b></u> pOINTS WILL BE REWARDED tHANKS IN ...
SAP Managed Tags: ABAP Development Hello, i'm trying to implement the method ADD_DOC_LINES from BADI_FIAA_DOCLINES. But I don't know how to do this! I need an exemple how to use this method. Can you help me? Tks. Edited by: Eder Felicio dos Reis on Sep 10,...
In some system you might not find customizing activities related to HANA live query: while in some other systems the activities are available there: The possible reason is that the missing entries hav... 查看原文 如何在SAP WebClient UI里使用HANA Live report OpportunityQuery.xsodata: (3) Now ...
SAP Managed Tags: ABAP Development Hi, Create or modify a project using t-code CMOD. append enhancement assignment MM06E005 (in case you didn't use it yet). Go to the components of the desired user exit and implement the exit you need. You can find the changeable fields through the ...