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

Re: Conectarse a BD de SAP con Sql para interface

$
0
0

Entonces, el provider que estoy usando es el correcto?

Si SAP estuviera en Oracle, que provider debería utilizar?

 

La interface si es un desarrollo, pero ese no me preocupa, en cuanto pueda hacer la conexión y poder ejecutar algunas consultas que me retornen información es suficiente.

 

de ante mano gracias por tu atención.

 

saludos.


Re: Deleting history information using COMMIT ID

$
0
0

Hi Gopal,

 

Thanks for your response!


I tried the approach you suggested but it is not working for me. Can you please point where I am doing this wrong?

 

 

I did the following

Used this query to find the COMMIT_ID for my user (after a particular commit ID)

 

SELECT * FROM TRANSACTION_HISTORY where APP_USER='nsonachalam' and commit_id>2404642725 order by commit_time desc

 

These were my commit ids

2404646500 - I updated the same record ( EMP_ID =1 and NAME=' Niranjan Sonachalam')

2404644916 - I Inserted a record ( EMP_ID =1 and NAME=' Niranjan')

 

I set the history session and deleted the latest commit, I was expecting to see NAME='NIRANJAN' only

SET HISTORY SESSION TO COMMIT ID 2404646500;

DELETE HISTORY FROM TBL_EMP_DETAILS;

 

I changed the HISTORY SESSION back to NOW and queried the table. The record still exists as "Niranjan Sonachalam" and moreover I can still query the history using the deleted commit id

 

SET HISTORY SESSION TO NOW

SELECT * FROM TBL_EMP_DETAILS

 

SELECT * FROM TBL_EMP_DETAILS AS OF COMMIT ID 2404646500;

 

 

Where am I going wrong?

 

Thanks,

Niranjan

Re: Personas 3.0: .setTimeout(): The time interval does not show impact.

$
0
0

Looking forward to hearing if you made any progress with this.  I'm doing some testing within Personas 3.0, and am running into a similar issue.  For comparison, the part I am having trouble with is simply clicking a button - here is the code I used:

 

function pressEnter(){

  session.findById("wnd[0]/tbar[1]/btn[8]").press();

}

setTimeout(pressEnter,5000)

 

With the above, the button is never 'pushed.'  I've messed with it all afternoon and made no progress.

 

Did you ever figure out how to get your setTimeout working?

Re: Strange behavior with sap-ui-debug

$
0
0

it takes an old Component-preload

 

in debug mode it uses individual files

Re: Gantt charts in SAP commercial project management

$
0
0

Hi Johannes,

 

I activated necessary Business Functions for executing PSHLP10/20 as highlighted below :

Business Functions Activated_Gantt Charts_AI1.JPG

 

However ,the Gantt Charts are not getting displayed.

 

1.JPG

 

Can you suggest some way to resolve this?

 

Thanks

 

Regards

Shubham

SAP path career

$
0
0

Dear All,


I am SAP ABAP certified and I never work as ABAP developer, most of my experience in MM, PM, and PS modules, not as a consultant but as support and trainer, so when I am trying to find a job I cant apply for ABAP developer because I am still fresher, also I cant apply for MM, PM, PS consultant because I am not certified, i.e I have a very good knowledge about each field, which it is give me a very good advantage when I work with any module team, but I am not in that deep of knowledge like a consultant.

 

Any advise how can I use this wide knowledge in order to select a SAP path career, instead of be a specific in any SAP module? or I must select one field to be specialist on it?

 

Regards,

M Albdour

Re: Error handling or new mechanism for not reading the empty file

$
0
0

Hi Chethan,

 

Thanks for your answer.

 

I have doubt on Execute 'wc -c' on source file, where can I write this code in the script itself? Could please help me with that.

Re: Deleted operation in AFVC

$
0
0

jeyshankar,

Review these years old open threads of yours and consider closing wherever applicable. Your content is here: Your content

 

Good luck

KJogeswaraRao


Re: INSERT INTO TABLE (SELECT ...) Poor Performance

$
0
0

Hi Inan,

 

But then I'd epxect that performance of SELECT statement would also be affected which, as you stated, was not the case.

 

BR,

 

Dmitry

