on 2012 Oct 08 7:37 AM
hi all,
i am learning ABAP now.
trying to write code for a customer exit variable in tcode - CMOD.
PFA snapshots for the details.
"zfiscqtr.jpg" - this is the infoobject for which i have created a customer exit var and writing a code
"code.jpg" - this has the code that i have written
"msg-rsrt.jpg" - this has the error msg details , while trying to execute code in rsrt
logic needed:
current fiscal year qtr : say 20133 [means fiscal year is 2013 and fiscal qtr is 3]
i want to output , fiscal year qtr value that is 4quarters prior to currrent date.
so output to be 20123
pls suggest me on how to correct this error
regards,
swetha
hi all,
this problem is solved.
solution below, for those u facing similar issue:
activated the include program.
activated the include program ZXRSRU01 - this is the include pg in the FM in CMOD tcode.
next was able to set breakpoints in cmod code.
next included this variable in a test query and executed that query in rsrt tcode.
the debugger started and finally i could get desired data to my customer exit variable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
What is the output of the function module Z_BW_FISCQTR or the data type of the parameter FQTR used in the exporting parameter of the Function module.
Prathish
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
57 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.