2.2. Modify instance profiles ofallSAP instances that should be managed by external tools via the SAP HA interface. To do this add following lines to the end of the SAP instance profile, which can be found in the/sapmnt/<SID>/profiledirectory (for example the instance profile for system w...
SAP BTP, ABAP Environment Generate RAP BO As mentioned in the introduction, you can use the BC Maintenance Object ADT Wizard to create a RAP BO with Transport Selection. In this blog I want to focus on the Fiori Elements part of the story. Inthis tutorial, you will learn how to use th...
Here, focus will be put on the coding area. The first set of lines visible here are comment lines. These seven lines can be used to begin commenting the program. In ABAP, comments can appear in two ways. Firstly, if a * is placed at the beginning of a line, it turns everything to...
We have implemented the method: CHANGE_MDPSX_MDLA in BADI: MD_CHANGE_MRP_DATA to show one line per inbound delivery instead of multiple lines for individual batch split. Before the change, each batch added in the inbound delivery under ‘batch split’ are being displayed as a single line...
When building a program with multiple selection screens sometimes it may be needed to save the variant with entries only for one of the subscreens and not for the others. If you want to do that you have to firstly use FM'RS_REFRESH_FROM_SELECTOPTIONS'to get all fields and values for al...
This approach assumes that only 1 line of text is required per object (TDNAME). If you need to concatenate multiple lines of text for a given object, you will need to modify the code to suit. This also assumes a very common text, MATERIAL, GRUN. I won't ...
SAP Managed Tags: ABAP Testing and Analysis 1. Unused/Dead code Avoid leaving unused code in the program. Either comment out or delete the unused situation. Use program --> check --> extended program to check for the variables, which are not used statically. 2. Subroutine Usage For...
Report for multiple company codesIf you call a report for multiple company codes, the conditions mentioned above (depreciation posted to period) must be met in all company codes.There is still no posted depreciation for the selected company code.If there is still no posted depreciation in a ...
SAP Managed Tags: ABAP Development Hello, I wanted to know if somebody knows some program that allows to download to the PC a program and all its elements, like dynpros, selection texts, etc, and that later allows to upload them to another installation of SAP in direct form from the fi...
Comment Comments (0) Accepted Solutions (1) daniel_ruiz2 Active Contributor 2016 Apr 29 0 Kudos hi Klaus, IMO, 1000+ lines in one Controller is suicidal - I mean, why do you need 1000 lines in one file? - The Controller responsibility is to receive events from the UI (in...