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

Regarding IDOCs

sreeramkumar_madisetty
Active Contributor
0 Likes
473

Hello Friends

Sorry for repeating the question.

But in a hurry to get the answer bcoz it's urgent i am doing this.

This is my requirement & Problem description.

Please kindly go thru it and help me.

I am running the report ZRFFOUSC (Combination of standard print programs RFFOUS_C and RFFOEDI ). This program is creating the IDOC as follows.

<b>Fldname Fld Cont</b>

FIIQUALI BB

FIIBKENN 053000219

FIIBKCDE 003

FIIBKNAM WACHOVIA BANK NA

FIIBKORT CHARLOTTE

FIIBLAND US

FIIKONTO 1000000132919

FIIBKONT 1

FIIBRANCH VICKIE MORRIS 336-732-5560

Now the problem is in Acceptance it's working fine while in production,I am getting

Fldname Fld Cont

FIIQUALI BB

FIIBKENN 053000219

FIIBKCDE 003

<b>swiftcode swift code

field field</b>

FIIBKNAM WACHOVIA BANK NA

FIIBKORT CHARLOTTE

FIIBLAND US

FIIKONTO 1000000132919

FIIBKONT 1

FIIBRANCH VICKIE MORRIS 336-732-5560

2 more fields in the generated idocs.

i.e swift code and one more field ...this is the case for certain banks only.

As I am very new to IDOCs i am not able to find why this junk data is comming in production system only.

Please help me how i can findout the problem and rectify the same.

Atleast let me know the debugging procedure where i have to concentrate mainly.

<b>Points are guaranteed for helpful answers.</b>

Regards,

Sreeram

3 REPLIES 3
Read only

Former Member
0 Likes
443

Hi Sreeram,

Since this is happening for few banks only.

request you to check those Banks settings

May be Swift code is essential for those banks, that's why it is coming into picture.

regards,

Anji

Read only

Faaiez
Product and Topic Expert
Product and Topic Expert
0 Likes
443

Hi Sreeram

I would look at the data. The banks that have a swift code coming though probably have data for this and the ones that don't do not have any data. If this is not the case then look at when the program ZRFFOUSC is passing data to RFFOEDI.

Regards

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
443

It's answered