Application Development 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: 

Set Dynpro fields from subscreen

Former Member
0 Kudos

Hello,

I am desparately trying to set dynpro field immediatley after a value request (without PBO). This works fine via 'DYNP_VALUES_UPDATE'.

This does not work though when you try to filed fields in the main dynpro after calling a value request in a subscreen. The FuBa takes dynpro number and report id as parameters but never evaluates them. The fields in the main dynpro are thus never updated with the new data.

Any suggestions?

TIA

Peter

1 REPLY 1

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

you might try to play with function module  'dynp_update_fields', where you can specify dynpro number and report id.

But please be careful, the module can have bad effects if you do not use it in the right way -> careful testing is recommended.

Bye

Horst