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

Problem with creating BDC program

Former Member
0 Likes
430

Hi All,

I was trying to create a BDC program for transaction SE63 (language translation). I am doing it for text modules translation. For this, screen contains two fields, one is source language and another is target language and both are input disabled. We can input entries only through F4 help.

Now the problem is while doing recording through transaction SHDB, it is not recognizing the F4 help and so i am not able to make any entry in that through BDC. Since field is input disabled so I can not make the entries directly.

Can anyone please help me, how to make entries in this type of field through BDC?

Regards,

Akhil

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
388

Check whether its possible through function module SKTZ_TRANSLATE_TEXT_TEXTLOG

Read only

0 Likes
388

Thanks Keshav for your valueble reply but this function module is giving me error saying go to SE63 for translation. Can you mull over any other option and suggest me the same.