
Written by admin on Mar 31st, 2008 | Filed under:
SAP General,
Tips & Tricks
How to modify any code in Quality or Production without the need for a access key.
Imagine, you are doing a unit test for a object in QA, suddenly a test case fails and oh! come one you have to change this one line again in development and move it to Quality to test. That will take definetly at least 5 minutes to 30 minutes, depending on how your system is configured. How about changing the code directly in quality and continuing the testing. One little suggestion before we proceed with the tutorial, always use this trick only in quality and not in production or it may create chaos. I work on 4.6c and have not used this trick in all the other sap versions. Please try it and let me know your comments. Continue Reading …

Written by A Swarna S on Mar 31st, 2008 | Filed under:
ABAP Programs
ALV report which displays the contents of the table T006 (as a docking container in the bottom) along with the editable ALV which contains the ALV field catalogue table structure. With the available toolbar options of the editable ALV in the output, user can change the field catalogue as per his requirement. When the user clicks ‘SUBMIT’,the display of the ALV with table T006 gets modified and customised accordingly to the user’s requirement.
Download the program(Editable fieldcatalogue for output in ALV).

Written by A Swarna S on Mar 31st, 2008 | Filed under:
ABAP Programs
ALV code for simple hierarchical sequential list display(single child) List of SAP tables and their characteristics are displayed as the header table ( the parent table) and the list of fields and their characteristics from the item table(child table).
Download the Program(ALV hierarchical list display).

Written by ko_die on Mar 31st, 2008 | Filed under:
SAP General

Written by admin on Mar 28th, 2008 | Filed under:
SAP General