Is 'push down to database' optimization technique applicable when source and target are SQL server databases?

$
0
0

Hi All,


Is push down to database optimization technique applicable when source and target are SQL server databases?


Shweta

Re: INSERT INTO TABLE (SELECT ...) Poor Performance

$
0
0

I thought that maybe there was a situation on background which only affects "INSERT INTO" statement, but not "SELECT" statement. But now I think, my thought was ridiculous, you are right. It seems it wasn't the case.

 

As I said, I will keep testing it. If the query slows down again (hope it won't), I will be here

 

Inanc

Re: Fiori Launchpad adds a GUID in front of UI5 app path

Re: IE11 issue in Portal 7.4 Compatibility

$
0
0

what frameworkpage you are using?

Re: IE11 issue in Portal 7.4 Compatibility

$
0
0

unless you are using framework page supporting standard mode.

document browse mode only help to open ui5 in separate window with standard mode

Re: SAP_UI 750 on top of SAP NW 7.40? What's your experience?

$
0
0

Based on below note we decided to not to move forward and restore the system from the backup.

 

1. 2261419 - Maintenance Strategy for FLP on Portal

  • Portal NW731 / NW740:
    • FLP on Portal should run with the delivered UI5 (stable version 1.28.x) .
    • Note that UI5 stable version 1.28.x End of Maintenance is on Q3/2017.  At the end of the standard maintenance period you'll need to upgrade the Portal to NW750 release.

     

    Thank you,

    Murtaza Lokhandwala


    Re: Migration template of Leads_C4C

    $
    0
    0

    HI Alexander,

    I know this is also a way. But I described the easiest way here without going to business configuration. Anyway you find out the solution that's really important.

     

     

    Regards,

    saurabh

    Re: Intercompany Purchase Scenario of Service Materials (DIEN)

    $
    0
    0

    Hi,

    DIEN material type designed to use Sales use only but you can DIEN material type for purchase too to avoid to use external service management where no need of item category D in purchase order.

     

    Service is an intangible material and as service cannot be stored- so a material master does not contain inventory data for this material type. For more refer use of DIEN

     

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

     

    Regards,

    Biju K

    How to Define Tax Procedure in OBQ3

    $
    0
    0

    HI experts,

    anybody tell me how to Define Tax Procedure in OBQ3 in Tax on Sale & Purchase

     

    Thanks

    Re: Aliasing Windows AD to Enterprise account

    $
    0
    0

    Dell, Thanks for your response and sorry for a very late reply my end (kind of on a vacation). So, to Answer your question, Yes, I was deleting the Enterprise user completely from the system and that was my issue, I guess. I tried removing the Alias, and it retained the security. So, I guess that is the way to go for us.

    Thanks for all the help , Really appreciated..

    Re: Correctly display Asian double-byte fonts

    $
    0
    0

    Hi Keith,

     

    Yes BO 3.1 supports Arial Unicode but that has to be installed on your OS.

     

    That is a prerequisite.

     

    In 3.x we used to do below steps

     

    Install Arial Unicode MS font onto the BO server.


    a.  The font files have to be copied to the font folder of windows

     

    b. Following code must be added to the fontalias.xml located in below location

    <BO Installation Path>\BusinessObjects Enterprise 12.0\win32_x86\fonts

     

    <FONT NAME="Arial Unicode MS">

    <FONTFAMILY PLATFORM="ttf" NAME="Arial Unicode MS">

    <FONTATTRIBUTE BOLD="false" ITALIC="false" LOGICAL="Arial Unicode MS" PHYSICAL="ARIALUNI.TTF"/>

    </FONTFAMILY>

    <FONTFAMILY PLATFORM="win" NAME="Arial Unicode MS"/>

    <FONTFAMILY PLATFORM="java" NAME=" 'Arial Unicode MS', 'Arial Unicode MS'"/>

    <FONTFAMILY PLATFORM="html" NAME=" 'Arial Unicode MS', 'Arial Unicode MS'"/>

    </FONT>

     

    c. The font has to be specified in the i18n.xml file.


    Try if you can get any SAP document on the same

    Viewing all 8798 articles
    Browse latest View live




    Latest Images