cancel
Showing results for 
Search instead for 
Did you mean: 

user exit for f-29 to chage the credit control area

Former Member
0 Kudos

Dear gurus.......

I am using f180a001 enhance ment for f-29 tranasction.

When in ZXF48U01 include i have add the follwoing code: it is showing the error after that it is throught from the entrie screen

data: wa_fico like line of DOC_ITEM_TAB.

loop at DOC_ITEM_TAB into wa_fico.

if wa_fico-kkber = '1000'.

message 'chnage credit controll area' !!!' type 'E'.

ENDIF.

endloop.

Please help me out

regards.

PraveenHazare.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sashisapsd,

You are displaying message type E. That is why you are stuck of there.

Instead of that you can through error message display like I (Information message).

message 'chnage credit controll area' !!!' type 'E' display like 'i'.

Check this. Hope this can help you.

Regards,

Tutun

Former Member
0 Kudos

Dear,

But my seesion is not forwarding to next step

Answers (1)

Answers (1)

Former Member
0 Kudos

Since you have given message type 'E', after giving error system will exit from current processing.

Regards

Vinod

Former Member
0 Kudos

please suggest me to next step.