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

Re: Cummulative sum


Re: Can anyone provide an explanation on how to invoke a BODS batch job published as a web service from an external application such as Sharepoint and fetch the result back?

Re: HANA View Activitation Error: can not make cyclic dependency

$
0
0

Hi,

 

What is the type of your column ?

Specify the type of your column as INT.

 

Try to add this code between BEGIN and var_out:

 

DECLARE var_out TABLE (test_out int);

Re: Problem : Sub Workflow in Loop step of Main Workflow

$
0
0

Hello,

 

The workflow log shows "the truth", that second decision step may have come from a different workflow instance or you could be interpreting it wrong.

 

Is that screenshot the chronological view? You should use it, it makes it very clear what is going on.

 

You say that the Set Container step isn't done but how do you know this? Is it set to be shown in the workflow log?

 

" But in a loop step, the sub workflow gets completed but control comes to the first step of the main workflow instead of the next step of the step type in which the sub workflow is used. "


The first is impossible and the second does not make any sense. Step of a step type?


Trust the workflow log!

 

regards

Rick

Re: Datawindow with SQL SubSelect? PB 12.5

$
0
0

Thanks Arnd!!

 

I changed the code as you suggested and change my int variables to long.

 

I am getting "Execute Failed".

 

Does my stored procedure look like it should work?

 

Is there some other way to test it?

 

Paul

 

long rate_rank

string sp_id

long a_identity

long b_identity

long vehicle_type

 

sp_id = 'F10600'

a_identity = 23864

b_identity = 4018

vehicle_type = 1

 

DECLARE ft_sp_RankAffiliateRate2_pb procedure for ft_sp_RankAffiliateRate2

@sp_id = :sp_id,

@a_identity = :a_identity

@b_identity = :b_identity

@vehicle_type = :vehicle_type

@rate_rank = :rate_rank OUTPUT;

 

IF SQLCA.SQLCode <> 0 THEN

      MessageBox ( "Error", "DECLARE failed" )

      RETURN -1

END IF

 

execute ft_sp_RankAffiliateRate2_pb;

 

DO WHILE SQLCA.SQLCODE = 0

FETCH ft_sp_RankAffiliateRate2_pb

      INTO :rate_rank;

LOOP

 

IF ( SQLCA.SQLCode <> 0 ) and ( SQLCA.SQLCode <> 100 ) THEN

      MessageBox ( "Error", "EXECUTE failed" )

      RETURN -1

END IF

 

close ft_sp_RankAffiliateRate2_pb;

 

messagebox("Rate Rank","Rate Rank for " + sp_id + " is: " + string(rate_rank))

Re: anybody can explain me this street sign

$
0
0

A friend just sent me this from skiing kangaroos

 

känga.PNG

Forcing Context in Webi

$
0
0

HI  Experts,

 

I Have  5 contexts which is prompting users while creating ADHOC reports.

 

But all time user is using  object from one context he don't require . remaining Contexts

 

Is there any way that we can force the user( With out prompting as he need objects from one context) to use that specified context which he is using frequently.

 

Any help Much Appreciated

 

Thanks,

Vaurn

Re: Discrepancy in material transfer tracking

$
0
0

I have used these and checked that stock transfers and locations are correct.

 

Is LT22 even the correct transaction i should be using, is there a better transaction i should use for this information?


Re: Discrepancy in material transfer tracking

$
0
0

LT21 to LT28 are all good, just depends from which angle you want to look at a TO

Re: Discrepancy in material transfer tracking

$
0
0

I purely want to see on any given day exactly what was moved from GR to w/house and by whom.

SCD Type 2 Target based CDC using Data Services

$
0
0

Good Morning ,

 

Kimball writes:

 

Type 2: Add New Row

Slowly changing dimension type 2 changes add a new row in the dimension with the updated attribute values. This requires generalizing the primary key of the dimension beyond the natural or durable key because there will potentially be multiple rows describing each member. When a new row is created for a dimension member, a new primary surrogate key is assigned and used as a foreign key in all fact tables from the moment of the update until a subsequent change creates a new dimension key and updated dimension row. A minimum of three additional columns should be added to the dimension row with type 2 changes: 1) row effective date or date/time stamp; 2) row expiration date or date/time stamp; and 3) current row indicator.

 

 

After Initial load is completed, we identify the changed or new record in the source system and update the target system with the changed record. Identifying and loading only changed data is called Change Data Capturing. This type of load is used to maintain the history data in the target system (SCD Type 2).

There are two CDC methods - Source based CDC and Target based CDC.

Source-based CDC evaluates the source table to determine, what record has changed and extracts only changed records to load into target tables.

Target-based CDC extracts all the data from the source, compares the source and target rows using table comparison and then loads only the changed rows into the target system.

 

My question is:

 

A Dimension "Usuarios"  SCD Type 2 is going to be loaded after Initial load using Target-based  CDC .

 

Must  I added this three additional columns 1) row effective date or date/time stamp; , 2) row expiration date or date/time stamp; 3) current row indicator. to the Dimension "Usuarios" ?

 

Or this three additional columns must be added to the Dimension "Usuarios" only when the CDC method is  Source based CDC  is it right ?

 

Thanks in advance.

 

Best Regards.

 

Antonio

Internal error in function module HRRCF_MDL_AWZD_ASRC_UPDATE

$
0
0

hi

i am getting a error while completing the process for registration of external candidate.

 

Path > my profile>candidate registration


Internal error in function module HRRCF_MDL_AWZD_ASRC_UPDATE

 

erec pic1.JPG

please let me know how to solve this issue!

 

thanks

thomas.

Re: Crystal report export to excel missing options -2008 SP3 runtime package

$
0
0

I know this is a really old thread now, but this has been frustrating me for years since the upgrade from version XI to anything newer.

I now generally use CR 2013 and the report viewer still does not have the Excel format options, nor is the popup displaying asking about application or data file.

These were VERY handy & to many users, an essential part of viewing a report in the viewer - the ability to export directly to the target application (like Excel, Word etc) and if the Excel option was chosen, the handy dialog to display those formatting options.

 

Like Scott Pearce above, BRING BACK THAT FEATURE!!

 

What is the SDK mentioned earlier?

 

Why was such a useful feature removed?

Document currency determination for DAA

$
0
0

Hello gurus.

 

I need your help to understand how the document currency for direct activity allocations (e.g. tcodes KB21N, CN25, IW41 ) is determined under ECC 6.0, also to clarify whether is possible to modify it by means of an user exit?.

 

SAP note #700100 explains how quantities are valuated, but does not explain the accounting determination to be applied in the case of the document currency.

 

I appreciate your help!

 

Best regards,

 

Humberto

Hash Key Generation in Python Vs. Oracle

$
0
0

Hi Folks


I was looking at the following post for Hash Key generation, it is using MD5 -

http://scn.sap.com/message/14330293


I have following  two questions in relation to above post,


I did not want to post to above thread as the question was already answered, hence posting a new discussion.

1 Is this internally calling Oracle.

2. Will Oracle code be faster then Python code. If not why  ?


Poonam


Re: Query Amendment - Any Assistance Appreciated!

$
0
0

Hi Johan,

 

The issue I am running into is that it isn't giving me one line per docnum - rather it is giving me a line for each product line on the invoice.

 

Regard

Rick

Re: Issue with Database Login screen

$
0
0

SQL Server is located on a 2012 R2 server.  The app is located on a PC workstation with Windows 10. The client app is Windows and not Web.

 

DNS is installed on the server.  Are you saying that DNS needs to be installed on the PC workstation also?

 

The client app does not use ODBC to connect to SQL Server, rather it uses a connection string.  This part of the program works as is should.The reports do not run.

 

The PC workstation has CR runtime installed.

 

Reports do run when the app is run form the server.  It seems that CR cannot connect to SQL Server from a PC workstation.

Re: appraisal feedback form: how to change the dynamic UI elements in tab content

$
0
0

Hello Sagar,

 

How could we hide the buttons on the above application, i am unable to do it using the personlisation process of WDA application.

 

Is it only way out to enhance the class?

 

 

Kindly suggest.

 

Regards,

Gupta

Re: Rule for stop processing of expected event message

$
0
0

Hi Rajesh,

 

1. Create a new custom activity function in ruleset and try to call /SAPTRX/CL_EH_EVENT_MSG_MODEL ->  UPDATE_EH_EVMSG to update "X" flag in

l_eh_evmsg-not_relevant = i_irrelevant.

 

2. Then trigger email.

 

Check and let me know whether this will work.

 

Let me check other ways also.

 

Regards


GGOPII

HTTP Status Code 200 : Proxy to PI 7.4(Single Stack Java)

$
0
0

Hello All,

 

I am facing some issue during proxy communication with message erroring out with http status code 200. have checked alll the related post for the same error but could not fix it. This is the first time we are using Proxy scenario so i am assuming i am doing something wrong.

 

Scneario: SAP->PI->leagcy sytem.

 

ESR: i created 2 data type, 2 mt, 2 SI and one operation mapping and message mapping. to get data from SAP it is outbound service interface with asynchronous communication.

 

ID,:

I created one business component (legacy system) and R/3 is business system.

Created communication channel sender for getting data from SAP R/3 with SOAP adapter type->http as transfer protocol-Message protocol XI 3.0.

 

crated ICO , filling all the details sender(r/3) with coummunciation chanel etc.

 

When i trigger the proxy from SAP R/3 the message shows in SXMB_MONI(status detials column with text " error parsing the PI response")

 

when i drill down it shows details as shown in attachment.

 

Can you please guide me what i am doing wrong.

 

Regards/Ajay

Viewing all 8902 articles
Browse latest View live




Latest Images