Application Development 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: 

calling a function module inside BDC, urgent

Former Member
0 Kudos

How to use a function module inside BDC?

I have to change 'operation short text' field's length in transaction IW32 from 72CH to 32CH.

Which of the following functions will be used among these

EDIT_TEXT or CONDENSE_TEXTLINES?

Also, how to change the field length with BDC?

i.e., How to call and use function module inside BDC?

Can anyone send me some test data so that I can see how EDIT_TEXT and CONDENSE_TEXTLINES functions work?

1 REPLY 1

Former Member
0 Kudos

Sangeeta,

The functions are not used to edit the short texts. These will come into picture only for the LONG texts and to change the long text you don't need a BDC.

I am not sure what exactly you want to do with the short text. Could you please explain in detail.

Regards,

Ravi