SAP Utility Programs
SAP Utility Programs Gentran IDoc Data Definition File Generation Tool - Gentran’s mapping tool maps 1 structure to another structure....
SAP Utility Programs Gentran IDoc Data Definition File Generation Tool - Gentran’s mapping tool maps 1 structure to another structure....
*&-----------------------------------------------------------------------------------------------------------------------* *& Report ZINFOTYPE * *& Author : Swarna.S * *&-----------------------------------------------------------------------------------------------------------------------* *& * *& AS: This program lists all the...
How to make SAP remember last entered values and store the field history when entering spacebar or backspace? What if...
SAP has a neat little trick which lets you skip a basic authority check by using this method which will...
SAP is a very robust system has some flaws.. maybe they kept it intentionally so that we can play with...
1. How do you call SAP script in reports & reports in SAP script? 2. What is different between SAP...
1. What is an ABAP data dictionary?- ABAP 4 data dictionary describes the logical structures of the objects used in...
Complete List of all SAP ABAP Keywords. Alphabetical Overview of all SAP ABAP Commands or Keywords. A ADD for single...
This is a quick and easy method to debug from a ABAP Program for a Popup. There are many times...
ABAP FAQs Q: Is ABAP program client dependent or independent? A: Independent. Q: What is the diffference between modifications and...
This ABAP program will let you connect to a FTP host. This is done by using the function module FTP_CONNECT...
DATA my_date TYPE DATUM. my_date = '20070502'. DATA wa_dates LIKE TABLE OF T247 WITH HEADER LINE. DATA wa_date LIKE TABLE...