if we release the transport where will the objects stored in it will go?
i mean will they get transported to some other request or will be deleted from the system.?
if we release the transport where will the objects stored in it will go?
i mean will they get transported to some other request or will be deleted from the system.?
Thanks Philip,
This looks fine.
I have just one more question.
In FAEDE structure (Transfer Structure for Determining Due Date) there are lot of input Components (like SHKZG, K0ART, ZFBDT, ZBDT1,ZBDT2, REBZG,REBZT, etc....).
I believe that we do not need to pass all these values but just these which we need (Payment Terms and Baseline Date).
Hope that this will also work.
Thanks Yuvraj,
So simple - I added total (Sums) which added a column that sums up the rows. The when you highlight the sum column webi does allow to add additional columns, which act as dummy columns. I have tested this via Dashboard and LO connection and seems to work.
Thanks again
Sanjay
Hi Arnold,
Thank you very much for the help. Consolidation is already working...issue already solved.
A
Hello All.
i have a bidder approval workflow. I have to call a function module that will create an LDAP account. So I'am using an activity step in the standard WF, and calling this function module (attached to a BO method--delegation). The FM, wants some parameter which is not there in BO, but this data is there in Portal.
How can i bring the data from portal (while bidder is created), to the BO. How can i get the field names of the portal .
Hi Nikunj,
Thanks a lot for your response!!
Have tried the same note but did not work. So raised OSS message with SAP and they had responded saying that we need to upgrade to the next level to ignore this error.
Regards,
Preetha Balan
Dear All,
While executing the ST03 transaction, the system displays me the following pop-up message:
"NO SYSTEM LOAD DATA AVAILABLE"
even I already check the SAP standard jobs .
Provide the relevant Solution.
Thanks
Shilpi
Hi Marco,
Believe this is not possible using standard EPM reporting. What is required here is to be able to insert a column between the two dimensions in the row axis which is not possible.
If you try using position in Axes while creating a local member, you want this to be inserted at a position of -1 which is not possible . It will auto convert -1 to position 1 while generating the report.
There is a dirty solution (workaround) possible. But for that one of the two dimensions in the row axis to be static. Here your description local member for first dimension will be placed in column C (Columns A and B for the two dimensions). Column B will then be hidden and two new columns D and E will be inserted. D will refer to column B (basicaly your second dimension) and in E you will put the local member for second dimension's description.
This is a fair and very basic reporting requirement but unfortunately not supported standard.
Regards,
Ashish
Hi ABAP 2,
After check the sy-ucomm, if it has meet your function code then after enter into your if condition please check that smartforms function module export parameters or table have the value.
Regards,
John.
Do you need one for Mobile or Desktop?
Hi Vikas,
try this,
if LAND1 EQ 'US'.
MESSAGE 'No Data can be found!' TYPE 'S' DISPLAY LIKE 'E'.
LEAVE LIST-PROCESSING.
endif.
Regards,
Venkat.
In an example scenario,
CREATE COLUMN TABLE TEST_TABLE
(
A INTEGER NOT NULL,
B INTEGER NOT NULL,
C VARCHAR(10) NULL,
PRIMARY KEY (A, B)
);
INSERT INTO TEST_TABLE(A, B, C) VALUES(1,1,'one');
INSERT INTO TEST_TABLE(A, B, C) VALUES(2,2,'1.00');
INSERT INTO TEST_TABLE(A, B, C) VALUES(3,3,'1');
SELECT * FROM TEST_TABLE;
A B C
1 1 one
2 2 1.00
3 3 1
Now i am trying to partition the non partitioned TEST_TABLE.
ALTER TABLE TEST_TABLE PARTITION BY RANGE (B) (PARTITION VALUE = 1, PARTITION VALUE = 2, PARTITION VALUE = 3, PARTITION OTHERS);
After partitioning i am doing a select restricting to partition 3
SELECT * FROM TEST_TABLE WHERE TO_INTEGER(C) = 1 AND B = 3;
But the query fails with the following error code.
Could not execute 'SELECT * FROM TEST_TABLE WHERE TO_INTEGER(C) = 1 AND B = 3' in 1.053 seconds .
SAP DBTech JDBC: [339]: invalid number: [6930] Error during optimizer search
In theory, partition 3 has only one row, whose C value('1') is convertible to integer. If partition restrictions applied before other restrictions this query should have worked fine. I'm not sure why this query fails. Please guide me on how to make this query work.
Thanks,
Suren.
Hi All,
I have to copy the comments text also while coping the period in /MSG/R_V3 transaction.How to do this?
Please suggest if you have any solutions.
Thanks in advance
Hi Experts,
I am customizing the Standard Super Admin role in SAP EP 7.3.
Requirement: Need to create Custom Super admin role With Read Only Access.
I am able to do, only road block is that when i am going in system admin role -> Federated portal
It allows me to create , update, delete the FPN connection.
How can i hide this?
Waiting for the response!!
Regards,
Tarun Dhuria
see this note 1891781
Hi Abhilash,
I tried downloading SAP BO 4.0 from market place. I have downloaded Server part 1,Server part 2,
Server part 3,Server part 4 and client tools.
But while installing i got error for Windows server 2008 as I am installing on windows 7 machine.
I have installed SAP CRYSTAL REPORTS 2013 version 14.1.1.1036. Can you please tell me how can I proceed further to get an access to business view manager.
can you set the message as "answered", please
Echo $ORACLE_SID using rsh
Thanks Modak.
Client has refused custom workflow.
He has agreed that in a particular step, if there are 4 approvers, and any one approves, the workflow moves ahead to next level. It should not wait for all the 4 approvers to approve.
Can you please confirm SRM 5.0 this will work . As on other post of SDN, they all mention SRM 7.0+