SUBRCPLBEB script: X3 connection properties
BEFFILRCB1: Before populating the stock label table
Use this entry point to apply an additional filter on the stock movements to be printed.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Different call cases
The call is carried out before populating the table, which displays what can be printed.
Available variables and masks
[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.
ALISCRRCB1: After loading a line in the stock labels table
Use this entry point to act on the content of a line on the [M :RCB1] stock label printing screen.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Different call cases
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.
Available variables and masks
[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.
SORTARCB1: Modifying the sort when printing stock labels
Use this entry point to modify the standard sort upon printing stock labels.
Context and operating mode
Transaction
There is one transaction in progress.
Log file
There is no open log file.
Different call cases
The call is carried out during the printing process (PRINT label of the SUBRCPLBEB processing).
Available variables and masks
Mask RCPLBE1/RCB1.
BEFFILRCB2: Before populating the container label table
Use this entry point to place an extra filter on the created containers.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
There is no open log file.
Different call cases
The call is carried out before populating the table, which displays what can be printed.
Available variables and masks
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.
ALISCRRCB2: After loading a line in the created containers table
Use this entry point to act on the content of a line on the [M :RCB2] container label printing screen.
Context and operating mode
Transaction
There is no transaction in progress.
Log file
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.
SORTARCB2: Modifying the sort upon printing created containers
Use this entry point to modify the standard sort upon printing the created containers.
Context and operating mode
Transaction
There is one transaction in progress.
Log file
There is no open log file.
Different call cases
The call is carried out during the printing process (PRINT label of the SUBRCPLBEB processing).
Available variables and masks
Mask RCPLBE2/RCB2.