Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

TOPIC:

To debug the specific node of the smartform without changing and without placing any static break point.

General Information about the Smartform: 

Smartform process the coding in a sequential way by executing the code node by node from top to bottom.And it will create a functional module for the smartform when we activate the smartform.Source code can be accessed through PERFORM %GLOBAL_INIT in the function module of the smartform, but some time this perform is not available in the function module, but this BLOG always find out the source code for the smartform.

 

1. Functional Method to find out the smartform 

First find out the name of the smartform via following method

 

Run T-Code: ME23N

 

"

 

Run T-Code: M/34

 

 

2. Technical findings to debug a specific node directly in a smartform via following method

    

Run T-Code: SMARTFORMS

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

End Of Document:

 

Disclaimer:

I hereby declare that this BLOG is based on my personal experiences and / or experiences of my project members. To the best of my knowledge, this document does not contain any material that infringes the copyrights of any other individual or organization including the customers of SAP.
3 Comments