2014 Jan 03 12:59 PM
HI Folks,
While creating the material for a particular region ,i m able to create the material for all all the plants related to that region except for one plant.
I m passing the same values as i passed for the remaining plants but the issue is encountered for only one plant.
On further debugging that BAPI in the FM "MARC_D_SPECIAL_CHECK" an exception is raised for that particular plant.
Can any one help me out of this.
Regards,
Ranjith.
2014 Jan 03 1:20 PM
Hi Ranjit,
Check the configuration of the material! This issue is relavent to T130M(Transaction control parameters: material mas)
debug the code or let me know the exact error you are facing!
call function 'MARD_SPECIAL_CHECK_GEN'
exporting
wmard = mard
exceptions
error = 01.
if sy-subrc ne 0.
perform fehler_protokoll.
endif.
if sub_status ca status_d.
( D- MRP)
call function 'MARD_D_SPECIAL_CHECK'
exporting
p_matnr = mara-matnr
p_werks = marc-werks
p_beskz = marc-beskz
p_t134_kzprc = wt134-kzprc
neuflag = neuflag
p_kz_no_warn = p_kz_no_warn
changing
wmard = mard
exceptions
others = 01.
if sy-subrc ne 0.
perform fehler_protokoll.
endif.
endif.
2014 Jan 03 1:07 PM
Hi Ranjith,
what is the error you are getting, what are the messages you got into error messages.
Please if possible take a screenshot of the error and put here, it will gives us a clear
understanding.
2014 Jan 03 1:26 PM
2014 Jan 03 1:29 PM
Hi Ranjith,
please check that you have mentioned MRP type in that plant or not.
2014 Jan 03 1:31 PM
i have mentioned the MRP type for that plant.U can see from the snap shot that i have pasted above all the remaining plants are exteneded but only for one plant i m facing the issue.
2014 Jan 03 1:36 PM
Better to check the config or debug the below FM MARC_DISMM !
Include : MM03MI01_MARC-DISMM
2014 Jan 03 1:12 PM
Hi Ranjith,
There are many FM calls within this FM. Could you please check in debug , which FM is RAISING this exception.
Thanks
Deependra
2014 Jan 03 2:02 PM
2014 Jan 03 1:20 PM
Hi Ranjit,
Check the configuration of the material! This issue is relavent to T130M(Transaction control parameters: material mas)
debug the code or let me know the exact error you are facing!
call function 'MARD_SPECIAL_CHECK_GEN'
exporting
wmard = mard
exceptions
error = 01.
if sy-subrc ne 0.
perform fehler_protokoll.
endif.
if sub_status ca status_d.
( D- MRP)
call function 'MARD_D_SPECIAL_CHECK'
exporting
p_matnr = mara-matnr
p_werks = marc-werks
p_beskz = marc-beskz
p_t134_kzprc = wt134-kzprc
neuflag = neuflag
p_kz_no_warn = p_kz_no_warn
changing
wmard = mard
exceptions
others = 01.
if sy-subrc ne 0.
perform fehler_protokoll.
endif.
endif.
2014 Jan 03 2:05 PM
2014 Jan 04 4:53 AM
Hi Ranjith,
please debug MARC_DISMM, throughout by assigning by giving only those palnt value in
input and see at which point you are getting error, you have to debug it to know the reason behind
the dump, otherwise only guesses can be made.
2014 Jan 04 10:48 AM
Hi Ranjith Reddy,
from my experience I guess it's a customizing error. Try to create the material manually in the plant and check at which point an error comes up.
Otherwise, take some time an debug it.
If you mention an error here, please post message class and error number.
Regards
Clemens
2014 Jan 08 12:25 PM
hi Kiran,
thanks for the update given.
the MRP controller value is not yet filled for that specified plant.
May i know hw to check the use regarding the T130M?
2014 Jan 08 12:28 PM
2014 Jan 09 1:22 PM
HI KIRAN,
ON FURTHER CHECKING. I TRIED TO CREATE THE COPY OF THIS ERROR MATERAIL BUT THE COPIED MATERAIL IS INTERFACED AS EXPECTED.
PLEASE REFER THE BELOW SCREEN SHOT OF THAT.
mAY I KNOW WHY I GOT DIFFERENCE IN THE PSTAT FEILD ONLY.
2014 Jan 09 1:25 PM
Hi Ranjit,
Yes, configuration problem( SPRO) - checking out correct settings!
2014 Jan 09 1:34 PM
Hi Ranjit,
I think the material is not extended to MRP
D - MRP view (NOT EXTENDED)
More over need to check configuration! I am not quiet sure where MRP type and plant relation
2014 Jan 03 1:22 PM
2014 Jan 07 12:25 PM
in the FM MARC_DISMM the input value passed in P_DISMM is null .so at the first step i m encountering the error.
2014 Jan 07 6:32 PM
Hi Ranjith
Please pass the MRP type and check. Seconldy as Clemens suggested you can try by doing the same via Tcode. It is a configuration issue
Please check this with your functional consultants
Nabheet
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |