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

Re: Fetch the first record with 24 hr interval based on first record timestamp

$
0
0

Hello Venkat,

 

Just an idea from my side..it may need data type casting and with slight adjustment in code it may work..

 

DROP PROCEDURE <procedure>;

CREATE PROCEDURE <procedure> LANGUAGE SQLSCRIPT AS

 

 

BEGIN

 

 

DECLARE v_var1 TIMESTAMP;

DECLARE v_temp BIGINT ;

DECLARE c_operator NVARCHAR(1) := '+';

DECLARE c_24hours TIME := '24:00:00';

 

 

DECLARE CURSOR c_cursor  FOR SELECT record_number , created_date FROM table1 ORDER BY record_number

 

 

BEGIN

 

FOR cur_row as c_cursor  DO

 

 

v_var1 = cur_row.CREATED_DATE|| c_operator || c_24hours ;

 

IF cur_row.RECORD_NUMBER <>v_temp THEN

 

execute immediate  'INSERT INTO SCHEMA.TABLE2 ( RECORD_NUMBER, CREATED_DATE )           -- this should pick the first record for each order_number and corresponding time stamp.

SELECT RECORD_NUMBER , CREATED_DATE FROM TABLE1  \

                       WHERE CREATED_DATE = '||cur_row.CREATED_DATE||'

    AND RECORD_NUMBER ='||cur_row.RECORD_NUMBER||' ;

  

 

execute immediate  'INSERT INTO SCHEMA.TABLE2 ( RECORD_NUMBER , CREATED_DATE ) -- This should pick same record number but posted after after 24 hours based on the time stamp from 2nd record

                     SELECT RECORD_NUMBER , CREATED_DATE FROM TABLE1  \

                       WHERE CREATED_DATE > '||V_VAR1||'

                       AND RECORD_NUMBER ='||cur_row.RECORD_NUMBER||'   ';

 

v_temp = cur_row.RECORD_NUMBER;

 

END FOR

 

 

END

Thanks

Siva

 

Message was edited by: Sivakumar Palaniswamy


Re: Odata POST operation

$
0
0

If you are really looking for xml content to be passed for POST operation, you may check POST (Creating a record)

 

There is another way as mentioned in this blog

 

To test POST operation, 1st execute GET operation and then press Use as Request button which will copy the response to request window and then select operation POST and execute.


Regards,

JK

Re: VBA : Not recording text in performace assitant window

$
0
0

Which Transaction you use for asset creation?

Re: Crystal Reports 2013 installed on windows server 2012 and crashing when trying to link tables

$
0
0

John,

 

I am not sure about visual studio.

 

What I know is for access issue it was crashing only on a second table. If you have an old report with two or more tables you can test if it still works.

 

One user actually used a workaround solution to add a second table in CR XIR2 and then continuing design in CR 2011. It worked well till he got the registry key solution.

 

Try a report with already linked tables, would it crash CR?

Re: No Company code in T162

$
0
0

I would say go with SHDO, as you will able to control it without using any abaper. Easy to apply and easy to remove

Re: VBA : Not recording text in performace assitant window

$
0
0

Hi Holger,

 

Thanks for your quick reply.

 

I am using AS01.

 

Even i want to implement for FB01 also to post documents from excel.

Re: Customs Communication process

$
0
0

Hi Pradeep,

 

Determination of messages is maintained as master data; everything else is configuration.

 

Your question is really far too "wide" to answer.  I don't know of any "step-by-step" guide, and I'm not about to write one!  If you consider the existing (standard) table entries and read the IMG, you should be able to work out what needs to be done.

 

Regarding "US to DE", are you saying that the existing messages (M0410 and I1560/1570)  aren't sufficient, for some reason?

 

I'm also puzzled as to why the messages should trigger during the creation of the Customs Declaration - usually you would first need to enter Transport, etc. data to make the messages complete.

 

Regards,

Dave

Re: FD02, FK02, FI02, FI12 - Bank Branch fields

$
0
0

Eston,

 

The rule is strange.

 

Regardless which one of 4 transactions you use it points to the same transparent SAP table BNKA in ECC. In which field SWIFT is defined as CHAR 11 but BRNCH (Bank Branch) is CHAR 40. That is free text 40 characters long. No relationship with SWIFT. 

 

Outside of SAP, while last 3 digits in SWIFT usually mean branch or XXX for head office, it’s not true for all banks in all countries.

 

Regards,

Anton


Re: Technical document Template for SAP PI interface developement

$
0
0

you can add sections as per below

 

Section I: Initial Information Requirements    

General Information    

Involved Systems, Message Communication and Interfaces    

Involved Systems    

Message Communication    

Interfaces

 

     

Section II: Technical Development Concept    

General Information    

Overall Process Description    

Enterprise Service Repository Objects    

Data Types    

Message Types    

External Definition    

Imported Archive    

Imported Objects    

Service Interfaces    

Java Archive    

Message Mappings    

Function Library    

Operation Mappings    

Integration Process    

Integration Scenario    

BPM Processing Details    

Container Variables    

Integration Directory    

Sender Configuration    

