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

CreditCard input file format for RPRCCC00 std program

Former Member
0 Likes
570

Dear All,

What is the supported file format for Standard program RPRCCC00 to upload credit card data into SAP?

I have studied the documentation for this program. It specifies that there is some agreement between the Credit card companies and SAP on the file format.

Does anyone have this file format? I could not locate it anywhere.

Regards

Mounika

Dear All,

What is the supported file format for Standard program RPRCCC00 to upload credit card data into SAP?

I have studied the documentation for this program. It specifies that there is some agreement between the Credit card companies and SAP on the file format.

Does anyone have this file format? I could not locate it anywhere.

Regards

Mounika

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
497

Hi Mounika,

SAP proprietary format, a[ text description can be found here|http://help.sap.com/saphelp_470/helpdata/en/68/de612288ac11d194be00a0c92946ae/content.htm]

For the rest, I guess they use fixed-length formats. Hope you can find that analyzing the program.

Regards,

Clemens

Read only

Former Member
0 Likes
497

Hi,

By looking at the code we can confirm that the file will be a text file.

You can search texttab in the report to see the file structure.

Regards

Praveen