2009 Jul 30 12:54 PM
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
2009 Jul 30 1:02 PM
Hi Santosch.
Question. Have you declared this fied as DATA somewhere. Example in Global.
*Global declaration
Data: xxx type xxx.
Blacky
2009 Jul 30 1:33 PM
Hi Blacky,
I have not declared this field anyware apart from the PAI module.
Regards
Santosh
2009 Jul 30 1:44 PM
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.
2009 Jul 30 1:02 PM
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.
2009 Jul 30 1:54 PM
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
2009 Aug 21 7:27 AM
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.
2011 Feb 24 6:46 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |