SAP Managed Tags: ABAP Development Hey, I have two extensions on MATMAS: ZMATMAS_P1 and ZMATMAS_P2, each containing different z-segments. Partner 1 has to receive ZMATMAS_P1, partner two has to receive ZMATMAS_P2. The problem is in user exit EXIT_SAPLMV01_002 where we fill the z...
How to use User-Exit in Tcode MD12 and MD16 save Planned Orders info in to SAP servers? Go to solution Former Member 2014 Nov 24 7:18 AM 0 Kudos 1,566 SAP Managed Tags: ABAP Development Hello,everyone; I have to use T-code: MD12 and MD16 to change Planned Orders...
As you see in below screenshot, only one function module exit named EXIT_SAPFV45S_001 is defined for use of ABAP programmers for the enhancement project V45A0001 Double click on the function module name display ABAP source code for the FM EXIT_SAPFV45S_001 (User Exit Product Selection) ...
SAP Managed Tags: ABAP Extensibility Hi Prabhu, Thanks for your quick reply. I tried this already, but did not find the relevant userexit/badi. I need this to do my validations. The BAPI that I am trying to use is BAPI_SALESORDER_CREATEFROMDAT2. Please let me know if there is an...
SAP Managed Tags: ABAP Connectivity Dear, We use " conversion_exit_mat1_Input ", to add zero padding to material number. We use " Conversion_exit_mat1_output " to remove zero padding from you material number. In Some scenarios, when we fetch data from db table with select statement an...
To be able to exit the program, add a pushbutton with the function code EXIT. In the elements list enter the name OK_CODE for the element of type OK. The code REPORT sapmz_hf_controls1 . 1. CONSTANTS: 1. line_length TYPE i VALUE 254. ...
SAP Managed Tags: ABAP Extensibility Hi,Guys, I need enhance the the user form USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ, but I don't know use which T-Code to write ABAP code,Can anyone describe the detail step to do it? Thanks. ...
When an SAP instance is stopped by an external tool, cluster reacts to this situation and tries to start the SAP instance. Resolution To allow SAP admins to control SAP ABAP application server instances that are managed by an HA cluster using the RHEL HA Add-On using tools like SAP LaMa...
SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) Hi All, I have a requirement where I need to dynamically enable/disable a I/O box drop-down? This can be easily done in Classic ABAP reporting via AT SELECTION-SCREEN. LOOP AT SCREEN. name_of_field...
Exit Sub End If rc = SAP.RfcSetChars(hFunc, "QUERY_TABLE", TableName) rc = SAP.RfcSetInt(hFunc, "ROWCOUNT", parRowCount) For j = 1 To UBound(FieldSpec) '-If length of field = 0 Or > 512 skip--- If FieldSpec(j).FieldLen > 0 And FieldSpec(j).FieldLen <= 512 Then If...