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

import problem

Former Member
0 Likes
1,071

Helllo

I have got an transport from SAP. During import i got(among other positive feedbacks) also:

STXH table class is 'C'. Entries are only imported to client '000'.

I wander how to deal with such errors?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
824

Hello,

If a Table is of type C, then U need a customiying request to transport to desired client. Add a entry to the STXH table with Cust. Req and move to the client.

Vasanth

6 REPLIES 6
Read only

Former Member
0 Likes
825

Hello,

If a Table is of type C, then U need a customiying request to transport to desired client. Add a entry to the STXH table with Cust. Req and move to the client.

Vasanth

Read only

Former Member
0 Likes
824

I am aware of this. Anyway I assigned you points for good will.

My question is what to do if SAP tels this is request to perform right printout but the import finishes red?

Read only

0 Likes
824

Tina

I am facing exactly the same problem that you have mentioned.

Have you found a solution yet and can you share how you overcome this problem.

Thanks a million!!

Read only

Former Member
0 Likes
824

hi Tina

check if ur table is not client dependent ie there should not be nay mandt field in ur table.

regards

ravish

reward if useful

Read only

marina_plag
Explorer
0 Likes
824

Hi Tina,

table class defines how table entries are transported. See SE11, tabstrip 'Delivery and maintenance', F4-help for 'Delivery Class'.

Entries of tables with clas 'C' are only imported into client '000'. But they can be copied during client copy. So it is not an error, but a feature.

If you want to get your entries in all clients, you must use class 'G'. Then the entries are inserted in other clients. But existing entries are not overwritten!

I have a word document in German describing the behavior of table classes, but unfortunately, I couldn't find an English translation.

Please reward points if useful.

Regards, Marina

Read only

marina_plag
Explorer
0 Likes
824

Hi Tina,

see following notes:

162594 Missing Customizing entries (C tables problem)

2857 Which table delivery classes are there? What do they mean?

Regards, Marina