Application Development 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: 

How to Get Settlement Screen Field in User Exit Enhancements IWO10009

Former Member
0 Kudos

Dear All,

How can i get Settlement Receiver screen field in T-code IW31 (Module PM) using User Exit IWO10009 ,cause IWO10009 only have structure table CAUFVD_IMP.The settlement receiver doesn't exist in the structure table when i debug the program using T-code IW31 , IW32.

Thanks. Hope anybody can help me

2 REPLIES 2

Former Member
0 Kudos

Hi ,

I am not sure as to what your trying to do ..

If you want to generate user defined settlement rule then you can explore user exit IWO10027 User exit: Generate user-defined settlement rule

If you want to ensure that settlement rule is mandatorily filled while releasing the Maintenance order then you can do it through configuration ..

regrds

pushpa

0 Kudos

Dear Kolla,

Really appreciate your answer, but

I don't want to generate or make settlement receiver.

I was building a script in user exit IW010009,

And the issue is I can not capture the content of field settlement receiver.

If we want to capture screen field, ex. equnr, we can use structure CAUFVD,

when i see the technical detail in this field, the structure for settlement is DKOBR, field EMPGE, but i cannot call it on debug.

Kindly need your help on this issue.