I never even noticed that button, thanks for the hint!
Re: Modification of the sequence of a barchart's bars
IBP for Inventory - Inventory Optimization Run Error "/IBP/CL_SAP_SFND_IPO=>SOPPC_IO_PLAN_BATCH_MODE": line 51 col 5 (at pos 2343): [1300] (range 3) fetch returns more than requested number of rows exception
Hi,
I'm suddenly getting this error today when running the multistage inventory optimization. It was working last night and I had not made any changes to the planning area. Any ideas on what could be causing this?
Thanks,
Will
1300:fetch returns more than requested number of rows: [1300] "SAPABAP1"."/IBP/CL_SAP_SFND_IPO=>SOPAPI_EXEC_SCHED_IPO_JOB": line 125 col 21 (at pos 4573): [1300] (range 3) fetch returns more than requested number of rows exception: fetch returns more than requested number of rows: [1300] "SAPABAP1"."/IBP/CL_SAP_SFND_IPO=>SOPPC_IO_PLAN_BATCH_MODE": line 51 col 5 (at pos 2343): [1300] (range 3) fetch returns more than requested number of rows exception
Re: Test Data export using IBP API
Hi Pierre,
I am trying the same on SAP IBP 5.0 Cloud instance. I am 403 forbidden error. I am using SOAPUI as well, but getting 403 forbidden error. What kind of authentication did you use? See the snapshot of the SOAPUI setup, I am trying to use,
Can you please check the same from your end and let me know what I am trying wrong?
Re: if is null for alert keyfigures
Hi Alecsandra,
i want an alert for only "when price is there when fcst is not there" How can i achieve only this
Regards,
Manaswini
Re: if is null for alert keyfigures
Hi Manaswini,
I see at least 2 options:
IF(ISNULL(PRICE), 0, IF(ISNULL(FCST), 1, 0))
OR
IF(ISNULL(FCST) AND PRICE > 0, 1, 0)
--> here i assumed that when there is PRICE, it is higher than 0. If you want to include also 0 case you can build it like AND (PRICE >0 OR PRICE = 0)
Regards
Alecsandra
if is null for alert keyfigures
Hi all,
Can we use two if is null conditions for alert definitions??
Something like:
If(isnull(price), if(isnull(fcst),0,1),1)
I have configured this logic. But somehow doesnot seem to be wrkng fine.
Can someone help me here.??
Regards,
Manaswini
Re: Loading Data (MD + KF) in S&OP 3.0 on premise without BODS
Hi Amir,
Yes I have made some progess on that topic thanks to the following OSS note :
2045922 : S&OP on HANA On-Premise Data Integration using any ETL
The overall logic is then to fill the stagging tables (ex. SAPSOPG.SOPMD_STAG_O1CUSTOMER for Master Data Type O1CUSTOMER) and after to call the SOPINTEG_DATA_UPLOAD procedure to execute the batch job that send data from the stagging table to the S&OP application tables.
I am doing some promising tests with such process.
Not sure SLT can be used as the SLT is more dedicated to table replication, or you have to create the same stagging table in your sending system.
Regards
Luc
Unified planning area in IBP6.1
Can someone who has seen IBP 6.1 or from SAP- IBP product team confirm that the unified sample planning area "SAPIBP1" is available to client with 6.1 release?
Thanks,
Srikant
Re: Unified planning area in IBP6.1
Hi Srikant,
Yes, SAPIBP1 is available, you can start your own PA by making a copy of it and adjust based on your needs.
Regards
Alecsandra
Re: Unified planning area in IBP6.1
I have already made a copy in a non-Test-system, works good
But you need to make an ADVANCED copy from the standard planning areas, simple copy of standard planning areas is not supported
Both Alecs and me are not product management
But you will officially find RDS documentation based on SAPIBP1, which means that SAPIBP1 is officially released as well
Data does not show up in Versions
Hi Experts
I am facing one issue with data display.Data does not show up in Versions, though the same appears in baseline.
Regards
Roshan
Re: Data does not show up in Versions
Hi Roshan
Please review if in the configuration you have activated the version specific KF
Only KF that has been activated for the version can be used in the version
Regards
Anil
Re: Data does not show up in Versions
Hello Roshan,
You may check few things to find the root cause-
1) Is the key figure assigned in the version?
2) Has data been copied/uploaded for the key figure in version successfully?
3) Is there any conversion factor used in KF? If yes, is it uploaded as well.
4) Is there any specific role assigned to user where versions are not assigned?
Thanks,
Rohit
Re: Data does not show up in Versions
Hi Roshan
Please check the conversion factor. If it is version specific make sure it is maintained or just set it as Baseline KF to use the same value across versions.
Regards
Alecsandra
Re: Loading Data (MD + KF) in S&OP 3.0 on premise without BODS
Hi Luc,
Thanks a lot for your reply.
I'll look in detail the solution proposed by this note. I have one last question, just would like to know if the automation of the Call SOPINTEG_DATA_UPLOAD procedure is done at the ETL side ?
I guess you're using BODS as ETL. I will look at this point on the SLT. If we can not use it, it'll be a big big issue for us.
Thanks & Best Regards
Amir
Re: Loading Data (MD + KF) in S&OP 3.0 on premise without BODS
Hi Amir,
If fact in our case we are not using BODS. The call of SOPINTEG_DATA_UPLOAD must be triggered by the ETL.
But in our case, we plan to use SQL scripts to do the data integration.
Regards
Re: IBP for Inventory - # of Replenishments and Cycle Stock
The input key figure PBR (periods between replenishment) gives you the number of replenishments to a node. You do not need to derive it from safety stock or TIP.
All inventory components are in the upcoming IBP release.
Re: Syntax for TREX commands used in key figure calculation definitions
Hi everyone,
You should find this HANA documentation quite useful:
If you have any trouble with the link, just copy it and paste directly into Internet Explorer.
Regards, Mike
Restriction
Hi Experts
Is there way to restrict the data update in planning view.Can I restrict by authorization.
Regards
Roshan
Re: Restriction
Hello Roshan,
Yes you can restrict it with authorizations.you can create roles which restrict a user having that role to edit the data.
Alo can you please let us know your requirement and what do you mean by "data" here.Is it Master Data,Key Figure?
Regards,
Deep