SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

Article creation-problem with Plant data

Former Member
0 Kudos

Hi,

I am using BAPI_MATERIAL_MAINTAINDATA_RT to create an Article with Basic view, Log. DC view and Sales view. I am able to create an article when RP type is ND( no planning).

But I am getting an error when I am passing RP type value other than "ND".

I am passing the following parameters:

Import Parameters:

1.HEADDATA:

MATERIAL: ARTICLE123

MATL_TYPE:HAWA

MATL_GRP:06

MATL_CAT:00

BASIC _VIEW:X

Sales_view :X

Logdc_view: X

NO_APPL_LOG:X

2.CLIENT DATA

MATERIAL: ARTICLE123

BASE_UOM:KG

TRANS_GRP:0001

TAX_CLASS:0

3.CLIENTDATAX

MATERIAL: ARTICLE123

BASE_UOM:X

TRANS_GRP:X

TAX_CLASS:X

4.ADDLCLIENTDATA

MATERIAL: ARTICLE123

LOADINGGRP-0001

5. ADDLCLIENTDATAX

MATERIAL: ARTICLE123

LOADINGGRP-X

6.MATERIALDESCRIPTION

MATERIAL: ARTICLE123

LANGU-EN

MATL_DESC-TEST MAT

7.PLANTDATA

MATERIAL -ARTICLE123

PLANT---RFDC

MRP_TYPE--pd

MRP-CTRLER- 001

LOTSIZEKEY-EX

AVAILCHECK--01

8 PLANTDATAX

MATERIAL- ARTICLE123

PLANT--X

MRP_TYPE--X

MRP-CTRLER- X

LOTSIZEKEY-X

AVAILCHECK--X

9.SALESDATA:

MATERIAL- ARTICLE123

SALES_ORG---IN01

DISTR_CHANL--01

SELL_DC_fr----10.09.2008

Sell_dc-to: 10.09.2020

10.SALESDATAX:

MATERIAL- ARTICLE123

SALES_ORG-X

DISTR_CHANL-X

SELL_DC_FR-X

Sell_dc-TO-X

I am getting the error: "144 the field MARC-DISMM is defined as a required field; it doesnot contain an entry."

with the above parameters, I am able to create an article using MM41.

Is any addl. parameters needed?

Please help me in this regard.

Regards,

Kiran.

5 REPLIES 5

former_member198994
Participant
0 Kudos

Hi Krishna,

Just a loud thinking to your problem.

In the HEADDATA section, you are not selecting the tab 'Logistics:Store'. In the article Master, RP type for the store is mandatory.

Please let us know, whether it solves your issue.

Regards,

Raja Muthusamy

mr.raja[at]inbox.com

0 Kudos

Hi Raja,

I think we can choose either logistics: DC/ logistics Store view. But its not necessary to choose both at a time. So I thk my problem is not related to Logistics: store selection at all.

Regards,

kiran.

Former Member
0 Kudos

Hi

As per my understanding while creating Generic Article You may be facing this problem . You can use ND for generic and for Variants You can use the Customized one.

MARC-DISMM Denotes Plant Data for Material -MRP Type

0 Kudos

Hi,

I am creating single article, not generic article. I am passing RP type but still I am getting the error.

bjoern_panter
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hmm, difficult to check out.

I guess the best thing is to open an customer message, open system and prepare a test example.

With debugging it is a thing of 10 seconds.

The message is more or less generic. It could be possible that the sales data will lead to a different reference handling. Mostly such errors are based on customizing and masterdata dependencies.

Set a breakpoint in material_update_all_retail,

at the end there will be a loop over the sites. Stop at every site and see when erro will appear. Then you will have the logic key in RMMG1 for the error.