Application Development 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: 

Increase the length for standard field

former_member183069
Active Participant
0 Kudos

Hi All,

IN  T CODE : CAA3

A field Inc .Pay Method has a length of char 1.

we has to increase its length to  char 3.

Because All the options with char 1 is used.

please  suggest the possible ways to increase the length.

Thanks in advance .

K. karthikeyan

1 ACCEPTED SOLUTION

Clemenss
Active Contributor
0 Kudos

Hi karthikeyan. k kulanthaivel,

though it may be possible to modify the length of the data element by changing the domain from CHAR1 to CHAR3, this may cause lots of trouble: Not only customizing maintenance views will have to be generated and maintained again, the same applies for all database tables, structures and screens as well. There are hundreds of objects in the where-used-list.

It may be easier for you to add a new field to the contract account data and use this combined with existing incoming payment method. By the way, I can't imagine so many different payment methods that must be processed differently.

Tell a story about your process, we may have a good idea.

Regards,

Clemens

7 REPLIES 7

Former Member
0 Kudos

I dont know answer to your question, but below thread has same query.

You might want to follow it, in case he gets answer.

Clemenss
Active Contributor
0 Kudos

Hi karthikeyan. k kulanthaivel,

though it may be possible to modify the length of the data element by changing the domain from CHAR1 to CHAR3, this may cause lots of trouble: Not only customizing maintenance views will have to be generated and maintained again, the same applies for all database tables, structures and screens as well. There are hundreds of objects in the where-used-list.

It may be easier for you to add a new field to the contract account data and use this combined with existing incoming payment method. By the way, I can't imagine so many different payment methods that must be processed differently.

Tell a story about your process, we may have a good idea.

Regards,

Clemens

0 Kudos

Dear Clemens,

Thanks a lot for your reply. Current Inc. Payment method field is of length 1. So the possible allowed values can be from 1-9 or A-Z for payment method. We have used all these possible values. Now we have to maintain more payment methods for which we are managing now with special characters. Obviously its not good to address payment methods with special characters. Also sooner we will run out of special characters as well.

So we are looking for an option to extend this field length by 2 or 3 characters so that we can maintain more values comfortably.

Thanks and Regards,

K. Karthikeyan

Former Member
0 Kudos

We are also using ascci ncodes!!!!.

Jelena
Active Contributor
0 Kudos

I'd suspect Payment Method is used for something other than its intended purpose. Seriously, how many payment methods exist out there? Even if I include oddballs like Moneygram and each major credit card separately, I can't think of more that 15-20.

I'm really curious to see your list...

Former Member
0 Kudos

Hello.

We have 57.

"CORPOELEC BARINAS
#CORPOELEC AMAZONAS
$CORPOELEC ANZOATEGUI
&Transf. Fideicomiso Bco.Com.Ex
(CORPOELEC BOLIVAR
)CORPOELEC CARABOBO
*CORPOELEC APURE
+CORPOELEC MERIDA
,CORPOELEC MONAGAS
-CORPOELEC FALCON
/CORPOELEC ARAGUA
0Transf. Fideicomiso BANDES
1Cheque  Tesoreria
2Transferencias  Tesoreria
3Cheque de CFM
4Transferencias_Clearing_Tesor
5VeneCr Cheq Ger  Nómina
6VeneCr Cheq Ger  Pago Provedor
7Tlco - Banfoandes Cheque
8Tlco - Bco Ind. Vzla Cheque
9Tlco - Bco Tesoro Cheque
:CORPOELEC PORTUGUESA
;CORPOELEC SUCRE
<CORPOELEC MIRANDA
=CORPOELEC COJEDES
>CORPOELEC GUARICO
APagos mediante cartas
BTransferencias - Pagos FP
CCheque
DCheque - Pagos por FP
EEfectivo
FTransf.  Fondos Especiales $.
GCheque de Gerencia de Nómina
HCheque genérico Proveedores
VenezuelaITransf. Industrial - Ct.Nómina
VenezuelaJMovilnet - Mercantil Pago EDI
VenezuelaKMovilnet - Provincial Pago EDI
VenezuelaLTransf. Proveedor Venezuela
VenezuelaMTransf. Proveedor Mercantil
VenezuelaNCheque Nomina
VenezuelaOMovilnet - Venezuela Pago EDI
VenezuelaPTransf. Provincial - Ct.Nómina
VenezuelaQTransf. Proveedor Banesco
VenezuelaRTransf. Proveedores Provincial
VenezuelaSTransf.  CHASE MANHATTAN
VenezuelaTTransferencia - Nómina
VenezuelaUTransf. Unibanca - Ct.Nómina
VenezuelaVTransf. Venezuela - Ct.Nómina
VenezuelaWTransf.Banes - CT Nom VIA/HCM
VenezuelaXTransf. Mercantil - Ct.Nómina
VenezuelaYTransf. Fideicomiso Bco.Com.Ex
VenezuelaZNinguna vía de pago asociada
Venezuela[CORPOELEC TACHIRA
Venezuela]CORPOELEC TRUJILLO
Venezuela¡CORPOELEC DELTA AMACURO
Venezuela¿CORPOELEC YARACUY
VenezuelaÑTransf.  EDI PROV INTER-CADIVI

We need to include more payments.

Clemenss
Active Contributor
0 Kudos

Hi Belinda,

but this is clearly not the use of payment method as intended by SAP system: You included the bank names which are not part of the payment method (like i.e. bank account, credit card, cash etc.).

Do you really have different customizing for all payment methods listed?

Regards

Clemens