cancel
Showing results for 
Search instead for 
Did you mean: 

cust master

Former Member
0 Kudos

in custmer master xd02/xd03 -general data -address tab

we have postal code/city - Addr1_data table - post_code1 is field name

requirement is that postal code must be entered as 560 space 023 (ie., 560 023) instead of 560023

pl let me know how we can achieve this

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sapsd

Take help of your ABAP and use some user exit or BAPI to define this rule in XD01/XD02 such that program should check a space after first 3 letters.

try and revert

Former Member
0 Kudos

Hi

goto

SPro>>>>SAP NetWeaver>>>>>>General Settings>>>>..Set Countries>>>>>>..Set Country-Specific Checks>>>>

here select the country IN and change the postal code length to 7

regards

Former Member
0 Kudos

SAP SD,

You have to do this by making modifications in Data length of the fields PSTLZ. Change it to 7 or more as per ur choice. table will be KNA1

Take the help of ABAPer for proper configuration.

Thanks,

Raja

Former Member
0 Kudos

HI,

Goto SE11.

Enetr the Table name as "ADDR1_DATA".

Click on Change.

Search for the field "POST_CODE1".

In this increase the length to more than 7.In our case we maintained 10.

Save and activate.

Do the same for KNA1-PSTLZ field and ADRC-POST_CODE1 fields also.

The same can be done by configuration also.Goto T.Code "OY17".

Select country as IN.Details.Postal code length as more or equal to 7 and rule as 5.

Now try.It will allow you to enter as per your requirement.

Regards,

Krishna.

Former Member
0 Kudos

hi,

in xd02 customer master i'm getting 1 more button ADDITIONAL DATA, EMPTIES next to cin details

what is the use of this button

how can i hide this button

Pl suggest

Former Member
0 Kudos

sadsd,

This u can manage through configuration in Accounting group of Customer master.

Thanks,

Raja

Former Member
0 Kudos

hi

i chked in OBD2 but coudn't find ADDITIONAL DATA, EMPTIES option any where

how can i hide this button in customer master

Former Member
0 Kudos

SAPSD,

I guess u have BADIs for empties management. Which is activated.

There is one sap note 592635

which u can refer,

Contect pf this note is

Empties management

a) View cluster VC_CUSTOMER_EXP

Screen group: BE

Description: Additional data empties

Tab pages

Number: 10

Function code: BECUS01

Description: Empties settings

a) View cluster VC_VENDOR_EXP: no screen group

this is enhancement of customer master.

Take help of ABAPer and u can deactivate this,.

thanks,

Raja