2007 Jul 15 6:02 AM
HI,
I have given one task,
for one particular customer say singtel CUSTCODE = st1 , i need to fill one field data say that field is testsumrev(test summary data, what is this test summary data?) . So iam checking the lotid in oracle database , if that lotid for tht customer has testsumrev data i need to insert tht data in the SAP customised table ZDOITEM( where i added the field testsumrev).In tht Oracle staging server only we can find out the Delivery order number suppose 6000000038 , batch = u71324567, testsumrev = aser123 , so in my testing server
I need to create 1. Create sales order
2. create delivery order
3. When should i do MIGO and why i should do MIGO
4. picking,packing, PGI
I have found out what program is inserting this data in this customised table ZODITEM and have added
Exec.
select testsumrev from lotidrev1 into : vitem-ztestsumrev
where lotid = vitem-zbatch
endexec.
where vitem is my internal table as of structure ZDOITEM, i created everything and opened se11 and given vbeln = 6000000038
where it is saying no specified table entries found?
Can any one suggest me how i have to create sales order,delivery, MIGO,picking,packing,PGI with screen Shots, Plz anyone resolve my problem
Without picking and packing also can we complete the testing process? as these are customised screens.
2007 Jul 16 5:32 AM
Hi SG ,
U have to ask ur Functional Person to know abt the Business Process .
as per my knowledge --->
Create Sales Order --->tcode - Va01
Create Delivery --->Vl01n with the SO number.
after that u have do Picking and PGI in the same Screen of Delivery -->Vl02n.
Create Billing Doducment --->VF01.
this is the Standard Process.
coming to ur process.
u are buying gooods from Vendor for a given Sales Order .
So at the time of Creation of Sales Order itslef u are creating PO in Back Ground.
2.While Creating Delivery u are doing MIGO ---> thru MIGO u are getting Stocks into ur Warehouse.
Regards
Peram