Application Development 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: 

Debugging in VF31

Former Member
0 Kudos

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

JuanCarlosDelga
Contributor
0 Kudos


Hi Bharani,

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

Regard.

JCD

0 Kudos

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

Mohamed_Mukhtar
Active Contributor
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Lakshmipathi
Active Contributor
0 Kudos

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