cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance the standard infotype

Former Member
0 Kudos

hi all,

iam enhancing the standard infotype 0028. my client requirement is that,

if subtype is 01 then some fields to be displayed.

if subtype is 02 then some other fields to be displayed.

plz suggest hoe to do this.

points wil be rewarded.

regards,

shiva.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Shiva

go to se38 give program name as MP002820 and in this go to PBO and write your code here

if Pa0028-01 = your condition.

if Pa0028-01 = your condition.

endif.

endif.

try this you can resolve your issue.

reward points if the reply is helpful.

Regards,

Qauvi.

Former Member
0 Kudos

Hi,

You can enhance the infotype through transaction -PM01.

See the these threads.

The logic you explained can be written in the EXIT- EXIT_SAPFP50M_001

Loop the screen under the condition of subtype.

Regards,

Manoj