Quantcast
Channel: SCN: Message List - Supply Chain Management (SAP SCM)
Viewing all 1207 articles
Browse latest View live

Re: Shipping point

$
0
0

Amalendu,

Please elaborate your question.  A shipping point can affect the timing of the goods issue, which indirectly affects stock.

 

In general, a shipping point is typically determined in the sales documents at some point during the life of the sales order.  If a shipping point is determined, it can be used to affect the scheduling (timing) of certain stock-relevant events in the life of the sales document.

 

However, when it becomes time to actually perform a Goods Issue (stock transaction) against the sales document, the shipping point is generally irrelevant.  Goods issues are done against MM objects, such a Plants or storage locations.  Stock is in general not held in a Shipping Point.  The resultant material documents that are generated will generally not contain anything about the shipping point in standard SAP,

 

Best Regards,

DB49


Re: SAP MM Certification & Job Opportunities in Future!

$
0
0

ocean waves 

comments should be read by Career Center

 

the effort (to present an honest picture, opinion; of course subjective) is praiseworthy!

 

tw

 

Message was edited by: TW Typewriter

enserver.EXE stopped in the SAPMMC?

$
0
0

Hi,

 

We completed the installation of SAP SCM 7.0 ehp1 ides version. The system works fine from last couple of months but recent times probably from last week we are facing an issue like not able to connect the system and if it connects taking too much time to open the sap screen.

Even a simple transaction take a long time to respond, so then we goto mmc and try to check the wpses, in that instance 00 works fine but  in the instance 01-processlist-enserver.EXE was stopped.

We try to re-start the mmc and its re-started fine but the same thing happens enserver.EXE stopped but we can able to login the screen and each trxn works fine & fast. It would be only for 2-3 days after 3 days same thing that we are n't able to login and not able to execute txns.

 

Please anyone help me to fix this issue.

 

 

Regrds,

Chandrababu Katta

Re: Shipping point

$
0
0

Thanks a lot for your response, It helped me lot.

Re: Shipping point

ECC APO integration using PI / BW

$
0
0

Hello,

 

I would like to know if it is possible to connect ECC to SCM systems using PI / BW as middle ware for Transaction data. The master data will be done through CIF.

 

Idea is to improve better management of data transfer process (especially sales orders, stocks etc)

 

Has any one done or attempted this? Your suggestions are welcome.

 

Dilip

Inconsistencies BALHDR / BALDAT (?)

$
0
0

Hello experts,

 

before opening an OSS-note I wanted to ask here, maybe someone has similar experiences. I found a lot of similar discussions, but most of it were about data volume, not about quantity of ABAP-table-entries.

 

We use Report SBAL_DELETE to reduce entries in tables BALHDR and BALDAT daily. If my understanding is correct the link between both tables is done by field LOG_HANDLE. When using the report we can see that the number of entries in the tables are decreasing. I checked this, selected logs were deleted in both tables BALHDR and BALDAT.

 

But it seems there is a big gap between both tables, in our System we have 13608 entries in BALHDR and 105.642.247 entries in BALDAT. So I made some Analysis on the base of linking LOG_HANDLE-field. I found out that a lot of LOG_HANDLE's in BALDAT are NOT in BALHDR. For my understanding this shouldn't be... am I right? I just found 1 hint in scn wiki:

 

     LOG_HANDLE record in BALDAT and BALHDR tables. - ABAP Development - SCN Wiki

 

Or can there be processes (especially in SCM-System) where BALDAT entries exist without linked BALHDR data?

 

If this is really a problem...

1. Is my suggestion correct that report SBAL_DELETE can't handle BALDAT if BALHDR is missing for the same log?

