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

Prob in Mod pool while including self defined struct inmod pool

Former Member
0 Likes
470

Hi Guys

I need to add a structure in the layout coming from my program in the top include,the problem is that my source program is activated (although activate anyway, not error free as the PAI hasnt been hadeled yet coz i need to change the screen) but still the layout is not picking up my prog defined struct, says struc is not defined in the generated version.

Can sumone plz help ? I have witnessed this issue a lot in mod pool but i dont know the reason.

Points assured

3 REPLIES 3
Read only

naimesh_patel
Active Contributor
0 Likes
454

First you need to activate the program even if you have errors. Press "Activae Anyway" button on the activate screen.

Then try to include the your local strcuture field on the screen again.

Regards,

Naimesh Patel

Read only

0 Likes
454

Hey Naimesh

My sorce code is activated,

The problem is, any struc I declare now and acticated the prog, it does not appear in the 'get from program' list on layout. Only old ones are coming.

Read only

0 Likes
454

fOUND AN easier way of doing it, incluses the field i wanted to add in my layout from dictionary, included the logic to populate that field in the pbo loop at itab part in the flow logic.

rgds

Sameer.