2006 Sep 26 11:09 AM
Hi All,
From SDN Friends i got this infomation.
For FM IDOC_INPUT_ORDCHG, the user exit EXIT_SAPLVEDB_001 for date comparison.
Place break point in EXIT_SAPLVEDB_001 to see all input and output values available for changing.
my doubts Are:
1)how to put the break point and from where i have to run this function module, HOW can i see the values.
2) I have include (zxvdbu01)in that i need to write the code in include. when i doubble click on it is accepting to go in to it.(i think i need to go through the CMOD)
Pleae give me steps to process through the CMOD-TO ADD code in the include
Kindly replay to this topic.
Thanks in Advance.
Thanks&Regards.
Ramu.
Hi All,
From SDN Friends i got this infomation.
For FM IDOC_INPUT_ORDCHG, the user exit EXIT_SAPLVEDB_001 for date comparison.
Place break point in EXIT_SAPLVEDB_001 to see all input and output values available for changing.
my doubts Are:
1)how to put the break point and from where i have to run this function module, HOW can i see the values.
2) I have include (zxvdbu01)in that i need to write the code in include. when i doubble click on it is accepting to go in to it.(i think i need to go through the CMOD)
Pleae give me steps to process through the CMOD-TO ADD code in the include
Kindly replay to this topic.
Thanks in Advance.
Thanks&Regards.
Ramu.
2006 Sep 26 11:21 AM
1) In program SAPLVEDB or function group VEDB, search statement: CALL CUSTOMER-FUNCTION 001, and add break-point here. And while in Tcode WE19 to test inbounnd IDOC and run frontend, the break point should work. And here you can see the input parameters.
2) Based on the input and output parameters, design the logic and write the code in the include file you have created.
The 2nd step is in Tcode CMOD, create a project and include enhancement with the exit EXIT_SAPLVEDB_001.
The 3rd step is to activate the project you have created.
2006 Sep 26 11:25 AM
hi
good
if you go to se37 and give the name EXIT_SAPLVEDB_001 you ll find out there is only one include as INCLUDE ZXVDBU01.
this function module has been used in the program LVEDBF49 which use one function module as CUSTOMER-FUNCTION.
here you have to put the break point to get the flow of the program and the value.
thanks
mrutyun^
2006 Sep 26 11:39 AM
HI,
first of all, u have implement something in include.
1. in <b>CMOD</b> give some project name
2. <b>assign the enhancement</b>(8 char) to project.
3. click on <b>components</b> button. then u see function module EXIT_SAPLVEDB_001. click on this it will take u to SE37.
4. here u can find an include <b>Zxxxx</b>. double click and write in it. <b>activate FM and also project</b>.
Now to test u put a break point and then u can check it the following way.
1. go to va03/va02 as the case may be.
2. in the main menu SALES ORDER -> ISSUE OUTPUT TO.
this will trigger the processing program RSNASTED and at some point it will reach ur exit.
reward if useful..
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |