Quantcast
Channel: SCN: Message List
Viewing all 10449 articles
Browse latest View live

Re: releasing transports w/o deleting objects

$
0
0

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.?


Session Timeout Alert text is not getting displayed on web ui.

$
0
0

Hello,

 

In "Session Timeout Alert" pop up we are facing one issue. The pop up is getting displayed as per the value in rdisp/plugin_auto_logout parameter i.e. 1800. But the text is not getting displayed.

 

I have implemented the SAP Note 1877120 also. Any inputs to resolve this issue.


error.jpg


Thanks.

Re: Due Date Calculation BAPI

$
0
0

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.

Re: Crosstab Webi report

$
0
0

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

Re: RE: BPC 10.0 NW Consolidation of Investment (Multi-level)

$
0
0

Hi Arnold,

 

Thank you very much for the help. Consolidation is already working...issue already solved.

 

A

SAP SRM PORTAL WORKFLOW

$
0
0

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 .

Re: Opening any report in SPM shows Server Error

$
0
0

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

ST03 -: No System Load data available

$
0
0

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


Re: How to apply EPM local members to several row axis in BPC

$
0
0

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

Re: How to link between smartform and driver program using pushbutton ?

$
0
0

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.

Re: TimePicker for selecting time to a text field in sapui5

$
0
0

Do you need one for Mobile or Desktop?

Re: How to throw error in Module pool

$
0
0

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.

SAP HANA - Will the partition restrictions be applied before other restrictions on select query?

$
0
0

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.

How to copy comment in /MSG/R_V3 Tcode

$
0
0

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

Custom Super Admin role

$
0
0

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


Re: SXPG_COMMAND_EXECUTE failed for BRTOOLS

Re: Is it possible to use both static and dynamic parameters in single report?

$
0
0

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.

Re: how to point connection automatically when moving from dev to qty

$
0
0

can you set the message as "answered", please

Re: SXPG_COMMAND_EXECUTE failed for BRTOOLS

Re: SAP SRM SC parallel workflow in N step BADI

$
0
0

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+

Viewing all 10449 articles
Browse latest View live


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