on 2013 May 30 10:36 AM
Hello,
I made a mm01 bdc.I strucked in MRP1 view in which if i'm taking a MRP type 'PD' and Reorder point '0' then afterwards the data isn't picking from an execl file.But if i'm using Reorder point not equal '0' or space then the process is going smoothly,means the data is uploading which i've mentioned in my execl file.I don't know the reason behind that.Please guide.
Regards:-
Prashant Sharma.
Request clarification before answering.
Hi Prashant,
Using BDC for Data Loading is very rarely preferred because BDC is highly dependent on screen/configuration.
In your case it seems that some screen flow is getting changed that is why you are unable to proceed.
If the number of material master records is less and you do not need robust error reporting then go for LSMW Direct Input as suggested by Lozano. But if you need good error handling and error cause analysis then use BAPIs.
Use BAPI_MATERIAL_SAVEDATA - for a single material at a time
or
BAPI_MATERIAL_SAVEREPLICA - for mass uploading of materials.
Revert in case of question.
Regards,
Ankit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know how the bureaucrazy works in your companies, but in mine I can tell you it's far more easy to use a legacy than to create a program and all its documentation and tests. How many times do you plan to make those massive uploads?
If you plan to do in a regular basis, maybe the effort to create a program is worth...
Anyways, Ankit's suggestion is pretty good.
I will recommend you to forget your BDC and try to create your materials manually (if they are few) or through LSMW, using the appropiate Direct-Input method.
It's easier, safer, and maybe faster.
You can find a lot of help about the LSMW around.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
39 | |
6 | |
5 | |
4 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.