cancel
Showing results for 
Search instead for 
Did you mean: 

Material description showing incorrectly under KANBAN Information tab in t-code PK50

Former Member
0 Kudos

My customer upgraded their system from 4.7 to ECC 6.0 . In the new upgraded system, the customer is facing an issue with t-code PK50 . Below is the problem description along with the attachment :

"PK50 seems to execute correctly. However, there is one problem with it. When looking at the kanban information for each line what happens is the part description for the first record displayed is held and shows up on each subsequent record displayed. Thus the wrong part description is displayed for every record except the first one

."

Please check the attachment with screenshot for the same .


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Mridul,

F1 on the part description will let you know the field name (MAKTX) and the program name (SAPLMPK_CCY_UI).

Double click and navigate to the program. Search for the field in the mail program (Ctrl + F).

Look for the area in the program where the field MAKTX is getting fetched for display or is being changed.

Now if you can find out the needed addition or the exact error in the code then there are various possible ways of solving the same.

1. If you can find out any BADI or User exit that gets triggered before or after this point(acc. to the requirement) then you can write the additional code to correct the issue.

2. If that doesn't work then you can look for enhancement points.

Points 1 and 2 should be done only after verifying with your team as the code may be reused in other places and your change may not be favorable in other places.

3. If you are sure that this is a standard error that needs to be rectified by SAP then you can raise a ticket and SAP team will make the necessary changes in the standard program.

I hope this helps.

BR,

Yaseen