‎2007 May 30 8:05 AM
hi guys, i have a set of questions in abap. kindly answer. looking forward for ur available guidence.
1. how to do BDC for transcation code FA00.
2.how to debugg smartforms
3.in reports selection screen, does the text elements get transported along with the program
‎2007 May 30 8:08 AM
Hi,
2.Follow these steps.
1. Execute the smartform.It will open a FM in se37 screen.
2. Press Display.
3. Press find(CTRL+F).
4. Enter command here at which you want to put the break point.
5. Select the radio button 'in main program'.It will open the point at which you want to put the breakpoint.
6. Put the breakpoint here and execute the smartform again.It will stop at the point where you put the breakpoint.
Use SMARTFORM_TRACE to trace smart forms.
Regards,
Priyanka.
‎2007 May 30 8:10 AM
HI,
1) First do the Recording for the transaction code, then generate a Program from the Reocrding, then you will have a BDC generated program, look at the program and do the Modifications accordingly
2) In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap Break Point.
3) Use Report RSTXTRAN to transport the Text elements
Regards
Sudheer
‎2007 May 30 9:02 AM
Hi Srihari,
3. By the term 'transported' what do you mean -
If you mean whether values of the text symbols get mapped at selection
screen, then the answer is 'YES'.
If you mean transporting from one server to other, the answer to your question
is 'YES' in that case also.
Award points if useful.
Regards
Indrajit.
‎2007 May 30 12:26 PM
i mean where the text we wrote for the select-options will also be transported with program r we need 2 transport that sepecrately
‎2007 Jun 05 5:03 PM
No, you don't need to transport them separately.
Object REPT (Report Texts) is transported directly with the program. However, if you want, you can put REPT in a different Change Request.
This often occurs when you copy a program from a system to another using CR.
If you miss to insert report text into the CR, they will be missing in destination system.
Hope this helps,
Roby.