cancel
Showing results for 
Search instead for 
Did you mean: 

Cluster table issue

Former Member
0 Kudos
59

Hello All,

I have an issue where Comment field values is not displaying in pa30 for infotype 0040. Actually its updating in PCL1(TX) table but not visible in pa30. Suppose again if im inserting with same subtype then its visible in pa30.

TX     00000199004003     9999123120100325000    With seq no 000(Last 3 digit) its not visible in pa30 screen

TX     00000199004003     9999123120100325001    With seq no 001(Last 3 digit) its visible in pa30 screen

Thanks in Advance.......

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Suresh,

Can you please Explain briefly?

As What I understood is you have written any logical DB code for the same and then you are finding the problem.

Former Member
0 Kudos

Hi UMANGmehta,

Actually inside badi class method, im calling executable program where im writing code for inserting pa0040 and cluster table PCL1(TX)..

1. For inserting pa0040, im using HR_INFOTYPE_OPERATION and it's working fine and values are displaying in pa30 tcode.

2. For inserting cluster table, im using CL_HRPA_TEXT_CLUSTER=>UPDATE for the specified key and its also working fine but the problem is it's not visible while checking in pa30 transaction..