Application Development and Automation 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: 
Read only

populate field

Former Member
0 Likes
632

Hi freinds

I am in functional modules (sd/mm) but I thought maybe I can address my issue here on this part of the forum.

I would like to populate any random field with a constant data , everytime that specific screen gets opened.It does not have to be a specific transaction etc. but for example, each time someone opens a sales order, the customer name is always 'Tom' ( just an example to explain that 'tom' is hardcoded for that field everytime user enters that screen of the sales order)

can anyone guide me how to achieve something as above, stepwise.

Thanks and Regards

1 ACCEPTED SOLUTION
Read only

abdulazeez12
Active Contributor
0 Likes
576

You can achieve that in INITIALIZATIOn event or you can write ur code in PBO if u r working on module pool programming.

Cheers

Shakir

Hi freinds

I am in functional modules (sd/mm) but I thought maybe I can address my issue here on this part of the forum.

I would like to populate any random field with a constant data , everytime that specific screen gets opened.It does not have to be a specific transaction etc. but for example, each time someone opens a sales order, the customer name is always 'Tom' ( just an example to explain that 'tom' is hardcoded for that field everytime user enters that screen of the sales order)

can anyone guide me how to achieve something as above, stepwise.

Thanks and Regards

2 REPLIES 2
Read only

abdulazeez12
Active Contributor
0 Likes
577

You can achieve that in INITIALIZATIOn event or you can write ur code in PBO if u r working on module pool programming.

Cheers

Shakir

Read only

Former Member
0 Likes
576

in the event initializaion

or in PBo module set the Input filed to 'TOM'