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

How can I insert data into table 'TDCLD'?

Former Member
0 Likes
1,676

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.

9 REPLIES 9
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,348

Please check it via SE61 tcode. You will be able to insert entries

Read only

0 Likes
1,348

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.

Read only

0 Likes
1,348

Hi Yeong

You have to use SE61 not Se16 and choose required options

Nabheet

Read only

0 Likes
1,348

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.

Read only

0 Likes
1,348

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


Read only

Former Member
0 Likes
1,348

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

Read only

0 Likes
1,348

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.

Read only

Former Member
0 Likes
1,348

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

Read only

0 Likes
1,348

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.