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

Infoset Query : Passing addional field values to FUnctiona module

Former Member
0 Likes
643

Hi All ,

I have added additional field Profit center Group (ZCO_AREA) in SQ02 and selected for Input selection as well as for output need to pass this selection field values to function module and get the results.

While coding I need to pass ZCO_AREA values to functional module in the Record Processing.

For the functional module I need to pass the values from these input fields to FM.

The values ZCO_AREA will be empty as in the generated program this was asigned to another selection fields like ( select-options SP$00029 for ZCO_AREA.).

So I need to take the values from SP$00029 but these field wont be accessible in the Record processing where I am adding my code. Please let me know how can I pass the additional field selection field values to FM.

It would be great if you send me some documents which will help me for coding for additonal fields.

I am waiting for your responce......

Thanks & Best Regards,

Mahesh

Hi All ,

I have added additional field Profit center Group (ZCO_AREA) in SQ02 and selected for Input selection as well as for output need to pass this selection field values to function module and get the results.

While coding I need to pass ZCO_AREA values to functional module in the Record Processing.

For the functional module I need to pass the values from these input fields to FM.

The values ZCO_AREA will be empty as in the generated program this was asigned to another selection fields like ( select-options SP$00029 for ZCO_AREA.).

So I need to take the values from SP$00029 but these field wont be accessible in the Record processing where I am adding my code. Please let me know how can I pass the additional field selection field values to FM.

It would be great if you send me some documents which will help me for coding for additonal fields.

I am waiting for your responce......

Thanks & Best Regards,

Mahesh

2 REPLIES 2
Read only

Shafiq_Rehman1
Active Contributor
0 Likes
507

Is it an additional field or custom field? Which Infotype you have this field in? You dont need to look at SP$00029 if this field is in Infotype 29. You can get it's value in Record Processing and any other place where you can put ABAP and call FM.

Read only

0 Likes
507

Hi Shafiq,

It's an additional field. I am using this field as a Selection-field in my report.

I need to pass this additional field input values to FM, so that I could get some data.

The actual input field values will be stored in SP$00029 not ZCO_AREA which I defined as an additional input field. Please guide me how can I access input values provided to additional fields( like ZCO_AREA).

Waiting for your responce. Thanks

Regards,

Mahesh