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

Recording Subscreen

Former Member
0 Likes
877

I have recorded APPCREATE trnx in SHDB.

While recording it's prompting for a subscreen and the details are recorded.But the data which i key in the subscreen(just a textbox) is not recorded.

When i run the bdc in 'A-Display all' mode it's prompting for subscreen and im keying in the data.It's ok.But if i run in it 'N- No display' mode,it's not asking for subscreen and as a result all the subscreens data are blank.

<b><i> There is no Field in the subscreen.It's just a textarea.</i></b>.

How to record a subscreen which doesn't hav a field?

Rgds,

Jothi.P

4 REPLIES 4
Read only

Former Member
0 Likes
650

Hi jothi,

I believe even you input datas in Subscreen it will be assigned to main screen in SHDB recording. All that you can see and confirm is the Subscreen number, displaying in the right side of SHDB recording.

I hope you are getting the same.

Thanks

Kumar

Read only

0 Likes
650

Hi,

While running im getting the error ,

<b><i>Field HAP_S_DYNP_3100_TB-COL_01_VALUE_TXT (3) is not an input field

</b></i>

My subscreen is just like a 'Notepad'.

Rgds,

Jothi.P

Read only

Former Member
0 Likes
650

Hi,

That is a Line editor, you need to fill the values using the CREATE_TEXT function module, you can not insert the values to that line editor,

In the Line editor, you will get the ID and Object names, just check in the menu options , you will get option like Header data, there you will get the Name, ID and Object, so pass this values to that function module and create the text

Regards

Sudheer

Read only

0 Likes
650

Sudheer,

Thanks.Do you mean i have to use the CREATE_TEXT function module in my BDC program and hav to get the data from the XL Field? Right ?

Rgds,

Jothi.