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

Added field in Module Pool not working

Former Member
0 Likes
1,005

Hi Friends,

I have added one extra field in the SAPLMR1M (6310 Screen), DRSEG-FWSTE and activated the screen. But the value is not populating when i am creating the invoice through MRIS. In the runtime i see the value of that field. But when executed it is not populating.

I have also mentioned that field in the PAI module like,

field drseg-fwste

in the chain - endchain.

Plz suggest me how to over come this issue.

Thanks in advance.

Santosh

Edited by: Julius Bussche on Jul 30, 2009 2:38 PM

Please use meaningfull subject titles

Hi Friends,

I have added one extra field in the SAPLMR1M (6310 Screen), DRSEG-FWSTE and activated the screen. But the value is not populating when i am creating the invoice through MRIS. In the runtime i see the value of that field. But when executed it is not populating.

I have also mentioned that field in the PAI module like,

field drseg-fwste

in the chain - endchain.

Plz suggest me how to over come this issue.

Thanks in advance.

Santosh

Edited by: Julius Bussche on Jul 30, 2009 2:38 PM

Please use meaningfull subject titles

7 REPLIES 7
Read only

Former Member
0 Likes
856

Hi Santosch.

Question. Have you declared this fied as DATA somewhere. Example in Global.

*Global declaration

Data: xxx type xxx.

Blacky

Read only

0 Likes
856

Hi Blacky,

I have not declared this field anyware apart from the PAI module.

Regards

Santosh

Read only

0 Likes
856

Hello,

I think you should declare same field in global data section using DATA statement. and fill that field with the requried value. It will automatically transferred to screen field having same name.

Thanks,

Augustin.

Read only

Former Member
0 Likes
856

Hai,

how you have changed in standard program, If you have Copy this to Z then Check out in elemnt list, Is field defined by you is coming there ot not, or check out its attributes also should same as other fields defiend on screen.

Read only

Former Member
0 Likes
856

Hi,

Are you populating the value on the screen or the value has to be brought from some where if the value has to be brought from some other structure the value has to be passed to this screen field in the PBO check module 'fill_tc_mr1m ' here they are populating the various screen fields.

regards,

Himanshu

Read only

former_member182371
Active Contributor
0 Likes
856

Hi,

have you considered using badi

MRM_MRIS_IDAT_MODIFY (BAdI for Changing Document Lines for Invoicing Plan)

or badi

MRM_MRIS_HDAT_MODIFY (BAdI for Changing Document Header Data for Invoicing Plan)?

Best regards.

Read only

Former Member
0 Likes
856

solved by own