cancel
Showing results for 
Search instead for 
Did you mean: 

How to pass parameters to FITV_VC_COST_ASSIGNMENT

Former Member
0 Kudos

Dear all!

We are trying to use the web dynpro FITV_VC_COST_ASSIGNMENT for the managers to enter cost assignment for trips. This web dynpro does not have a web dynpro application. So, I am trying to make one. The problem is that I cannot find out how to initialize things like pernr and trip number. How can I send those attributes to FITV_VC_COST_ASSIGNMENT? I also need to put in 'T' in the mv_type parameter, defined in the configuration controller of FITV_VC_COST_ASSIGNMENT.

I am trying to NOT change the standard code in FITV_VC_COST_ASSIGNMENT, we do not want a repair in it (if we can avoid it).

Do you have any ideas of how this can be done? I will be glad for any hints!

Best regards,

Marianne Evang.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Parameters are usually send to Web Dynpro applications via URL-Parameters.

E.g. .../yourappl?param1=value1&param2=value2

To make the Parameters available for a Web Dynpro component, have a look at the Inbound Plug of type "Startup" in the Interface view of that component.

Add those parameters also to the Web Dynpro application.

If the component is designed that way that it can deal with parameters, it should work.