ā2013 Dec 03 7:36 AM
Hello.
I developed an abap report.
I want to display a web page when I clicked the specific hyperlink in the message long text.
So I found table 'TDCLD' and function 'URLA_OBJECT_SHOW'.
But I don't know how I can insert data into a table 'TDCLD'?
Does anyone know what I need to fill in those fields and how I can insert data into table 'TDCLD'?
Thank you very much.
ā2013 Dec 03 8:02 AM
Please check it via SE61 tcode. You will be able to insert entries
ā2013 Dec 04 4:10 AM
Thanks.
I know tcode 'SE16'.
But we are authorized to use this tcode in production system.
So I want to know standard configuration menu or program.
ā2013 Dec 04 5:06 AM
Hi Yeong
You have to use SE61 not Se16 and choose required options
Nabheet
ā2013 Dec 10 12:14 PM
Hi nabheet madan.
I have a detail information about what you say.
first,Is there no standard configuration or menu?
second,In SE61,I want to know detail required options.
I don't know what option I use.
So I want to know detail information.
Thanks and Best regards.
ā2013 Dec 10 12:51 PM
Here is how you can do it
First create a report which will call
'CALL_BROWSER' pass the URL here.
Goto message text in SE61 click on create. Click on include-->Link
Then choose online report execution as the class then give the custom report name and then give URL. Press ok--Save--Activate.
Now whenever the long text will be displayed and you click on this hyperlkink it will call your report in background and open the browser
Thanks
Nabheet
ā2013 Dec 03 8:28 AM
Hi Friend,
Please follow the below Steps.
1. Goto t-code - UASE16N
2. Provide the table name TDCLD
3. Goto t-code &SAP_EDIT
4. Enter and then Execute
5. Then click on the Append Row button and then insert the data.
Regards,
Sanjeeb
ā2013 Dec 04 4:10 AM
Thanks.
I know tcode 'SE16'.
But we are authorized to use this tcode in production system.
So I want to know standard configuration menu or program.
ā2013 Dec 03 8:50 AM
hello yeong
you can try with SE16 and SM30.
goto SE16->menu->table->create entries.
OR
open SM30 and give the table name and click on maintain button below.
I doubt whether you will be having authorizations to make entires in that SAP standard table directly.
Please check and let us know the result.
Thanks and Regards,
Bhaskar
ā2013 Dec 04 4:11 AM
Thanks.
I know tcode 'SE16' or 'SM30'
But we are authorized to use this tcode in production system.
So I want to know standard configuration menu or program.
Thanks and Best regards.