Call function - UPDATE TASK
Hi I am trying to call the function "SD_REV_REC_VBREV_TABLES_POST" in the attributes it is defined as "Update module" , and "Immediaite start no restart"..
can some one tell me what is the difference between a regular fun.module and this one..
And also looks like I need to call this function as
call fucntion SD_REV_REC_VBREV_TABLES_POST in update task..
so does it mean can i still use SE37 to test it or do I have to use a test program to call this.
rdgs
Prasad
Can some one help with me clarifying this issue..
rdgs
Prasad
Update task
CALL FUNCTION <func-name> in update task
means, execute the script inside the function when the program reaches the next commit work command
Thanks omarluc,
so these fucntion can we test using the test tool from SE37??
or do they need a commit function after this??
also can we call this function from a custom program?? to test it??
rdgs
Prasad
Usually you don't need to test SAP standard functions like SD_REV_REC_VBREV_TABLES_POST via SE37.
Do you have a reason to think there
''s something wrong with this fm?
And why do you want to call it in one of our programs?
Indeed, you can use them on your programs, that's OK, and you can also test them via Transaction SE37
an example on how to use them is to write a Log file (like tables CDHDR and CDPOS)
regards
omarluc (afw)