There are some restrictions/guidance for acquiring large universes outlined in the Lumira 1.15 release note at http://service.sap.com/sap/support/notes/1970935
Re: maximum character output size limit reached
Error data dates
Hello
As I can correct for the information coming from the data source with invalid dates in 0calmonth, 0calweek, 0calday and 0calyear load the cube, since for these invalid dates me generates error when I run the DTP to load the PSA to infocube, such as are all records with dates as 0calmonth 01.0012, 0calyear 0012, 0calweek 0calday 01010012 51.0012 and then at this time I do not load the cube that comes in the PSA. I have two transformations, one that will RSDS vá PSA 0TR_CM_1 to infocuente 0TR_CM_1 and another that goes to the InfoSource 0TR_CM_1 to infocube ZTRCM_C01.
Can you help me that I can do to correct these erroneous records coming on dates?
Greetings.
Nando.
Re: BPE Error
Hi,
Did you check workflow customiizing through T code SWF_XI_CUSTOMIZING. Is everything green?
Select perform automatic workflow customizing...
https://help.sap.com/saphelp_nwpi71/helpdata/en/2d/da3142680d5c33e10000000a155106/content.htm
Hope it helps!
Ambrish
Re: badi_ehsrc_track_proc impl. not updating monitoring tables for PUR scenario in SVT
Dear Kapil
please list the customizing activities you have executed to do the SAP EHS SVT set up.
Please describe how you have scheduled RREGCH_FILL
PLease describe how you identify EHS SVT relevant materials; how you maintain the data in EHS etc.
In most case you need not to use the BADi badi_ehsrc_track_proc to get a useful EHS SVT set up.#
Do you know the SAP EHS SVT consulting OSS note in which the EHS SVT set up is decribed? Please check: Substance volume tracking in SAP EH&S
C.B.
PS: EHS SVT is asked for rarely here. But there is a general document available: Important OSS Notes for Substance Volume Tracking
May be check as well: SAP EHS Management for Beginners
Here some reference is provided to other SVT related threads
PPS: may be check as well:#consolut - IF_EX_BADI_EHSRC_TRACK_PROC MENU_EXIT_CALL - Call Menu Exit During Volume Monitoring
consolut - BADI_EHSRC_TRACK_PRO - BAdI: Substance Volume Tracking (Enhancement Tracking Process)
C.B.
PS: please describe content in tables as:
SAP Table CCRCT_EHS_COMP - EHS: Composition (EH&S Data)
CCRCT_EHS_REG EHS: Registration Status (EH&S Data) - SAP Table - ABAP
etc.
PLease provide information about SAP release you are using (SP status etc.)
Re: How to avoid repeatition of axis labels in Graphs in WebI 4.0??
Can you post the screenshot of the chart that is giving you trouble..
Re: Conditions on a PIR
Hi Jurgen,
I checked the same as you mentioned, with different currencies - INR, USD and EUR in EHP 4. Its found that the system is showing the same effective price in both the info records.
Also, its noticed that the system is automatically sorting the condition types in the condition supplement screen, even though I gave the condition types in a different sequence!! and both the info records look similar now.
Regards,
AKPT
Re: DTW Catalogo de Cuentas
No va nada en format Code?
Production Order Component Sorting Options
Hi, We are creating a Shop Floor Production Order Packet Print which needs to contain the components of the BOM (Including Phantom Materials)
When Printing the BOM components on the report we want it to be sorted in such a way that it maintain the BOM level integrity.
If I display a Production order (CO03) and display the Component Overview I have a selection box where I can choose from different sort options.
Sort option ST_BOM will sort the component list in the order I wish to use. (See attachment) Is there a function module or some way in configuration to determine the sort logic being used for this sort? I have tried looking in RESB table to see if I can recreate the logic but it seems as though a number of different fields are involved. Since ST_BOM already does the work for me I was hoping to reproduce it's logic in my report.
Any ideas.
Still getting "The report filename was empty" error
I tried re-opening this earlier discussion...
"The report filename was empty" rears its ugly head again
... after this error came back; we moved our data source and I had to switch from using the viewer SDK to the engine SDK. Since I haven't seen any replies, I thought I should try creating a new discussion thread. It seems that my report which has parameters will work with the engine/ReportDocument code, but the one without parameters produces the above error. The sample code is in the other thread so I won't re-copy it here unless advised to do so. I really need to get this resolved so any guidance is greatly appreciated.
- Robert -
Re: How to check APO Optimizer version
Hi Asad,
You are correct..I had a connectivity issue and the thread was showing as same for 5-10 mins.
happy learning
Regards,
Kannan
Re: Customer Master Accounting Text
I totally agree with you. Are you on higher version than ECC 5.0? because I checked in ECC 6.0(other server) and its working fine (Only OBT2 settings and no VOTXN) but we are on ECC 5.0 and I am not sure if this version don't support but we are having this issue. I could not find any SAP notes either.
Yes - I cant find these texts in XD01 or XD02 either.
Re: Required Script for Adobe Form
Entering Effective-Dated Rows into Infotype 1613 in OM on a Position
Why does SAP not allow you enter more than one entry under OM infotype 1613 (Workers Compensation Code) for a position. We are trying to correct the current code by entering a new effective dated record and it does not allow us to do it.
Re: Wage type configuration - labor compensation fund
Natercia,
Just check the new wage type should have the following config setup in table V_512W_D
processing class 70 as specification 3 and
processing class 71 as specification 2 (if you using IT0041 with hire date as date type 01)
Ashish
Re: Excel upload, time field is strange format, convert back to standard time?
Luiz,
If the seconds = 60, add 1 second to the time. There are a number of SAP standard function modules that deal with adding or subtracting time.
Bruce
Re: SELECT statement query
Adding what you said Jörg,
You can also (if you want to bring only one record) in this way:
DATA v_afield LIKE atable-field.
SELECT SINGLE afield
FROM atable
INTO v_afield
WHERE cfield EQ constantvalue.
Other way:
TYPE: BEGIN OF TY_ITAB,
AFIELD TYPE ATABLE-FIELD " Here you assign an table field
END OF TY_ITAB.
DATA WA_ITAB TYPE TY_ITAB.
SELECT afield
FROM atable
INTO wa_itab
WHERE cfield EQ constantvalue
UP TO 1 ROWS.
Re: Make required entries for dep.area 01
Hi Guneetinder,
Even in my case , the field which marked as required but not appearing on the screen was "Base Value %'.
It is kind of strange , anyway issue is solved.
Thanks
mixed pallet management in wm
Hello,
could you please explain the mixed pallet management process during putaway and picking in wm and rf. how to generate pallet labels for mixed pallet.
Thanks
Regards,
Pavan
Re: HttpServletRequest in JAAS-Login Module in NetWeaver 7.3x
Hi,
We had the same problem.
What we found was that Sap has a new Login Module called HeaderVariableLoginModule which you have to create using the class com.sap.security.core.server.jaas.HeaderVariableLoginModule. You can do this in NWA -> Configuration -> Authentication and Single Sign-On -> Login Module, then click on the create button and fill out the fields with the information i just gave you.
The list of Login Modules should now include HeaderVariableLoginModule, which you can configure by selecting the row of this module, and adding two options- ume.configuration.active=true and Header=REMOTE_HOST.
It appears that this Login Module is covertly delivered as a class in every Netweaver version >= 7.0.
Good luck,
Steven McElwee, Duke University
Re: SAP BW 3.5 APD for master data
Moved from BI Platform space to BW space
BI platform is for the BusinessObjects Enterprise platform questions, not BW.