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

Creating infotype text box

Former Member
0 Likes
858

Hi experts

I have created a infotype 9xxx using transaction 'PM01' & in structure p9xxx there are 19 fields which i need to show on 3 different screens i.e. using subtypes.

I created 3 subtypes, now i am having a problem i.e. i have 4 fields whose length is 200 characters & that field is not appearing on the screen. what should be done to make it available to the user to add his comments in that text box?

also, i have created 3 different screens where i have added the element list for each screen, which i need for that screen... is this correct?

kindly send some useful code or step wise method to do that.

--

thanks in advance

prateek.

Hi experts

I have created a infotype 9xxx using transaction 'PM01' & in structure p9xxx there are 19 fields which i need to show on 3 different screens i.e. using subtypes.

I created 3 subtypes, now i am having a problem i.e. i have 4 fields whose length is 200 characters & that field is not appearing on the screen. what should be done to make it available to the user to add his comments in that text box?

also, i have created 3 different screens where i have added the element list for each screen, which i need for that screen... is this correct?

kindly send some useful code or step wise method to do that.

--

thanks in advance

prateek.

5 REPLIES 5
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
710

Hi,

Check the layout of the screen for these fields. Check whether the text box is of enough length.

Read only

0 Likes
710

hi jayanthi

i need to create a text box using a custom control what i feel... i dont nkow how to code for it. if u cud plz help in that.... it will be a text box whish would be read by using FM 'READ_TEXT'

Read only

Former Member
0 Likes
710

is your problem only concerned in filling with the text box of length 200 chars..

then split 200 into 70,70,60 char field of text1 text2 text3 and concatenate into the target field ..

Vijay.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
710

Hi,

Check the program SAPTEXTEDIT_TEST_EVENTS for text editor.May be it can help you.

Read only

Former Member
0 Likes
710

done