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

Table Entries Query ----- Z table !!!

former_member181966
Active Contributor
0 Likes
1,351

HI

I have developed "Z" table and Want to transport its entries. I am not finding, even if I go from SE16->table name-> execute ..Table Entries -Transport entry ( 'Grey ) .

My table settings are ...

Delivery Class to C

"Table View Maintenance" should be "Display/Maintenance Allowed"

Standard recording routine

Recording routine

Compare Flag Automatically Adjustable

I also check the SE56 ->Env ->Maintenance Objects

<b>I don’t want to the transport entries using 'SE09'as I have 10,000 entries and I know if I put '*' It`ll work for all :</b>

SE09 (manual)

change object list

insert line e.g. "R3TR" "TABU" "Your tab"

double click

insert line

key fields (-> fill your key fields)

save

When I went to Sm30/31 I select all the entries and click transport and its asks for the request. As I was expecting the contents in transport request, but when I went to SE10/SE09 and pull-up the transport request its empty....

Please give your input/suggestions

Thanks

Message was edited by: Saquib Khan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,030

Dear Saquib,

maybe you forgot to <b>save</b> after you selected the entries and created the transport request.

I hope it helps. BR,

Alvaro

HI

I have developed "Z" table and Want to transport its entries. I am not finding, even if I go from SE16->table name-> execute ..Table Entries -Transport entry ( 'Grey ) .

My table settings are ...

Delivery Class to C

"Table View Maintenance" should be "Display/Maintenance Allowed"

Standard recording routine

Recording routine

Compare Flag Automatically Adjustable

I also check the SE56 ->Env ->Maintenance Objects

<b>I don’t want to the transport entries using 'SE09'as I have 10,000 entries and I know if I put '*' It`ll work for all :</b>

SE09 (manual)

change object list

insert line e.g. "R3TR" "TABU" "Your tab"

double click

insert line

key fields (-> fill your key fields)

save

When I went to Sm30/31 I select all the entries and click transport and its asks for the request. As I was expecting the contents in transport request, but when I went to SE10/SE09 and pull-up the transport request its empty....

Please give your input/suggestions

Thanks

Message was edited by: Saquib Khan

6 REPLIES 6
Read only

Former Member
0 Likes
1,030

Hi Saquib,

Earlier I mis read your question and I think it is not possible.

Regards,

Lanka

Message was edited by: Lanka Murthy

Read only

Former Member
0 Likes
1,031

Dear Saquib,

maybe you forgot to <b>save</b> after you selected the entries and created the transport request.

I hope it helps. BR,

Alvaro

Read only

0 Likes
1,030

No dear , I hit the 'SAVE' button ...

<u><b>and as far as the other post concern I don’t want to use 'TABU' I knew that’s is the option .</b></u>

MY questions is that after all table setting Why I’m not able to transport entries.

Thanks

Read only

0 Likes
1,030

Dear Saquib

There is one button called include in request. After selecting your entires...then table->trnasport. Then Click on inculde in request Button. Then save the entires...

That's it ..

Suresh B Mannem

Read only

0 Likes
1,030

Thanks Suresh ....

Done ... Case closed ....

Read only

0 Likes
1,030

Hi Saquib,

you may try this:

1. Enter transaction SE16, and enter the table name. Press ENTER

2. At the selection screen for that table, enable the debugging mode. Then press Execute.

3. In the debugger, place a breakpoint at statement "SET PF-STATUS". Go on with the execution.

4. There should be a breakpoint in program LSETBF01, line 343, which says "set pf-status 'TAB_LIS4' excluding excl_tab."

5. Well, look at the contents of internal table TAB_LIS4 and delete entry "TRAN".

6. Go on with the transport: mark the entries of the table, go to menu Table entry > Transport entries, and proceed as usual.

I hope it helps. Best regards,

Alvaro