2006 Oct 11 3:39 PM
HI ,
Please kindly give me the solution.
i have data in idoc basic type orders03.
segments : e1edk02-belnr purchase ordernumber,
e1edp01-posex purchase order item,
e1edp01-menge quantity.
my rquairment is:
1) i have to get the Sales order number and sales order item from vbfa.
2)i have to get the quantity from the vbep for this sales order.
3)i need to pass these values to the exact fields of internal tables in the funcion moudle EXIT_SAPLVEDB_001.
BUT i am not able to get this.
i am writing the code in include ZXVDBU01.
PLEASE SEND NE THE CODE .
IT IS VERY VERY URGENT.
Kindly can any one help me.
Thanks in Advance.
Thanks&Regards.
Ramu.
HI ,
Please kindly give me the solution.
i have data in idoc basic type orders03.
segments : e1edk02-belnr purchase ordernumber,
e1edp01-posex purchase order item,
e1edp01-menge quantity.
my rquairment is:
1) i have to get the Sales order number and sales order item from vbfa.
2)i have to get the quantity from the vbep for this sales order.
3)i need to pass these values to the exact fields of internal tables in the funcion moudle EXIT_SAPLVEDB_001.
BUT i am not able to get this.
i am writing the code in include ZXVDBU01.
PLEASE SEND NE THE CODE .
IT IS VERY VERY URGENT.
Kindly can any one help me.
Thanks in Advance.
Thanks&Regards.
Ramu.
2006 Oct 11 3:46 PM
Hi Ramu,
u can get the sales order number and item from table DXVBAP and quantity from DIVBEP tables whcih r present in the function exit u specified.check the same ..
Regards,
Nagaraj
2006 Oct 11 3:49 PM
Hi ramu,
Your FM EXIT_SAPLVEDB_001 is nothing but the first user exit triggered, if you can do a where-used-list you will understand. Now the FM has VBAK, VBAP, VBEP, VBPA etc filled with different names DXVBAK,DXVBAP, DIVBEP, DXVBPA etc.You can take these values & populate in your code & modify the data.
For example in your Include ZXVDBU01.
Use case.
CASE SEGMENT-SEGNAM.
WHEN 'E1EDK02'.
......
MOVE YOUR VALUES HERE...
ENDCASE.
Message was edited by: Phani Kiran Nudurupati
2006 Oct 11 4:09 PM
Hi ,
Is these internal table contians any data.? or do we need to passs the data to these internal tables?
Because i am not getting any data in these tables in debug mode.
they have given one idoc number as test data.
is it enough or do i need to ask anything.
Thanks & Regards.
Ramu.
2006 Oct 11 4:19 PM
2006 Oct 11 4:21 PM
Hi Ramu,
u should get the data in thse tables,better ask some more idoc's and test it.
Regards,
Nagaraj
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |