1.Functional Description
This function duplicates the functionality of the RPG program P34815, Update MPS/MRP Print Code.
The function sets the Item Display Code (MRPD) column of all records in the Item Branch table (F4102)
to blank (' ').
1.1Purpose
The purpose of this function is to blank out the Item Display Code (MRPD) in each record in the Item
Branch table (F4102).
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
Open table F4102
If the open was successful
Update every record in F4102 setting MRPD = ' '
Else
Set Error Message ID = '3143'. If Suppress Error Message <> 1, SetGBRError with code = '3143'.
Error Code = '1'
EndIf
D3400520 - Data Structure for Update F4102 Print Code
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szErrorMessageID | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
| ||||
cErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
cSuppressErrorMessages | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. |
None |
F4102 Item Branch File |