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

Re: PIRs in SNC


Re: it dosen't show delta field in Generic Delta for Non SAP Source Systems

$
0
0

Hi,

 

OK, I understand now what you are trying to do. In my system (BW 7.4 SP 8) I can get it as follows:

 

1. Choose Delta Process FIL0 or FIL1;

2. Then the field Generic Delta appears. Here you can choose one of the options: Date, Timestamp, Timestamp Long or Numeric Pointer;

3. If you choose e.g. Date, then you will see the Delta Field, etc.

 

If it does not work this way and the field Generic Delta does not appear, then you can try to change the Delta Process from FIL0 to another value and back. You can also try it with a new DataSource.

 

If it does not work in any case, then it could be a bug. In that case please provide your BW release and SP level.

 

Best regards,

Sander

Last page of WebI doc

$
0
0

I see that SP06 adds to the REST API the ability to export the last page of a WebI report.  This is very useful, however is there any way to determine what page number the last page is?

Re: I want to learn SAP HANA

$
0
0

Shantanu,

 

So; to summarize:

1. It seems you currently have some experience as an SAP end user of some kind

2. It seems you have some college education not directly related to SAP software

3. It seems you are toying with the idea of being a consultant for SAP software.  Or something.....

Can I learn SAP HANA as a fresher ?

Yes, of course.  People are doing this every day.  Everyone starts somewhere.

...or should I go for SAP BI with HANA ?

This option is also viable.  Obviously a larger scope.

What are the pre-requisites to learn SAP HANA ?

At least average intelligence and a willingness to learn.  If you look at the SAP course https://training.sap.com/shop/course/ha900-sap-hana-live-classroom-008-in-en/ you will see that they don't really require much prerequisite knowledge; they only require a fat pocketbook.

Due to financial constraints it is not possible for me to leave the job,so I want to know whether SAP MM end user can become SAP HANA consultant in the future ?

Of course.  As mentioned by expert Jürgen, careers are typically open to any candidate who is willing to put the work in to study and learn.  One notable exception is being an heir to a large family fortune.  I have been searching for the course material for that career for the past 40 years, but I have been unsuccessful.

SAP HANA will be implemented in my organization in the year 2017.So what would you advice me on that ?

Wait patiently.  There is very little you can do that will have an influence on the arrival of 2017.

....take experience of SAP MM ? or quit the job....

??? I thought you already excluded the option of quitting.....

and look for SAP BI course and job ?

As I said before, a viable option.  You probably will want to make up your mind before you start your training. .

SAP PP,MM,FICO end user experience for 1.5 yrs and then part of  SAP HANA implementation in 2017. Will it be a good idea ?

If your goal is to become some type of consultant (and I am not entirely sure what your goal really is), user experience alone will not prepare you for a career in consulting.  However, people who are properly motivated can learn 'consulting-type' subject matter, through self teaching; through courses, and through interacting with local subject matter experts.  This ongoing educational process can take place at the same time one is holding down a 'day job' as a user.  Many companies also will financially support career-based education.

 

Best Regards & Good Luck,

DB49

Manual Assignment BAPI_FTR_CREATE

$
0
0

HelloFriends ofSCN,
Iam trying to createfinancial transactions in thesecuritiesmodulethrough theBAPI"BAPI_FTR_CREATE" but when I tryto add amanual mappinglogicsystemdoes not allowmeto.Butwhen looking fornew featuresI reviewedSAPnotesthat thereare enablingnew ways tomakeconsumptionprocedures.
Someonehas managed tomake manualassignments in theBAPI"BAPI_FTR_CREATE" ?.
Itwould be helpfulif they areable to carry outtheseoperations in thisBAPI.
Best regards,
ManuelBarrera

Re: Setting a JSON value in a JavaScript Variable

$
0
0

or

 

var displayName = this.getView().getModel('userapi').getProperty('/displayName');

 

Thanks

-D

Turn off parallel processing for BEx Queries

$
0
0

Hi,

 

I have few queries which are running fine in BW QA System but in Production system throwing to dump.

In QA they are executing in BW QA because the query is not running on parallel processing.

 

How can I turn off parallel processing for a single query and  turn off parallel processing for all the queries.

 

 

Thanks in advance

Turning ALE on and off

$
0
0

Hello All,

 

I am asking this question after considerable searching in the SPRO. 

 

I understand ALE functionality conceptually. I'm encountering it real world

for the first time. I need to turn it off. I know its in the IMG... I can't find it to simply deactivate it.

 

Can anyone tell first, where it's located and additionally, can anyone tell me of any nagative ramifications i may be overlooking if I do turn it off and continue to create (in this case Methods) at the plant level?

 

 

