cancel
Showing results for 
Search instead for 
Did you mean: 

Which event I need to create in OBPM3 for DMEE

javier_rodruez
Participant
0 Kudos

Hi experts,

I have got a requirement to fill some specific payment details in several nodes of the DMEE format tree. Specifically, I need to retrieve the ZREF02, ZREF03 values of FPAYP. But, first of all I have to save in those fields the SGTXT texts on BSEG table.

For example, for any automatic payment scenario (30.09.2014/RUBR):

After retrieving BELNR from REGUP, specifying the LAUFD and LAUFI I obtain the SGTXT of every document and concatenate into one string. If I consider the following situation:

BELNR1      ----      SGTXT1 = <text1>

BELNR2      ----      SGTXT2 = <text2>

BELNR3      ----      SGTXT3 = <text3>                   

BELNR4      ----      SGTXT4 = <text4>

l_string = <text1>,<text2>,<text3>,<text4>

I will need the first 132 characters on ZREF02 field and the other 11 on ZREF03 field of FPAYP.

I was thinking on implementing a 06 event similar to the sample FI_PAYMEDIUM_SAMPLE_06 to save previously the data in ZREFXX fields. But I realised that the output parameters only fill the customer additional fields FPAYHX.

Which is the best thing to implement this?

Lots of thanks for your help,

Javier         

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197737
Contributor
0 Kudos

Hi Javier,

It seems you are using the correct FM, see note:

  • 663832 - PMW - Adding additional fields to FPAYHX and FPAYP

Have you tried changing table FPAYP?

Best regards!