cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP IBP -How to generate data in Standard extractor for Production Source Header

kumar_sap2000
Discoverer
0 Likes
3,588

How to generate data in /IBP/SOURCEPRODUCTION_ATTR

I did the below steps in S4 HANA, please let me know if I am missing something:

1) /IBP/ECC_INT_MOD1 - BTE Evaluation Criteria

Maintained plant

2) /IBP/ECC_INT_MOD2 - BTE Evaluation Criteria

Maintained MRP type

3) /IBP/ECC_INT_LOC - Integrate Locations to IBP

Ran the job, can see my plant

4) /IBP/ECC_INT_MAT - Integrate Materials to IBP

Ran the job, can see my material/plant

5) /IBP/ECC_INT_WC - Integrate Work Centers to IBP

Ran the job, can see my workcenter

6) /IBP/ECC_INT_PDS - Integrate PDSs to IBP

Ran the job, no output

Accepted Solutions (1)

Accepted Solutions (1)

AyanBishnu
Active Contributor
0 Likes

Hello pka100

I could see that you are using the SDI addon in S4 HANA. As a stanndard SDI tables are meant for integrating external master data and order series based transactional data between S4 and IBP. All the tcodes that you ran will update the required master data in the SDI staging table. For example you can check the table /IBP/SOSHEAD_EXT for getting the PDS or production source header equivalent data. For fetching the external MDT and PDS in IBP you need to execute the SDI inbound job from the application job template.

Where as the MDT production source header is a TS MDT. You need to have CPIDS to integrate these MDT in IBP. If your requirement is very standard you can leverage the tables /IBP/SOS* and create the CPI task to pull those data from the source (which is S4) and update the production source header MDT in IBP.

Hope this helps

Answers (1)

Answers (1)

kumar_sap2000
Discoverer
0 Likes

Thankyou Ayan for the reply.

We are using Time Series Integration.

Also there is no data filled in the /IBP/SOSHEAD_EXT as I had already checked that prior to posting a question.

AyanBishnu
Active Contributor
0 Likes

Thier could be multiple reason as to why the table /IBP/SOSHEAD_EXT is not getting populated with the PDS data. Please check the following

1) Please make sure you have production version created for the selected SKU. Check tcode C223 for PV

2) Have you used the tcode PDS_MAINT in ECC before using /IBP/ECC_INT_PDS report. if not please do that

3) Are you using master receipe of rate routing ? because based on what is used you need to select the correct option (e.g detailed scheduling / roughcut planning / rate routing).

If possible share screenshots of the PDS_MAINT screen and /IBP/ECC_INT_PDS screen with the options that you are selecting.