2008 Dec 05 2:10 PM
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
2008 Dec 05 6:51 PM
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.
2008 Dec 08 6:15 AM
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