SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Foreground t-code for FPRV and FPRW

paresh_vanjara
Participant
0 Kudos

Hi,

We are getting Y error message while doing FPRV and linkage of same can not be found through SE91 as system says that " Possible dynamic calls" so first how to debug such cases.

If there is no way to debug while background run is on than is there a foreground transaciton for FPRV and FPRW so that sam e can be debug for single case and analyze further.

Regards,

Paresh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Firstly, there is no Y Message class. Is this a customized error? Anyway, enter dbug in the command field just before executing FPRV or FPRW. When you enter debugging, you can then set watchpoint on the error number.

Hope this helps.

regards,

David

View solution in original post

3 REPLIES 3

Former Member
0 Kudos

Hi Paresh,

When you are into transaction FPRV and FPRW and after you save your parameter and before schedule your program, enter "=DBUG" in command box. When you schedule your program you will enter into debugging mode. Enjoy.

Hope this will help you.

Regards,

Avinash

Former Member
0 Kudos

Hi,

Firstly, there is no Y Message class. Is this a customized error? Anyway, enter dbug in the command field just before executing FPRV or FPRW. When you enter debugging, you can then set watchpoint on the error number.

Hope this helps.

regards,

David

raviahuja
Contributor
0 Kudos

Hi,

As Avinash and David suggested, any mass transactions can be debugged by entering 'DBUG' in the command box and then pressing 'Schedule program run'.

Regards,

Ravi