Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

can we debug the smartform if yes how can we debug

Answer Posted / ritesh jha

1.GOTO T-code SMARTFORM-> give the smartform name-> press F8
2.After executing function module will generate.open
function module in display mode.
3.: press source code tab of the function module. In the
source code there is a perform %GLOBAL_INIT. In this
perform all the code of initialization and program lines is
display as perform. Here you can easily find your table and
variable by find command and set session break point on it.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different buffering methods?

971


Difference between open sql and native sql? : abap data dictionary

1005


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1913


Define external layer?

1088


Can I execute user exits? If yes, how?

980


How do you find if a logical database exists for your program requirements?

1072


can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table

2159


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

2227


What is is a match code? : abap data dictionary

1176


What is the syntax for call transaction? : abap bdc

1012


What are internal tables? : abap hr

950


How is the command suppress-dialog useful?

1050


What is your approach for writing a bdc program? : abap bdc

978


What abap statement will trigger list generation?

1014


How do you document ABAP programs? Do you use program documentation menu option?

1075