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

abap sub

Former Member
0 Likes
763

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

5 REPLIES 5
Read only

Former Member
0 Likes
714

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.

Read only

Former Member
0 Likes
714

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

Read only

Former Member
0 Likes
714

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.

Read only

0 Likes
714

i mean where the text we wrote for the select-options will also be transported with program r we need 2 transport that sepecrately

Read only

0 Likes
714

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.