cancel
Showing results for 
Search instead for 
Did you mean: 

REcords for Payee not found in PA0009

Former Member
0 Kudos

Hi All,

In PA30 I have changed Payee for a PERNR. There are 4 records all having different payee names,

but if i check the same in Table PA0009 in se16 for that PERNR i am not able to see all the payee names except the latest one recently modified.

Please help.

REgards

Ramesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Are you referring to the EMFTX or EMFSL field name?

You may also try checking the time constraint class.

-Arun

Message was edited by:

Arun Sundararaman

Former Member
0 Kudos

I am refering to PA0009 - EMFTX (Payee Text)...

Please help...

Former Member
0 Kudos

Hello ramesh,

Have you checked the time constraint.Normaly its going to be subtype dependent.

So check the table V_T591A-subtype characteristics.

Regards,

Manoj.

Former Member
0 Kudos

Hello,

Beware : the Q0009-EMFTX is not the P0009-EMFTX.

That means, when the user do not enter a value in EMFTX, this field remains empty in P0009, but the system shows you , in Q0009-EMFTX via PA30/PA20, the P0001-ENAME.

So, the only record where you see the EMFTX is the one you change manually.

(sorry, i do not write english fluently ... and usually i do not participate to forums ...).

suresh_datti
Active Contributor
0 Kudos

To supplement what Jean has stated above.. the following is the code snippet from the PBO of Module Pool program MP000920.

     if emftx eq space.
        move p0001-ename to emftx.                          "QNUK60593
      endif.
      move emftx to q0009-emftx.
                              

~Suresh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check the Time Constraint Class. Maintain 3, so that you can maintain any number of values for the field at any time.

Good Luck

Om