Quantcast
Channel: SCN : Unanswered Discussions - ABAP Development
Viewing all articles
Browse latest Browse all 8768

SAP Note 1453375

$
0
0

Hello ,

 

i am currently on the point 7 of SAP Note 1453375

____________________________________________________________________________________

7. Create the new module SEPA_MANDATE_GEN_DEFAULT_PARA in the group

SEPA_MANDATE_UI_GEN. For the interface, see the correction instructions.

 

After you have done this, implement the required function ("Always

determine mandate ID internally") as follows:

a) Copy the function module SEPA_MANDATE_GEN_DEFAULT_PARA to the

customer-specific module ZZ_NNN and set the parameter E_PARA-MNDIDINT = "X"

in the source code of the customer-specific module.

______________________________________________________________________________

 

I don't find the interface in the correction instructions.

and the module ZZ_NNN I have created, had a syntax error , Field E_PARA-MNDIDINT is unknown .

 

Can someone tell me where I have to declare this Data ??

 

 

 

FUNCTION SEPA_MANDATE_GEN_DEFAULT_PARA.

*"----------------------------------------------------------------------

*"*"Local Interface:

*"----------------------------------------------------------------------

*{   INSERT         DEVK925605                                        1

* template for the customer to default further parameter

* if mandate-ID should always be determined internally when creating a mandate,

* copy this function to your namespace, set MNDIDINT to "X" here and enter your

* function in SM30 / V_SEPA_CUST


*   E_PARA-MNDIDINT = 'X'.


*}   INSERT

ENDFUNCTION.

 

 

FUNCTION ZZ_NNN.

*"----------------------------------------------------------------------

*"*"Local Interface:

*"----------------------------------------------------------------------

*{   INSERT         DEVK925605                                        1

* template for the customer to default further parameter

* if mandate-ID should always be determined internally when creating a mandate,

* copy this function to your namespace, set MNDIDINT to "X" here and enter your

* function in SM30 / V_SEPA_CUST


  E_PARA-MNDIDINT = 'X'.


*}   INSERT

ENDFUNCTION.


Viewing all articles
Browse latest Browse all 8768

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>