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: 

Change Customer Iban automatically

0 Kudos

Hello,

I have to manage the information that the bank sends me for SEDA and in particular the Iban. I need to change the iban for a customer:

The batch input [xd02 - fd02] doesn't record anything and I can not find fm or bapi to help me.

I tried to change the Tiban or use the FM BAPI_IBAN_CHANGE without any results.

I read that you can use the pgm RFBIKR00 but on my system doesn't exist.

Any suggestions?

1 ACCEPTED SOLUTION

0 Kudos

Problem solved,

I have made the registration on another system and then I have exported the program.

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

Retry with SHDB, recording should be effective for IBAN (sample)

PROGRAMDYNPRODYNBEGINFNAMFVAL
0TFD02
SAPMF02D106X
0BDC_CURSORRF02D-D0130
0BDC_OKCODE/00
0RF02D-KUNNR123456
0RF02D-BUKRSXXXX
0RF02D-D0130X
SAPMF02D130X
0BDC_CURSORIBAN(01)
0BDC_OKCODE=IBAN
0KNBK-BANKS(01)XX
0KNBK-BANKL(01)123
0KNBK-BANKN(01)123-4567890-12
0KNBK-KOINH(01)XXXXXXXXXXXXXXXX
SAPLIBMA100X
0BDC_CURSORIBAN01
0BDC_OKCODE=ENTR
0IBAN01XX12
0IBAN023456
0IBAN037890
0IBAN041234
0TIBAN-VALID_FROM27.01.2004
SAPMF02D130X
0BDC_CURSORKNBK-BANKL(01)
0BDC_OKCODE=UPDA

(Alternative : reverse engineering of program RFIBANMD.)

Regards,

Raymond

0 Kudos

When i try to record the fd02 transaction via shdb nothing comes back.

Below the print screen:

0 Kudos

I did not success in replicating this behaviour

0 Kudos

Problem solved,

I have made the registration on another system and then I have exported the program.