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: 

RHPA_APPRAISAL_CREATE relational data

Former Member
0 Kudos

Good morning,

The function RHPA_APPRAISAL_CREATE creates the Unit Organizational calification with people.For examplo, 3 people calificates one Unit Organizational. So, When I execute this function from SE37 transaction, the parameters required are:

Import parameters             
                                 
 PLVAR                           
 APPSCHEME_ID                    
 EXT_NUMBER                      
 APP_STEXT                       
 APP_BEGDA                       
 APP_ENDDA                       
 APP_ACTIVE                      
 INFO1045                        
 VTASK                                                                                
Tables                          
                                 
 APPRAISORS                      
 APPRAISEES                      
 APP_PT1045                      
 PTXT1002                        
 ERR_APP_PT1045                  
 ERR_RELATION  

At the table: APPRAISORS I can enter the people who calificates the Unit organizations.

At the table: APPRAISEES, I can enter the unit organizations which will be calificate by that people enter before.

And the table : APP_PT1045 is used to enter the califications, but the problem is that I don´t know how relationate one calification entered in the APP_PT1045 with a person enter in APPRAISORS.

After create one calification is showed by the transaction appcreate

This king of problem could be solutionate by this forum or I have to publish in the OSS... Thanks a lot.

Best regards,

Hernán Restrepo C

1 REPLY 1

former_member181966
Active Contributor
0 Kudos

I haven’t used this FM , but if you execute the program "RPIT25APPF01" and see what exactly its doing .you’ll get some help .!!!

Thanks