cancel
Showing results for 
Search instead for 
Did you mean: 

Populating PA40 screen fields with Values

Former Member
0 Kudos

Hi,

Is PA40 a sequence of screens is displayed.

Is it possible to populate the screen fields with certain values.

There is a BADI 'HRPAD00INFTY' which has a PBO method that is called before the screens are displayed. But it has no exporting parameters.

Is there any other way of Populating PA40 screen fields with Values

Thanks,

Sameer Tapre.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

what are you tring to accomplish?

In the end PA40 - screen is just a 'helpfull' screen but all actions in PA40 can also be triggered from PA30 which is easier to populate.

(This is the reason that during LSMW - conversion I aways use access via PA30 instead of PA40)

Wilfred.

Former Member
0 Kudos

Hello Sameer,

You can via parameteres set other defaults for each user or via

user exits to default other values:

- FM EXIT_SAPFP50M_001 (creating customer-own default values)

- FM EXIT_SAPFP50M_002 (performing customer-own checks)

You can find those exits by using transactions SMOD; the name of the

enhancement is PBAS0001.

Also check your feature DFINF and its documentation?

This will help.

Thanks & Regards,

Shree