EXT_Lots_OpenSeletion
MSS 5.0 - Extensibility - Functions Kalipso to MSS - Lots - EXT_Lots_OpenSeletion
Function to ask MSS to open the Lots selection screen. The lots selected will be saved in DCT_Temp table with the number of line passed to the function
Input parameters:
inModule β Module from which the function is called: 0 β Documents / 1 β Services / 2 - Deliveries;
inMode β List lots or serial numbers: 1 β Lots / 2 β Serial numbers;
inOperation β Which operation is being done: 1 β New record / 2 β Modifying / 3 β Consulting;
inArticleCode β Article code;
inArticleDescription β Article description;
inDocumentType β Document type of the current document;
inDocumentLine β Number of the line of the document;
inQuantity β Quantity selected of the article;
inLineType β Type of line (DCLTPL);
inDeliveryOriginDocumentExercise β Exercise of the delivery document (only used when inModule = 2);
inDeliveryOriginDocumentSerie β Serie of the delivery document (only used when inModule = 2);
inDeliveryOriginDocumentNumber β Number of the delivery document (only used when inModule = 2);
inDeliveryDestinyDocumentType β Document to be generated with the delivery information (only used when inModule = 2);
inServicesExercise β Exercise of the service (only used when inModule = 1);
inServicesSerie β Serie of the service (only used when inModule = 1);
inServicesNumber β Number of the service (only used when inModule = 1);
inServicesEquipmentLine β Line of the equipment of the service (only used when inModule = 1);
Output parameters:
N/a
Last updated
Was this helpful?