2012 Apr 13 6:06 AM
Hii ,
I have z program which is used for FI posting and clearing in that program for posting and clearing i used BDC call by transaction with - no screen mode
i.e ctu parameterv_: ctu_params-nobinpt = 'X'.
ctu_params-dismode = 'Q'.
ctu_params-updmode = 'L'.
when this program run bdc control goes to program SAPMF05A i.e f-28 program , NOW I WANT TO GET my z program name in this program how can i get this ???? because sy-cprog , sy-repid contain running program name how can i get my z program name ??? any other way such as set flag or field ?????
Hii ,
I have z program which is used for FI posting and clearing in that program for posting and clearing i used BDC call by transaction with - no screen mode
i.e ctu parameterv_: ctu_params-nobinpt = 'X'.
ctu_params-dismode = 'Q'.
ctu_params-updmode = 'L'.
when this program run bdc control goes to program SAPMF05A i.e f-28 program , NOW I WANT TO GET my z program name in this program how can i get this ???? because sy-cprog , sy-repid contain running program name how can i get my z program name ??? any other way such as set flag or field ?????
2012 Apr 13 8:09 AM
Hi Vikas,
Try to create a Parameter ID set that value of that parameter ID in your Z Program and then after call transaction try to GET PARAMETER ID.
I hope this helps.
Dont forget to clear the Parameter ID After Get Statement.
Thanks,
Gaurrav Mittal
2012 Apr 13 9:01 AM
Hi Vikas,
You can try to check your scheduled background job via SM35 (or you can ask BASIS team to get the Job which execute the zprogram) and then display its step list.
Regards,
Oki