Receiver Configuration    

Receiver Determination    

Interface Determination    

Sender Agreement    

Receiver Agreement    

Direct Connections    

Integrated Configurations (AAE)    

File Archiving Mechanism    

Security & Authorization Configurations    

IDoc Port Configurations (for IDoc Inbound/Outbound scenarios)    

COMMON Services    

PI PatTERNS IDENTIFIED    

 

 

Section III: Operational Support    

Monitoring    

Other Configurations    

Error Handling within PI    

Test Cycle u2013 Unit Test    

Transport Number(s)    

Cutover Activities    

Contacts to Solution Owner    

Outstanding Issues

Re: DevOps Java Mapping

$
0
0

yes you can import jar file as an imported archive in sap pi  ESR.

Re: Warning: problem with REORG REBUILD WITH ONLINE in 15.7 SP133, SP134

$
0
0


Curiously, when I click on the link in the posting above, I get a page indicating the KBA document has been deleted.  However, if I enter the URL into the browser directly, it brings up the KBA.  I have no idea why this is happening.

 

-bret

Re: Resource scheduler in 1508

$
0
0

Thanks for this information. I was actually on the right track with all the necessary info but it looks to me there is a bug.

As you can on the screenshot below the Scheduling relevant indicators at header and item level are both greyed out.

Also (or probably as a result), I can't trigger the "Release for scheduling" action as it is also greyed out.

What do you think?

 

Secondary question: Shouldn't there be (like in CRM) a configuration at item type level to control whether the item is scheduling relevant? Are you saying these checkboxes need to be manually controlled in C4C?

NWBC transactions launches in different client

$
0
0

hi, Our users have NWBC deployed to access the ECC system which has multiple clients , we noticed that some transactions gets launced in client 100 while others get from client 110, would anyone know why would a few transactions get their data from a different client .

 

Thank you

Jonu Joy

Can GRC be used to implement Position based security on CRM

$
0
0

Hello Gurus

 

Please help me understand the functionality in integrating CRM with GRC to implement position based security. Can you please provide some input for below questions.

 

  • Can GRC be used to implement Position based security on CRM?

 

  • Can we assign Business role to a ORG/position using GRC?

 

  • Can we use Organizational Assignment Request to assign CRM Business roles to Positions?

Currently we have Hr installed on ECC. All the org data is being setup in ECC and pushed over to CRM through ALE. When i try to use organizational Assignment Request in GRC, i am able to pull positions only from ECC but not from CRM which is fine since HR component is not installed on CRM.

 

So as a workaround, I created few dummy roles in ECC with same naming convention of CRM business roles and submitted an Access Request. Request successfully assigned the dummy roles to the ECC positions.After this through a standard process these ECC position with entitlements are pushed over to CRM but the Assignment is happening to Object Relation (AG) of the position and not to the info type Business role of the position.

 

Thank you for your help..

 

Regards

Sandesh Reddy

Previous month on bex as source

$
0
0

Hi Experts

 

I couldn't find solution on scn so I need your help.

 

I have Bex querry as a source for Webi (4.1 SP5) where i am using Bex structure(Row) and calculated Key figures(Column)

 

User will select Current month using prompt Fiscal year/Period and i need to calculate Previous month & pop up tables as shown.

 

I tried using Lag & Previous function but somehow i am not successful , could you please guide me here, thanks!!

 

 

Capture1.PNG


Re: Disable ability to edit query panel in Webi

$
0
0

Hi Manuel,

 

Deny the Web Intelligence's right "Query script - enable editing (SQL , MDX,...)" to the corresponding users or groups.

 

This is done in CMC > Applications > Web Intelligence > User Security > select principal (user or group) > Assign Security > Advanced > Add/Remove Rights > Expand "Application" Menu > Select "Web Intelligence" > Scroll to the "Query script - enable editing (SQL , MDX,...)" right > Select the second option button under the red cross icon > OK

 

Please let me know whether you got the desired effect.

 

Regards,

Fernando

 

(If you find this helpful or correct answer please mark the option)

Re: B1 Crystal Report - access B1 HANA tables?

$
0
0

Hi. nicholas.

 

Sure, you can connect to b1 hana table.

Hana DB support 2 connection drivers. The first is B1CRHPORXY32. The other is HDBODBC32.

If you try connect to hana for the crystal reports, you need that.

 

 

Re: Long object to LOB object

$
0
0

Hi Hugo,

 

So we should ideally go for an export/import of the whole system inorder to create the tables with LOB option.

Re: Arrears

$
0
0

One question,

In Arrears, the amount was $400 and from current deduction it is $ 100.

So basically $100 +$100 from arrears should be deducted and remaining $300 should be updated in ARRS tabel, however, i am not able to understand that part of the calculation from the rule.

 

Thanks so much for your time.

Re: AdsData - Access Violation - XE8.1

$
0
0

Hi

 

I will be annoyed if they leave this so long - I spend many £10,000's with them every year and if I do not get my application to market they will not be getting the revenue.

 

Best Wishes

 

PLJ

Viewing all 8676 articles
Browse latest View live




Latest Images