cancel
Showing results for 
Search instead for 
Did you mean: 

create customer master

Former Member
0 Kudos

Hi,

In the initial screen of Create customer master- XD01, I want to make company code as mandatory field.

How this can be done?

thanks and regards

Accepted Solutions (0)

Answers (5)

Answers (5)

Manoj_Mahajan78
Active Contributor
0 Kudos

Pratap,

Tell ur ABAPer to activate filrd exit for Company code field name BUKRS

Program Name SAPMF02D

Screen Number 7100.

REWARD IF U FINDS THIS AS HELPFUL....

Regds

MM

Former Member
0 Kudos

thanks,

from ecc 5.0 onwards there is not field exit are available, what i came to know from ABAPer.

regards

Former Member
0 Kudos

I think u can make it mandatory through SHD0-Transaction Variant

Former Member
0 Kudos

Dear Bhargav,

Yes we can do but you need some basis knowledge.if you have i will tell you

first keep cursor in company code feild and press F1 and note down parameter ID and goto SU01 and click parameter give here noted parameter id and save

come back see it is mandatory

whatever settings you making that all come under user level it allways keep default only in that user

when making take care

Hope this helps you

Prem.

Former Member
0 Kudos

Hello Bhargav,

To make company code mandatory in XD01 then you need to ask the ABAPer to activate field exit for

Company code field name BUKRS

Program Name SAPMF02D

Screen Number 7100.

Ask him to search the field exit and activate it for the above combination.

<REMOVED>

Regards,

Priyanka

Former Member
0 Kudos

thanks Priyanka,

from ecc 5.0 onwards there is not field exit available, what i came to know from ABAPer.

regards

Lakshmipathi
Active Contributor
0 Kudos

Hi Bhargav

Partner determination contains the following user exits for your use:

<b>o</b> <b>EXIT_SAPLV09A_001</b>

You can use this user exit to control whether an address that was

entered manually and has already been used in other documents

(referenced), should be referenced again if it changes or whether a

new address shold be created (duplicated).

<b>o</b> <b>EXIT_SAPLV09A_002</b>

Call up this user exit if a customer has not been maintained in the

current sales area.

<b>o</b> <b>EXIT_SAPLV09A_003</b>

Use this user exit to control the origin of partners in the partner

determination procedure (origin X, Y or Z). If X, Y, or Z has been

entered in the Origin field, this user exit is automatically called

up during partner determination.

<b>o</b> <b>EXIT_SAPLV09A_004</b>

Use this user exit to integrate your own check in a program, that

runs before the partner is saved in the document.

With the help of your ABABer, you can make the Company Code as mandatory.

Thanks

G. Lakshmipathi

Former Member
0 Kudos

HI Bhargav

I think for this u have to take the help of Abaper.

Regards