2. Did someone have a similar Situation? Or does someone have an idea how this can happen (we don't use any Z-reports related to log-creation / deletion)?

3. Does someone have an idea to solve it (except of opening OSS note )? Is there maybe a report to clear such entries?

 

Many thanks in advance!

 

Best regards

Harald

Re: Table TFAIT inconsistency between Development and Production Environmets

$
0
0

Hello Kimiko,

 

Either you can use the report RSIMPCUST in SE38 or as mentioned in the above discussion by Rorie you can transfer the settings from production to development.

 

Update tables - It will update the records from source system to target system.

Rebuild tables - Existing data in target system is deleted and the records are transferred from source to target.

 

Regards,

Thanga


Re: Inconsistencies BALHDR / BALDAT (?)

$
0
0

Hello Harald,

 

Try with program RSSLG200.

 

Regards,

Thanga

Re: Inconsistencies BALHDR / BALDAT (?)

$
0
0

Hello Thanga,

 

thx for fast reponse!

Checked the mentioned program, in the properties of the program there is mentioned that I should use Transaction SLG2 (the program SBAL_DELETE which I used before). Can it be that this program is outdated? Sorry for not mentioning version of SCM we are using... We use SCM 7.0.

Nethertheless I tested it in testing area, program still works but has no positive effect to our situation.

 

If you have some more ideas feel free to let me know

Thanks!

 

Regards

Harald

Re: Inconsistencies BALHDR / BALDAT (?)

$
0
0

Hello Harald,

 

Yes, the program might be outdated.

If your motive is to clear those tables then have you tried Archiving it using program SBAL_ARCHIVE.

Read the documentation of the program it is clearly mentioned how to use the program.

 

Regards,

Thanga

Re: Inconsistencies BALHDR / BALDAT (?)

$
0
0

Dear Harald,

 

You are right, SBAL_DELETE can't handle can't handle BALDAT if BALHDR is missing for the same log.

 

Check the note 1436329 - Application log, parallel deletion, and performance  with the help of this note you can run the deletion in parallel with improved performance.

 

About deleting the data from BALDAT for which there is no data in BALHDR, one suggestion is via program, Do a check on BALDAT table, check does it has entry in BALHDR table if not delete it from BALDAT table. As I checked so far there is no program to correct this discrepancy between BALDAT with BALHDR table.

 

Regards,

Thanga

Re: Inconsistencies BALHDR / BALDAT (?)

$
0
0

Hello Thanga,

 

thx again for spending your time.

 

I checked note 1436329 already before, didn't help me.

Same for archiving, it doesn't archive such "inconsistent" BALDAT-entries.

 

I was afraid of getting the answer to program a deletion program for 2 reasons:

1. We talk about over 100.000.000 entries in BALDAT in a productive system, so there can't be manual check of deleted entries. I would have to trust that deletion is correct. And in productive area it sounds a little bit... dangerous.

2. It is a standard table from SAP, and (for my opinion) we didn't affect it with self-developed coding. So it would be interesting why there is such waste in the table.

 

I will open OSS to SAP and will give you feedback. Please understand that I want to have this discussion "open" until feedback from SAP. If SAP has similar solution (just to delete) I will mark your answer as correct. If SAP provides another solution I will write it down in the discussion to have a solution for others (if someone has similar problem). Hope this is ok for you.

 

Regards

harald


Re: Inconsistencies BALHDR / BALDAT (?)

$
0
0

Hello Harald,

 

I am absolutely ok with your option.

 

Kindly update the thread as soon as you got a reply from SAP.

 

Regards,

Thanga

Re: Inconsistencies BALHDR / BALDAT (?)

$
0
0

Hello Thanga,

 

found the solution... don't ask me why I didn't find the support note 2057897 at 1st view... this is exactly my problem and the solution. And it fits to our patch-lvl.

Attached report "SBAL_DELETE_ORPHAN_MESSAGES" of the support message seems to work as described, it deletes orphan entries of BALDAT.

 

Sorry for circumstances and thx again. Hope this helps others with similar problem (seems it is for all SAP systems using BALDAT, not only SCM-system!!!)

 

Best regards

Harald


Re: Inconsistencies BALHDR / BALDAT (?)

$
0
0

Hello Harald,

 

That's good news.

 

Thanks for updating the solution in the thread.

 

Cheers!!!!

 

Regards,

Thanga

SAP APO SNP Master Data setup

$
0
0

Hi All,

Could you please anyone help me to understand business standard configuration setting in SNP Master Data.

What and standard business filed should need to in WORK CENTER (RESOURCE) , BOM and Routing ( PDS) , VENDOR and PIR .


as per my knowledge

WORK CENTER (RESOURCE)  - capacities header should know ,what is cost center


BOM and Routing ( PPM)      - bom ->  component  ,quality and unit 

                                                      Routing ->Usage -> production and status 4 released (general)

                                                      We need to combine BOM and routing in production version ,we need to map in MRP4 tab in Material master

MD04 Enhacnement

$
0
0

Hi,

 

My requirement is that whenever a STO is created from the STR in the Selling Plant, at the same time a Vendor Purchase Requisition will be created in the Buying Plant automatically. For this I'm supposed to write the customer code inside the BADI ME_PROCESS_PO_CUST~POST method. But when I'm trying to chek if the BADI is triggered while creating the STO in MD04 tcode, it's not getting triggered. Can anyone please tell me what's wrong?

 

Thanks,

Sarif

ZMTO processing

$
0
0

Dear ALL - your assistance is appreciated

 

When creating a corporate order using materials under ZMTO we are able to enter the order, have the order print in the warehouse, have the team pick the goods, confirm the goods stated posted however they are unable to be moved to tag.

 

Due to this, the order cannot be finished and thus, cannot have the order pop up and be shipped.

 

Can anyone offer some assistance regarding this?

 

Thank you - Simpson

Re: ZMTO processing

$
0
0

Simpson,

Your question is rather ambiguous.

 

What is 'ZMTO'?   FYI just about anything beginning with a 'Z' in SAP was created by your company and your developers.  We have no idea what it is, nor how it was designed to work.

 

What is meant by  '....moved to tag'?

 

What is '....the order pop up....'?

 

It would be helpful if you used SAP terms; if you wish for us to help you.  We here in SCN  unfortunately can't be familiar with your company's jargon or your company's self-made development..

 

Best Regards,

DB49

Viewing all 1207 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>