‎2007 Feb 21 1:54 AM
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
‎2007 Feb 21 1:59 AM
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
‎2007 Feb 21 8:05 AM
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
‎2007 Feb 21 8:08 AM
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
‎2007 Feb 21 8:55 AM
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.