Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging in VF31

Former Member
0 Likes
1,498

Hi,

In VF31 tcode i need to find the Function Module : Read_text. While debugging i cannot able to trace out the FM. Is there any possibility of finding the FM in debugging

6 REPLIES 6
Read only

JuanCarlosDelga
Contributor
0 Likes
1,230


Hi Bharani,

Have you tried putting a break.point at the begining of the function READ_TEXT

Regard.

JCD

Read only

0 Likes
1,230

Put the break-point at start of FM, but also display the debug screen (with /h) and activate update debugging. (Settings Change Debugger Profile/Settings  Update Debugging)

Regards,

Raymond

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
1,230

Hi Bharani,

The tcode VF31 is for processing messages and the program RSNAST00  is used internally to process those messages.

Kindly let us know the issue you are facing to suggest the best possible solutions.

Thanks

Read only

Former Member
0 Likes
1,230

Hi Bharani,

Transaction VF31 is to process the output types for Billing. It is used if the configuration for output processing is set as  "3 : Send with application own transaction".

I am not sure why you need to get "READ_TEXT" in this output processing program. Anyways, what i guess is you are looking for READ_TEXT in the program associated with the output type which you are processing through this program.

Check in NACE, the program associated with the output type and  put a break-point in that program.

Now process your output type, and you will get into the correct program and can find the FM if it really has.

Hope it helps!!

Thanks,
Sumit

Read only

Former Member
0 Likes
1,230

Hi Bharani,

go to se37 enter the function module name and click on where-used List you will get a pop-up click on continue............you will get a list of classes and programs........search for "RSNAST00" you will find the program which is nothing but VF31 tcode program...........double click on the program you will find the line no...........i.e. 142.....................

Hope it helps.........

Thanks

Dhanoj

Read only

Lakshmipathi
SAP Champion
SAP Champion
0 Likes
1,230

What is the Business requirement and what exactly you want to validate in VF31?  First explore the possibilities with standard configuration of achieving this requirement.

G. Lakshmipathi