5
First Screen Second Screen Container Receiving Goods Receiving Inbound Delivery WHS Container ID License Material Carton Qty/Box Bin Styp Desc. Container Receiving Screen Input Field Field reference Field Type Mandatory 1 Inbound Delivery LIKP-VBELN Single Yes 2 Container Id LIKP-TRAID Single Yes Validations else we have give error message 'No Inbound Delivery Maintained for Goods Receiving Screen 5.Licence SU No(LEIN-LENUM) : Storage Unit number 20 char length an 6.Material(MARA-MATNR , MARA-EAN11) : Either Material number or EAN 1.Inbound Delivery(Likp-vbeln): User entered Inbound should exist i if the value is exisiting in LiKP , it has to call the Goods Receiv else we have give error message 'No Inbound Delivery Maintained' 2.Container Id (LIKP-TRAID):User entered container id entry has to If the value is exisiting in LIKP , Fetch the details in LIPS by t 1.WareHouse No(LIPS-LGNUM) : Fetch Ware House number from LIPS BY 2.Plant(LIPS-WERKS): Fetch Plant number from LIPS by passing vbeln 3.Storage Location(LIPS-LGORT): Fetch Storage Location from LIPS by 4.Movement Type(LIPS-BWLVS): Fetch Movement type from LIPS by passi Material Description : Fetch Material Description by passing MARA-M 7.Batch(CHARG): If the entered material is batch managed , user has

ZWRF1

Embed Size (px)

DESCRIPTION

Receiving

Citation preview

Sheet1First ScreenSecond ScreenContainer ReceivingGoods Receiving

Inbound DeliveryWHSPlant SLocMvt TypLTAP-LGNUMLTAP-WERKSLTAP-LGORTLTAK-BWLVSContainer IDLicenselicenseLTAP_NLENRMaterialMatMEAN-EAN11mara-maktxBatchLTAP-CHARGCartonCarton CART_UNITNO_OF_CARTONQty/BoxUOMTotal QtyQTY_PER_CARTLTAP-MEINSLTAP-VSOLM

BinStyp Desc.

Container Receiving ScreenInput FieldField referenceField TypeMandatoryParamenter IDF4 Help1Inbound DeliveryLIKP-VBELNSingleYes2Container IdLIKP-TRAIDSingleYes

Validations1.Inbound Delivery(Likp-vbeln): User entered Inbound should exist in likp for that have check in LiKP by passing the vbeln as input parameterif the value is exisiting in LiKP , it has to call the Goods Receiving Screenelse we have give error message 'No Inbound Delivery Maintained' 2.Container Id (LIKP-TRAID):User entered container id entry has to be exist in LIKP by TRAID AND LFART = 'EL'If the value is exisiting in LIKP , Fetch the details in LIPS by the VBELN and call the Goods Receiving Screenelse we have give error message 'No Inbound Delivery Maintained for Container ID' Goods Receiving Screen1.WareHouse No(LIPS-LGNUM) : Fetch Ware House number from LIPS BY Passing VBELN2.Plant(LIPS-WERKS): Fetch Plant number from LIPS by passing vbeln3.Storage Location(LIPS-LGORT): Fetch Storage Location from LIPS by Passing VBELN4.Movement Type(LIPS-BWLVS): Fetch Movement type from LIPS by passing VBELN5.Licence SU No(LEIN-LENUM) : Storage Unit number 20 char length and 10 char as visible length6.Material(MARA-MATNR , MARA-EAN11) : Either Material number or EAN11 numberMaterial Description : Fetch Material Description by passing MARA-Matnr7.Batch(CHARG): If the entered material is batch managed , user has to enter the Batch8.No Of Carton : User will enter No of Carton9.Qty/Carton : User will enter Qty/Carton10.UOM : Fetch Unit of measurement by Mara11.Total Qty : Total Quantity is a calculated field by multiplying NO of Carton and Quantity per CartonValidations1.Licence No / SU No : One SU number has to assign the same materialfor that scan the SU details T.O number (LEIN-BTANR) from Lein and Pass the T.O number to LTAP and get the materialnow compare the previous material with new for the SU numberif the material is different give the error message ''SU is used for different material' mean-ean11.'2.Materail (MARA-MATNR , MARA-EAN11) First check the materail MARA-MATNR If it is failed check in MARA by passing to EAN11if it is not found give the error message 'Invalid SKU'else.pass the same material to Lips so if the material is not found give ''SKU in not in Delivery' .3.Batch - mcha-charg : If the material is batch managed Batch is a Mandatory check the batch with lips by passing matnr and charg if is not find the entry ' 'Entered Batch does not exist with Material in Inbound Delivery''Logic :1. fetch no of carton by using MD_CONVERT_MATERIAL_UNIT by passing material and 'KAR' and UOM2. check the material as batch management by passing to marc and select xchpf3.Calculate the quantity as no of carton by multiplying quantity per Carton4.Back F3 : Go back to Initial Screen5.RESET F5 : Reset all the values to initial values 6.SAVE F6:check the Qty if is zero give the error message ''Receiving Qty is Zero ''if material is batch managed check the total qty to Delivery Quantityif it is more give the message 'Qty is more than Inb.Del Qty'if it is less give the error message 'Qty is less than Inb.Del Qty'create the T.O by using 'L_TO_CREATE_DN' passing Ware house number and Inbound Delivery number and material detailsif it is suceccss give the success message as T.O Created or else print the error message

Sheet2

Sheet3