Smartforms tips

Smart Forms provides a migration tool for  migrating layout and texts of a SAPscript form to a Smart Form. It does not migrate SAPscript form logic of the print program.…

SAPScript programs (RSTX*)

RSTXSCRP is the name of the upload program in the R/3 System. Although the RSTXSCRP report is an easy and quick way to get a form into the R/3 System,…

&SAP_EDIT not working?

Depending on your SAP version you might have possibility to use &SAP_EDIT command in SE16 or not. For those who have not heard about this command earlier we can say…

StartRFC

STARTRFC - Start SAP RFC Function Modules From any Server Within Your Landscape startrfc is a very easy SAP command line interface to start all of the implemented function modules…

ALE / EDI / IDoc T-Codes

Important IDoc Transaction Codes SALE - IMG ALE Configuration root WE20 - Manually maintain partner profiles BD64 - Maintain customer distribution model BD71 - Distribute customer distribution model SM59 -…

Basic ALE Customizing

To find out which version of the basic type is best suited to your SAP system's release level, ALE → ALE Development → IDoc → IDoc Type Development→ IDoc Type…

Patience

PROGRAM ZPATIENCE NO STANDARD PAGE HEADING. DATA: NUMBER LIKE DATATYPE-INTEGER2. DATA: NUMBER_I TYPE I. DATA: DUMMY  LIKE DATATYPE-INTEGER2. DATA: BEGIN OF CARDS OCCURS 52 ,       ENTRY TYPE I,      …

Hangman

*Create an online program and change UNIX_DICT_FILE REPORT ZHANGMAN NO STANDARD PAGE HEADING. * Put correct UNIX Words file on the next line. DATA: UNIX_DICT_FILE(80) VALUE '/usr/share/lib/dict/words'. INCLUDE <ICON>. DATA:…