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: 

Regarding OSS note 1401975 implementation error messages

former_member192432
Participant
0 Kudos

Dear All,

I am a sap abap consultant.I am trying to implement OSS note 1401975.I am not able to activate the DMEE format tree, even after clicking so many times on activation button.

My system version details:

SAP_ABA 702 0009 SAPKA70209 Cross-Application Component

SAP_APPL 603 0003 SAPKH60303 Logistics and Accounting

1st.Question

As part of Manual Activity

Call transaction SE11. In the SAP package BFIBL_PAYM, create the new data

element FPM_B2B (B2B mandate) with the domain BOOLEAN and the field label:

B2B mandate.

But when I try to create a new data element , the system is asking for Access Key.Is Access key is neccessory here as I am trying to implement this OSS note.

2nd Question

I downloaded the XML file from market place.Went to T code DMEE providede Tree type = PAYM and Format Tree = ZSEPA_DD (COPIED FROM SEPA_DD) and uploaded XML file from desktop.But when I tried to save and activate. It is not able to activate.When I clicked on Log button next to activation button ,I am getting below errors

Format-specific structure FPM_SEPA does not exist

Sort field FPAYHX-B2B is not a permissible source field

Error in conditions for node ISO: source field FPM_SEPA-XMLNS does no

Node PmtInfId: function module DMEE_EXIT_SEPA_21 does not exist

Error in conditions for node CORE: source field FPAYHX-B2B does not e

Error in conditions for node Nm: source field FPAYHX-ORIG_REC_NAME1 and more.

I maintained entries in OBPM1 also.

Please help me out , did i miss anything. Or do I need to do any configuration.

Kind regards,

Chetan

1 ACCEPTED SOLUTION

former_member219162
Contributor
0 Kudos

Hi Chetan,

I read the OSS Note 1401975 and below is my understanding;

1) As you want to create new data element FPM_B2B, which is in SAP namespace, you require SAP Access Key. Please ask your basis team to provide SAP access key for this.

2) I tried to get the OSS 1401975 using SNOTE and there I found that a prerequisite Note 1305012, must be applied. so make sure you have applied 1305012 as your first note and then try to apply note 1401975.

In the OSS 1401975 it is mentioned;

"Finally, enter the format parameter structure FPM_SEPA for the format SEPA_DD (detail view) in transaction obpm1. It is the same structure as for the format SEPA_CT (Note 1360908)."

So, you should try out

First: 1090321 (If this is not applied then look at this if it is applicable for your version).

Second:1305012

Third: 1360908

Fourth: 1401975

4 REPLIES 4

Former Member
0 Kudos

Hi Chetan,

1) Yes. For performing manual activities, access key is required.

2) Did you apply prerequisite notes - 1090321, 1305012, 1360908

    You need to check/apply all prerequisite notes before applying 1401975.

    The structure FPM_SEPA in the error message is covered under note - 1360908

0 Kudos

Thanks Leena,

Now I implemented below notes..

Ø  1540040 ( It is a main note, It has pre requisite notes 1401975 for DD(Direct Debit) and 1360908  for CT(Credit Transfer) )

Ø  1401975 (It has prerequisite Note 1090321 which is already implemented)

Ø  1360908 (It is a note for Credit Transfer and don’t have any Prerequisites)

1305012 (It is note for Credit transfer and has one prerequisite note 1062489 which is already implemented)

Now the format tree is activated.

Now I did not understand below point from note 1540040 ..If you know plz let m eknow

1.The medium parameter, namespace schema, should be left empty in both cases;the program then uses the default value.

Kind regards,

Chetan

former_member219162
Contributor
0 Kudos

Hi Chetan,

I read the OSS Note 1401975 and below is my understanding;

1) As you want to create new data element FPM_B2B, which is in SAP namespace, you require SAP Access Key. Please ask your basis team to provide SAP access key for this.

2) I tried to get the OSS 1401975 using SNOTE and there I found that a prerequisite Note 1305012, must be applied. so make sure you have applied 1305012 as your first note and then try to apply note 1401975.

In the OSS 1401975 it is mentioned;

"Finally, enter the format parameter structure FPM_SEPA for the format SEPA_DD (detail view) in transaction obpm1. It is the same structure as for the format SEPA_CT (Note 1360908)."

So, you should try out

First: 1090321 (If this is not applied then look at this if it is applicable for your version).

Second:1305012

Third: 1360908

Fourth: 1401975

0 Kudos

Thanks Anirban for your reply,

Now I implemented below notes..

Ø  1540040 ( It is a main note, It has pre requisite notes 1401975 for DD(Direct Debit) and 1360908  for CT(Credit Transfer) )

Ø  1401975 (It has prerequisite Note 1090321 which is already implemented)

Ø  1360908 (It is a note for Credit Transfer and don’t have any Prerequisites)

1305012 (It is note for Credit transfer and has one prerequisite note 1062489 which is already implemented)

Now the format tree is activated.

Now I did not understand below point from note 1540040 ..If you know plz let m eknow

  

1.The medium parameter, namespace schema, should be left empty in both cases;the program then uses the default value.

Kind regards,

Chetan