‎2007 Apr 27 10:06 AM
‎2007 Apr 27 10:09 AM
Hi
new-page is the most frequently used control command.
Control command is the command which can stops the normal processing and sent the control to the desired place.
Regards,
Sreeram
‎2007 Apr 27 10:09 AM
Hi
new-page is the most frequently used control command.
Control command is the command which can stops the normal processing and sent the control to the desired place.
Regards,
Sreeram
‎2007 Apr 27 10:11 AM
Hi pinky,
We have Protect and endprotect.
The command line in the editor must be as follows:
/: PRINT-CONTROL xxxxx
or
/: PRINT-CONTROL 'xxxxx'
where xxxxx stands for the five-character name of the print control.
Example:
/: PRINT-CONTROL ZM100
The complete printer command normally resides in the print control.
If characters belonging to the print command follow after the print control in the text (only useful for the HPL2 printer driver for PCL-5 printers), the text line following after the PRINT-CONTROL command should begin with an equals sign (=) in the format column.
Example:
/: PRINT-CONTROL SESCP = *c5G
If you do not use the equals sign, a space character is inserted between the print control SESCP and the character *c5G.
*****Rewards some points .
Rgds,
P.Naganjana Reddy
‎2007 Apr 27 10:13 AM
Hi,
Some Important Control Commands are,
NEW-PAGE
PROTECT ENDPROTECT
NEW-WINDOW
DEFINE
SET DATE MASK
SET TIME MASK
TOP . ENDTOP
BOTTOM . ENDBOTTOM
IF . ENDIF
Regards,
Padmam.
‎2007 Apr 27 10:13 AM
SAP Printer commands in SAPScripts
The command line in the editor must be as follows:
/: PRINT-CONTROL xxxxx
or
/: PRINT-CONTROL 'xxxxx'
where xxxxx stands for the five-character name of the print control.
Example:
/: PRINT-CONTROL ZM100
The complete printer command normally resides in the print control.
If characters belonging to the print command follow after the print control in the text (only useful for the HPL2 printer driver for PCL-5 printers), the text line following after the PRINT-CONTROL command should begin with an equals sign (=) in the format column.
Example:
/: PRINT-CONTROL SESCP = *c5G
If you do not use the equals sign, a space character is inserted between the print control SESCP and the character *c5G.