2007 Oct 31 1:43 PM
hi experts,
i want to add new field for serial number of material(SERNP) in MIGO Transaction and i want to updata that field which mathods i have to sellect in "mb_migo_badi" BADI.
please help me
thanks
Rags
hi experts,
i want to add new field for serial number of material(SERNP) in MIGO Transaction and i want to updata that field which mathods i have to sellect in "mb_migo_badi" BADI.
please help me
thanks
Rags
2007 Nov 01 4:11 AM
Hi Naveen,
If you are thinking of putting the field in header use the following methods
PBO_HEADER PBO of Header Screen
PAI_HEADER PAI of Header Screen
CHECK_HEADER Check Header Data of Goods Movement
for item level try the following
PBO_DETAIL PBO of Detail Screen
PAI_DETAIL PAI of Detail Screen
LINE_MODIFY Add / Change a Line (GOITEM)
LINE_DELETE Delete a Line (GOITEM)
The field we need to create should be present in a program as a screen field(not a selection screen) and call it in the PBO part of header or item by passing
E_CPROG -> program name
E_DYNNR -> screen number
so that it will be visible on the MIGO screen
For updation we need post document(POST_DOCUMENT) or similar methos..which gets triggered towards the end
Please explore the above mentioned and revert back,and do reward if useful
Regards
Byju
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |