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

issue in implementing the sap note 1401975

Former Member
0 Likes
1,248

Hi All,

I am trying to implement the sap note 1401975 in the 4.7 version( SAP_APPL 470, Patch level 26). to implement this note i have to create a Function Module with export parameter of TYPE SEPA_STR_DATA_MANDATE_DATA. the problem here is the structure SEPA_STR_DATA_MANDATE_DATA not available in my system and no instructions are given in the note to create this structure. i have also implemented the prerequisite notes 1305012, 1360908.

your Quick response will be highly appreciated.

Hi All,

I am trying to implement the sap note 1401975 in the 4.7 version( SAP_APPL 470, Patch level 26). to implement this note i have to create a Function Module with export parameter of TYPE SEPA_STR_DATA_MANDATE_DATA. the problem here is the structure SEPA_STR_DATA_MANDATE_DATA not available in my system and no instructions are given in the note to create this structure. i have also implemented the prerequisite notes 1305012, 1360908.

your Quick response will be highly appreciated.

6 REPLIES 6
Read only

Former Member
0 Likes
978

You did use SNOTE transaction to apply this to your system, right?

Read only

0 Likes
978

hello....

This note is not fully automated one. it required manual pre-implemetation corrections. as pre implementation change i have to create this Function module.

Read only

Former Member
0 Likes
978

Hi,

There are few attachments with this OSS note. Have you checked it? You can see these, only on online SAP service market place.

Read only

0 Likes
978

Yes Lokesh.. i have gone through those attachments..

Read only

Former Member
0 Likes
978

Reason and Prerequisites

As a prerequisite, you require Noter 1090321 for SEPA Direct Debit and the two SEPA credit transfer Notes 1305012 and 1360908. Check whether these notes have already been implemented (search in the ABAP Dictionary (transaction SE11) for the structures FPAYHX_MDT and FPM_SEPA and check in transaction SE37 whether the function DMEE_EXIT_SEPA_21 already exists) and implement them if necessary.

To be able to use the B2B (Business to Business) function, you also require enhancements in the SEPA third-party management (SAP Basis) that are delivered in a separate note.

Check this prerequisite notes 1090321, 1305012 and 1360908 and its corrections present in your system

Edited by: praveen reddy on Feb 1, 2011 2:47 PM

Read only

0 Likes
978

Thanks for your reply praveen..

1090321, 1305012 and 1360908

the sap note 1090321 has the status "can not be implemented" in my system. i have implemented other two notes.