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

Standard Domain Changes

Former Member
0 Likes
2,161

Hi Experts,

I have developed check printing for client.

I am getting ZNME1( Name of the Vendor ) field from REGUH table .

But ZNME1 field length is 35 characters.

But my client wants field length is 60 characters..

i have taken access key from basis consultant and changing domain character size to 60 but domain is not activating.

Now this domain is effected to all other transactions and when they are executing it is moving to dump.

How to recover from this critical situation..

domain is not activating thats why table also not active ...

this is very critical i have to resolve immediatly..

pls give me solution..

6 REPLIES 6
Read only

valter_oliveira
Active Contributor
0 Likes
1,602

Hello there.

First, in tcode SE11, try to return to standard version of domain (utilities-versions-version management).

If you can't activate the domain and table, check tcodes SPAU and SPDD. Their use is to return objects to standard.

Regards.

Valter Oliveira.

Read only

0 Likes
1,602

In spau transaction what we required to give in agents ..

and other fields can u give one example and bottom what are the tabs i have to select and which check box i haved to click ...

pls suggest me..

Read only

Former Member
0 Likes
1,602

Hi Venkat,

First change the domain to orignal one.

if you are not able to change it then

1. dobukle clcik on domain

2. Menu Utilities->Version->Version management (get the version in which autjor is SAP) and click check box in front of it and click the RETRIEVE button.

But my client wants field length is 60 characters

You can't enter vendor name here... If the vendor name is more than 35 char then rest of name will come into field ZNME2 and you have to concatenate ZNME1 and ZNME2 and then output on screen.

Regards,

Sachin

Read only

0 Likes
1,602

I have followed your steps , still it is giving partially active ..

Is i required to take any further steps ...

there is one uption in utilities - > versions - > Return to active version can i use this option...

pls suggest me..

Read only

Former Member
0 Likes
1,602

Venkat,

firstly you already made very silly mistake by changing the domain.because domain is very low level configuration it may be effect all the related object.

any ways need not to worry just make again it to its original char which is 30.

then copy this domain into z domain and change its length to 60 and use this z domain into your requirement.

pleases let me know if any issue.

dont worry i already went thru this issue once :-).

Amit.

Read only

nisha_k20
Explorer
0 Likes
1,602

Can you please tell me how you resolved it. Because i am also facing the same issue. Please help me