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: 

data dictrionary field for credit card no. entry

Former Member
0 Kudos
359

Hi all!

I am interfacing between legacy system and SAP through BAPI and there is a requirement that i have to send credit card no. info into SAP.Can anybody give me the filed description in SAP which can hold this value.Also there is a requirement that i have to suprass this field in SAP.

Points will be awarded.

Regards

Praneeth Kumar

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos
113

Hi,

Check this table <b>VCNUM</b>, this is Credit card master table. and <b>CCNUM</b> (Credit card number) is the field which you are looking for .

Regards

vijay

5 REPLIES 5

Former Member
0 Kudos
113

Hi,

Please correct me if i am wrong. You want the name of the field that stores Credit card number in SAP.

The data element CCARD_TXT_KK (Text for credit card ID)can be used.

Regards,

Sameena

0 Kudos
113

Hi

Can you give me the field name list which uses this data element.My requirement is to store this number in FI related tables.Also i think ccardec_bin data element will be more appropriate.

Please advise.

Regards

Praneeth

Former Member
0 Kudos
113

Hi Praneeth,

u may populate a field within the BAPI that closely matches the data type n length of ur credit card entry.. for this u need to go thru all the structures used in the bapi.. this may serve the purpose if u do not have any particular field for that meant for that variable in sap n then u need to make sure that this field is used only for this entry..

now to supress this field( i think u mean input disabled)..u need to make modifications in the screen which displays this field..u may need to use BADI/user exit for that...

Hope it helps,

Regards,

Bikash

former_member188685
Active Contributor
0 Kudos
114

Hi,

Check this table <b>VCNUM</b>, this is Credit card master table. and <b>CCNUM</b> (Credit card number) is the field which you are looking for .

Regards

vijay

0 Kudos
113

Thanks vijay my problem got resolved.

maximum points awarded