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

Difference in the screen for the same Tcode

0 Likes
1,182

Hi,

When I go to T code F-30, I could see lesser input fields when compared to what I can see from a BDC call transaction

and use a display mode (A). I guess this relates to parameter IDs and get, set. But is there a way I could see the same

set of fields I see while using BDC, when I run F-30 independently.

Thanks,

Abdul Samad

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,048

Many transactions (as FB05 which is the transaction hidden behind F-30) check value of some system fields and adapt dynpro.

  • sy-binpt - batch input execution
  • sy-calld - CALL TRANSACTION"
  • sy-batch - in background job

Regards,

Raymond

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,049

Many transactions (as FB05 which is the transaction hidden behind F-30) check value of some system fields and adapt dynpro.

  • sy-binpt - batch input execution
  • sy-calld - CALL TRANSACTION"
  • sy-batch - in background job

Regards,

Raymond

Read only

0 Likes
1,048

Thanks Raymond, that was helpful.

However, is there a way to see what we see in BDC when we run the tcode independently or is it not possible?.

Read only

0 Likes
1,048

Hi Abdul,

have you tried  tcode SHDB (Transaction Recorder) ? Maybe this will be helpful.

But not only Batch-Input mode may have influence on the fields you can see. Also some other input values like the Document Type (BKPF-BLART) may cause fields to be available or hidden.

To see all fields please call tcode SE51.

Regards,

Klaus

Read only

0 Likes
1,048

Most of those fields (as the original document link)  were provided to be used by calling applications and not in pure FI document.

Tricks: To "trick" the system, try with some SPA.GPA parameters as' FOP' and 'FO2' (structures RFOPT and RFOPT) or setting sy-calld thru use of SUBMIT AND RETURN statement in some two level wrapper program as well as some CALL TRANSACTION with correct OPTIONS FROM (e.g. dismode = 'D')


But why would you require those/which fields?


Regards,

Raymond

Read only

Former Member
0 Likes
1,048

Try to use BAPI  for those posting ....BDC field may change