on 10-20-2009 10:25 PM
Hi all,
I have following problem, in MIGO I can not activate field BSEG-GSBER (Business area) to be update/manually maintaned by user. It is maintained in SPRO and defines combination plant/division/business area, but it is not visible in MIGO until posted. When posted, it is automaticaly updated by customizing table. I want to add this field in all movement types but it is not possible to maintain it for mov.type 101. My developer tried to add it with BADI but to many changes.
Pls. give some feedback and suggestions.
Thanks in advance,
Anchi
Hi,
The system takes the business area that appears in the material document
and in the accounting document from the entries recorded under the
customizing transaction OMJ7:
In the piece of coding:
Main program SAPLMATL
Source code of LMATLF6P
PERFORM LESEN_T134H .
CHECK SY-SUBRC = 0.
MOVE-CORRESPONDING T134H TO MBEFU. <<<<<<<<<<<<<<<<<<<<< HERE
ENDFORM.
the system completes MBEFU with the settings recorded in table T134H.
So I guess it cannot be influenced manually.........
Maybe you need to write your own code........
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.