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

Regarding Request tranfer....getting return code as 8.........

Former Member
0 Likes
757

Created Z table for creating new entries.

SM30 was used thr a T-code, e.g ztab_sm30.

pls tell me how to transport this particular t-code and what are the imp points to be taken care while transporting this t-code.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
737

Hi!

A transaction, which allows us maintaining a Z-table, seems like this:

Parametertransaction

Transaction: SM30 and Skip first screen

Dynpro fields

VIEWNAME ZTABLE

UPDATE X

ZTABLE must be enable to maintain in SE11, and have to create it maintenance screen, using the table maintenance generator (also in SE11).

Regards

Tamá

5 REPLIES 5
Read only

Former Member
0 Likes
738

Hi!

A transaction, which allows us maintaining a Z-table, seems like this:

Parametertransaction

Transaction: SM30 and Skip first screen

Dynpro fields

VIEWNAME ZTABLE

UPDATE X

ZTABLE must be enable to maintain in SE11, and have to create it maintenance screen, using the table maintenance generator (also in SE11).

Regards

Tamá

Read only

0 Likes
737

Dear Tamas,

as per ur parameter transactions,

all settings done.

still error.

Request is getting transported. but when i run the tcode, i get dump and says Ztable does not exist.

Read only

0 Likes
737

Well, the Ztable must exists in the target system also. Check it out in SE11, is the ZTable in that system.

However you can check detailed error message of your transport request, using STMS, SE01 or SE10 transactions. Choose the transport request and click on the transport log button.

Regards

Tamá

Read only

0 Likes
737

Dear Tamas,

in fact problem lies with Ztable not crested in Target Client.

it does not exist.

but is it mandatory to create that ztable in the Target Client?

Read only

0 Likes
737

If the table already exists in the source system, just simply modify the table with SE11 (f.e the description).

You will be asked for a transport request, so create a transport request for the table also, and transport it to the destination system, the same way, your transaction was transported.

Regards

Tamá