Much Thanks

 

 

 

Verroz


Python if ... else

$
0
0

Hi,

Is it possible to do an if..else statement using Python?

 

This is what I currently have:

 

IF (($G_FileFound = 1) )

BEGIN

$G_Counter = 1;

WHILE (($G_Counter <= $G_NumOfFiles) )

    BEGIN

    

  sql('DS_Datastore', 'INSERT INTO [$G_Schema_Name].[$G_Audit_Table](FILE_SOURCE, FILE_VENDOR, FILE_LOCATION, FILE_NAME,FILE_DATE_TIME,ERROR_FILE_NAME,STAGE_FILE)

                       VALUES ({$G_SOURCE},{$G_VENDOR},{$G_FileLocation},{$G_File_Name},{$G_File_Date},{$G_Failed_Records_File},\'Y\')');

  $G_Counter = ($G_Counter + 1);

      

END

END

 

 

What I want to do is add an ELSE to notify me no files were found:

 

IF (($G_FileFound = 1) )

BEGIN

$G_Counter = 1;

WHILE (($G_Counter <= $G_NumOfFiles) )

    BEGIN

    

  sql('DS_Datastore', 'INSERT INTO [$G_Schema_Name].[$G_Audit_Table](FILE_SOURCE, FILE_VENDOR, FILE_LOCATION, FILE_NAME,FILE_DATE_TIME,ERROR_FILE_NAME,STAGE_FILE)

                       VALUES ({$G_SOURCE},{$G_VENDOR},{$G_FileLocation},{$G_File_Name},{$G_File_Date},{$G_Failed_Records_File},\'Y\')');

  $G_Counter = ($G_Counter + 1);

      

END

END

ELSE

  Print('No File found');

END

 

I can't seem to get the syntax correct.

Has anyone done this before?
TIA

Re: COPA Report painter

$
0
0

Hello MuR,

 

Thanks for answering. I am sending an impression so you can see that Billing Type does not appear in General Data Selection:

 

GeneralData.png

But if you go to KEA0 Tx the Characteristics appears:

 

Kea0.png

Any idea....

 

Thanks in advance

 

Regards

 

Fernando

Re: SAP 3D Visual Enterprise Viewer 64 bit

$
0
0

Hi Rohit

 

SAP 3D VE Viewer is only available as 32 bit.

 

Regards

Paul

Re: consuming RESTFUL in data services 4.2

$
0
0

Can you please try with third party certificate generation tools

 

Www.getacert.com

Other tools are also available

 

Regards

Arun Sasi

Re: ERP ->(soap) HCI ->(soap) C4C Error SOAP

$
0
0

Hi Sharad,

 

Why the service works in other consumer client?, as soapUI.

 

2015-08-23_13-39-05.png

So the ERP client obliges buy a certificate?, ¿ERP client is the load balancer?

¿SAP Webdispatcher is the load balancer?

 

Sorry, I'm beginner in issues certificates

 

2015-08-23_13-50-01.png

 

documentation indicated speaks of "SAP Passport CA":

 

2015-08-23_15-27-14.png

 

we have that certificate loaded:

 

2015-08-23_15-26-05.png

 

 

BR

 

John

Re: Multiple Recipients in Alerts

$
0
0

Hi Arun,

 

If you can't achieve through other way then below:

 

1. Create a new custom table for user emails with plant combination.

2. Implement BADI IF_EX_ALERT_DELIVERY -> Method DECIDE and call your table.  Integrate into code and check the field for plant to determine email id's.

 

I haven't tried but check and let me know.

 

Regards


GGOPII

Re: Does Hana use nested loop Join on two column tables?

$
0
0

Very nicelly and well explained ... Lars thanks.


Re: Does Hana use nested loop Join on two column tables?

$
0
0

Prem,  helpful link .. great thanks.

Re: File Name not passing through Parameter

$
0
0

Hi

 

Can you check if the location of the file in file format editor is local or job server

Check if there are enough permissions on the job server for the file to get processed by data services

Regards

Arun Sasi

Re: Localizacao GTS

$
0
0

Oi Carlos,

 

No momento não há nenhuma previsão concreta da SAP desenvolver uma localização para o GTS.

 

att,

Renan Correa

Re: Python if ... else

$
0
0

Hi Lynne,

 

It's possible to write python code in base_userdefined transform

 

Regards

Arun Sasi

Re: SBO - MRP - Min Max - Not considering open POs due past item lead time

$
0
0

HI,

 

I am using MRP for buy items in SAP Business One.

 

I was under the impression that there is just the one MRP type to use with Business One?

 

Tom

Viewing all 8746 articles
Browse latest View live




Latest Images