cancel
Showing results for 
Search instead for 
Did you mean: 

T code update VZGPO Loan management

0 Kudos

Hello Guru,

My client using loan management and they changed their
address so they want to inform their client who has loan with them (contract)
about this so need a mailing list for based on contract and address related to each.

 

From before –before me_ they had a  Z report bit know when they start using it
just pick contract till one pint of tome not after that (almost) I talk to ABAP
and he said :

""    

For the given selection parameters, fetch loan
contract details from table VDARL

  1. 2.
    for the entries obtained from table VDARL , go to table VZGPO and fetch the
    business partner details (type 'VD' for loans, role category '0100')

  1. 3.
    for business partner details fetched above , get address details via function
    modules BPAR_R_ADDRESS_REFERENCES and BPAR_R_X_ADDRESS_REFERENCE.

I found certain contract no's are missing a business partner entry in table VZGPO
and getting skipped from the report output.

""

 

ABAP ask me what T code update VZGPO

So my q are:

What transaction updates VZGPO?

Would you please pass some of your guess why I donot pick all contracts?

  

Is there any other way that we can have this report?

  

Thanks for your help

Hamid

Accepted Solutions (1)

Accepted Solutions (1)

former_member357303
Active Participant
0 Kudos

Hi,

VZGPO was used in former times, in newer releases it's table VDGPO.

There should be at least one record per contract in VDGPO, the link is field SOBJEKT.

VDGPO contains the partner relationship, so it is typcially updated with contract change (FNVM).

BUt it could also happen in other transactions like borrower change in FN8X.

Kind regards,

Michael

0 Kudos

Sorry for delay, as ABAP after while found this by himself, but your observation is right

Thanks for that

I assign Mark

Answers (0)