SAP Tcodes for Retail
Merchandise Related Master Data Transaction code Transaction Description SU3 Maintain User Profile MM41 Create Article MM42 Chang Article MM43 Display...
Merchandise Related Master Data Transaction code Transaction Description SU3 Maintain User Profile MM41 Create Article MM42 Chang Article MM43 Display...
ALV Programs Explained ALV (ABAP List Viewer) Programs are very easy to write when you know few basic facts about...
For Freshers getting into SAP and want to have a good career, They always wonder as to which is the...
How to modify any code in Quality or Production without the need for an access key. Imagine, you are doing...
Okay, The big question of SAP Upgrade. How to have a successful SAP ECC Upgrade?. Today, we are going to...
Enterprise Resource Planning or ERP is a complex subject due to its sheer power as a business tool. It is...
The "official" one is the german name of the company: "Systeme, Anwendungen, Produkte in der Datenverarbeitung", that is "Sytems, Applications,...
SAP Utility Programs Gentran IDoc Data Definition File Generation Tool - Gentran’s mapping tool maps 1 structure to another structure....
* AS : Dynamic ALV generation with data * stored in a table,DB table as input. * Author : Swarna.S....
*&---------------------------------------------------------------------* *& Report Z_OBJECT_TRACKER * *& Author :Swarna.S. *&---------------------------------------------------------------------* *& *& AS: *& Simple ALV report -- Details of Y...
*&-----------------------------------------------------------------------------------------------------------------------* *& Report ZINFOTYPE * *& Author : Swarna.S * *&-----------------------------------------------------------------------------------------------------------------------* *& * *& AS: This program lists all the...
REPORT ZSOURCE2801. * Including OLE types INCLUDE OLE2INCL. * Tables and variables for later use TABLES: CUSTOMERS. DATA: APPLICATION TYPE...
How to make SAP remember last entered values and store the field history when entering spacebar or backspace? What if...
REPORT ZSOURCE2603. * Data declarations for later use PARAMETERS FILENAME(128) DEFAULT 'c:\users\default\testfile.dat' LOWER CASE. TABLES CUSTOMERS. DATA ALL_CUSTOMERS LIKE CUSTOMERS...
REPORT ZSOURCE2602. * Data declarations for later use TABLES CUSTOMERS. PARAMETERS FILENAME(128) DEFAULT '/usr/tmp/testfile.dat' LOWER CASE. DATA: MSG_TEXT(50), ALL_CUSTOMER_NAMES LIKE...
SAP has a neat little trick which lets you skip a basic authority check by using this method which will...
GERMAN business software giant SAP forecast steady sales growth and improving profit margins for this year, despite the looming prospect...
SAP is a very robust system has some flaws.. maybe they kept it intentionally so that we can play with...
REPORT ZSOURCE2402. DATA: EXTERNAL_RECORD(4000), POSITION TYPE I, LENGTH TYPE N. FIELD-SYMBOLS < ENTRY>. EXTERNAL_RECORD = '0005Smith0007Edwards0005Young'. DO. LENGTH = EXTERNAL_RECORD+POSITION(4)....
Here the two programs which are calling dynamically. REPORT ZSOURCE2309. PERFORM EXTFORM IN PROGRAM ZSOURCE2310 USING 'CALL_BACK_FORM' SY-CPROG. FORM CALL_BACK_FORM....