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

Interaction on Text field

Former Member
0 Likes
597

Hi,

I have a requirement where I need to have interaction on text field. To provide more details, I am displaying report which has the records in text format. I am concatenating each record of the internal table data into one text field as I need to display the data horizontally/vertically. But if I use interaction on these fields, it does not exactly specify the value/field I clicked on. I have different types of fields such as Material document, Material, Production order etc.

Please let me know if this is possible and procedure for it if it is so.

Thanks

Lakshmi

Hi,

I have a requirement where I need to have interaction on text field. To provide more details, I am displaying report which has the records in text format. I am concatenating each record of the internal table data into one text field as I need to display the data horizontally/vertically. But if I use interaction on these fields, it does not exactly specify the value/field I clicked on. I have different types of fields such as Material document, Material, Production order etc.

Please let me know if this is possible and procedure for it if it is so.

Thanks

Lakshmi

3 REPLIES 3
Read only

Former Member
0 Likes
571

please clarify your requirements.... as far as my understanding.... you need to edit something which you are displaying in a text field... is that so...?? if it is, then it is easy, code for textfield-enable as true in the code.... simple.... or get back if u need further help...

regards

Read only

Former Member
0 Likes
571

Hi Lakshmi,

AT LINE-SELECTION

Use GET CURSOR FIELD fnam VALUE fval

or use HIDE technic

Please go through the KEY word documentaion for further info there are examples along with.

Hope this will solve your problem

Regards

Ramchander Rao.K

Edited by: ramchander krishnamraju on Dec 1, 2008 11:11 AM

Read only

Former Member
0 Likes
571

Hi Prem,

Thank you for the response. Please find below the layout of my requirement.

Posting date mm/dd/yy mm/dd/yy mm/dd/yy mm/dd/yy

Material doc xxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx

Confirm'n cntr x x x x

Reversed R R R R

Material BASE

UoM

xxxxxxxx xx ...... ...... ........

: :

: :

: :

Final confirmation .... .... .... ......

Text .... .... .... ......

I have few records to be displayed horizontally(Material document, Posting date, Confirmation counter etc) and few vertically (Material data, Base UoM, Quantities etc).

For this, i have taken the data into a text field and displying it. But the limitation for this is the interaction. If I click on a particular material document it should navigate to MB03, if on Material MM03, If on Production order CO03 and so on.

I hope this clarifies the requirement. Please let me know if you need further information.

Thanks & Regards,

Lakshmi