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

FD33 Transaction

Former Member
0 Likes
721

hi,

what is FD33 transaction used for?

i have a report which is using BDC with a call transaction syntax to FD33...and hence it is causing performance issues in production..

my question is, is it possible to bypass this transaction and directly update the database table? in that way i can directly apply the select queries on respective databases and hence save time...

hi,

what is FD33 transaction used for?

i have a report which is using BDC with a call transaction syntax to FD33...and hence it is causing performance issues in production..

my question is, is it possible to bypass this transaction and directly update the database table? in that way i can directly apply the select queries on respective databases and hence save time...

2 REPLIES 2
Read only

Former Member
0 Likes
600

Hi,

Transaction FD33 is used to "Display Customer Credit Management". You would not update database in this transaction, since it is used for displaying data not for mainting. You would use FD31 and FD32 for creating and changing data respectively.

You should not use FD33 for maintaining data.

Regards,

Srilatha.

Read only

Former Member
0 Likes
600

This question is no longer relevent and issue is solved.