Use this entry point to apply an additional filter on the stock movements to be printed.
There is no transaction in progress.
There is no open log file.
The call is carried out before populating the table, which displays what can be printed.
[M :RCB0]VCRTYP: Document type selected. If this field is equal to 10 (WO), the records from the MFGITM (MFI) table are loaded. Otherwise the records from the table STOJOU(STJ) are.
FILSUP: This variable must be modified to influence the filter on the STJ or MFI table. This filter is added to the standard by the '&' operator. Therefore, it must not start with an operator.
Use this entry point to act on the content of a line on the [M :RCB1] stock label printing screen.
There is no transaction in progress.
There is no open log file.
The call is carried out after loading a line in the table of stock labels to print.
It is used for instance to modify the number of labels.
[M :RCB0]VCRTYP: Document type selected. If this field is equal to 10 (WO), the records from the MFGITM (MFI) table are loaded. Otherwise the records from the table STOJOU(STJ) are.
Screen RCPLBE1 [RCB1]:
Example: in order to modify the number of labels to be printed, the value of [M :RCB1]LBENBR1(nolign-1) must be updated.
Use this entry point to modify the standard sort upon printing stock labels.
There is one transaction in progress.
There is no open log file.
The call is carried out during the printing process (PRINT label of the SUBRCPLBEB processing).
Mask RCPLBE1/RCB1.
Use this entry point to place an extra filter on the created containers.
There is no transaction in progress.
There is no open log file.
The call is carried out before populating the table, which displays what can be printed.
In standard, the selected records are the LPN(LPN) table records, created from the current document.
FILSUP: This variable must be modified to influence the filter on the LPN table. This filter is added to the standard by the '&' operator. Therefore, it must not start with an operator.
Use this entry point to act on the content of a line on the [M :RCB2] container label printing screen.
There is no transaction in progress.
There is no open log file.
The records of the LPN(LPN) table are loaded.
Screen RCPLBE2 [RCB2]:
Example: in order to modify the number of labels to be printed, the value of [M :RCB2]LBENBR2(nolign-1) must be updated.
Use this entry point to modify the standard sort upon printing the created containers.
There is one transaction in progress.
There is no open log file.
The call is carried out during the printing process (PRINT label of the SUBRCPLBEB processing).
Mask RCPLBE2/RCB2.