cancel
Showing results for 
Search instead for 
Did you mean: 

BSEG-SGTXT revert automaticaly in FBL5n

0 Kudos

Hi experts,

in FBL5n (or FB02) if we change text ( BSEG-SGTXT) suppose from text A to B, after some days text field gets back value “A” automatically without any change document. I have checked the substitution with user-exit and found following coding which is only for reason code (BSEG-RSTGR),

From A

clear bseg-rstgr.

if bseg-sgtxt CS 'A'.

bseg-rstgr = 'A'.

endform.

If we enter code A in SGTXT and it writes A in RSTGR which is correct, but if we enter B in SGTXT , it shouldn't be changed.

Is there any idea, how should I resolve this issue ?

Thanks for your support in advance.

Iftikhar

Accepted Solutions (1)

Accepted Solutions (1)

iklovski
Active Contributor
0 Kudos

Hi,

There are no miracles, even in SAP 🙂 If the text is allegedely changed , it could be:

a) With a substitution user-exit as you assumed, but this would be not 'after couple of days', but right away

b) With manual change afterwards

c) With some automatic job

d) There is another possibility, that the change is not registered in the database, but for this you should normally receive a 'terminate update' warning in SAP Inbox

Regards,

Eli

Answers (0)