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

Re: Problem in Insert row for a table by using a UI button in Web Dynpro ABAP

$
0
0

Hi Jay,

 

Yes, understood your requirement.

 

Let us say you have columns a, b, c, d, e, f.  and now you wish to make c, d columns as read only for old records but these should be editable for a new line.

 

Go to VIEW LAYOUT, choose the cell editor ( input field/etc ) of column c and bind the property "READONLY" to the attribute CELL_READ

Similarly do for the other column D as well.

 

Now, you have setup the READ only property of columns which will be decided by the value of CELL_READ.

 

" To make columns C, D as read only for the existing records

Hope you are getting data and binding it to context node .. usually in WDDONIT( ) method of your view.

 

data lt_data ....  " this is your internal table

 

field-symbols: <fs_data> like line of lt_data.

 

..... here you got data from data base

 

.... loop over table and set CELL_READ to TRUE

 

loop at lt_data assigning <fs_data>.

<fs_data>-CELL_READ = abap_true.  " Setting TRUE for read only mode.

endloop.

 

.... .bind this data to context node

 

lo_node->bind_table( lt_data ).

 

 

.... So whenever you need to make cells as read only... then pass cell_read = ABAP_TRUE and bind it back to context.

 

Hope this helps you.

 

Regards,

Rama


No suitable SAP HANA system configured in Administration Console

$
0
0

Hi All,

 

 

I have been trying to attach my HANA system to BW on HANA system to create CompositeProviers and such. However, even if  my HANA system is logged on and running fine in HANA Studio, when I try to attach it to BW system I am getting "No suitable SAP HANA system configured in Administration Console" error message.

 

 

01.png

 

02.png

 

 

I am also following the link below to attach a system.

 

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0c5d872-fb76-3110-f288-bf714be4a406?QuickLink=index&…

 

 

Has anyone have idea why I am getting this error? Or what else sould I do no to receive this error?

 

 

Thanks a lot.

Re: ITS iView Rendering Issue on the Portal

$
0
0

Hi Oisin, would you rather get my reply here or in the SAP marketplace? Thanks.

Re: SAP NetWeaver Gateway Service Send import parameter RFC function

$
0
0

Hi,

 

This is very basic of ABAP.

In every FM there are 3 main tabs: Import, Export and Table. Here these are defined in reference to the FM i.e. for Import, FM can take these values as input parameter (import). Export means that FM can output these parameters(export) and table means that these can work as i/p as well as o/p.

When you write code in ABAP to call a FM, the terms import, export and tables are defined in reference to the ABAP code. So in ABAP code, export means that our ABAP code is exporting these values to the FM(remember in FM these are import parameters). The same goes for term Import in calling code, this means that FM is giving these as o/p and we are importing these parameters in our code. Table remains the same.

 

So in your code, you are only exporting the values to the FM that means you are able to pass the values to the FM now if you need to take o/p values from FM, you need to import from the FM.

 

Regards,

Ekansh

Input parameters missing from imported function module in DS 4.2

$
0
0

Hi All,

 

we're having an issue while importing Function module from ECC. input parameters are missing in imported metadata but they are importing as table in that FM. SAP note 1858006 says same thing for 4.1 but we already have predefined function modules in ECC. did anyone face this issue ? please advice

 

 

Thanks

SAP HANA XS Engine OData - get M_SYSTEM_OVERVIEW

$
0
0

Hey Guys,

 

I want to create a OData or JSON "Monitoring Service" (Using the internal Views in SCHEMA "SYS"). I created a User with all possible Authorizations...

 

My hello.xsodata looks like this:

 

service {

"SYS::M_SYSTEM_OVERVIEW";

}

 

But I get some activation errors:

 

Description Resource Path Location Type

[40136] Unknown object name "SYS::M_SYSTEM_OVERVIEW". test.xsodata


and

 

TestOData:systemview.hdbschema Schema name SYS is not equal to object name systemview. Please delete the object and create a new one that matches the schema name. Do not change the schema name in this object.

 

My systemview.hdbschema looks like that:

 

schema_name="SYS";


Is there anybody out there, help me sing my song ?!

 

 

Thanks and best regards

Daniel

Re: Formatting issue

$
0
0

If "I have tried your suggestion and the formula is still pulling through" then you apply this condition to the incorrect cell or some other condition overwrites the reports cell. In my test the solution works correctly.

 

Please, test everything on a VERY SIMPLE report with only few conditions! And then it will work!

 

Vadim

Event triggers from HANA to sharepoint

$
0
0

Hi All,

Is it possible to create a trigger in HANA that on creation of a new row in a particular table, creates an event that goes to a sharepoint portal  and triggers a mail and a push notification to MS BI mobile users?

 

Please let me know how that would work.

 

Thanks,

Shyam


DI Server cannot connect to HANA Server

$
0
0

Dear Gurus

 

I have a HANA installation with the follows spec:

 

SBO v9.1 PL:05

 

I have a single HANA Linux Certified Server with 2 valid licenses installed on the Linux Server

 

-  HANA db license

- SAP Business One PROF and 4 x DI Server

 

I am trying to install the DI Server on a seperate Windows Server 2012 machine. The Server tools install cannot communicate with the License Server which is installed on the Linux Hana Server.

 

The Control Center logs in OK. The SAP Client and DTW work OK from the Windows Server. The ports arent block

 

I have tried IP Address, host name in caps and lowercase but no luck

 

Any ideas?

 

regards, Sotos Soteriou

 

see screenshot

ADOBE form: Table header is moves up.

$
0
0

Hi,

I am facing different problem.

 

If there is no values for the table then header is printing.

If there is a value then the header is moving up. It's hiding in the previous subform.

 

Thanks with Regards,

Vallamuthu M.

Process in restarting a FRP-run: how to prevent incorrect analytics data

$
0
0

Hi,

 

Today we encountered an issue where stock-data where not transfered to F&R. As a result OrderProposals generated during FRP-run were based on incorrect stock stock-values. As a result also the OrderProposals resulting from the FRP-run were considered incorrect and have been deleted by the business.

 

After stocks were processed correctly to F&R, a new FRP-run was done for the first 4 sequences in /FRE/FRP_MID_BASIC. (Note that we have these first 4 steps executed in the time critical window, and the Analytics step as a separate job directly afterwards).

 

Result is ofcourse new, correct, OrderPropsals but also a second run of the Analytics step on the same planning-day. As a result, in table /FRE/ANA_WEEKLY the STOCK_COUNTER is increased 2 times during one planning-day, which will cause incorrect data at the end of the week regarding average weekly-stock level.

 

It appears, every time the Analytics-step in /FRE/FRP_MID_BASIC is executed on a day, the STOCK_COUNTER field is updated. (this can be reproduced). The result will be incorrect Analytics data if that happens, but on the other hand: not executing the Analytics step a second time during the planning-day will also result in incorrect Analytics data as in that case it would in my situation have contained the stock-data from yesterday(as the initial issue was that current actual stock-data was not sent to F&R)

 

Is this a bug in F&R, or am I missing something? If there is a guide on what steps to execute under what conditions if FRP-run has to be executed again, or how to correct any (incorrect)Analytics data built up during previous runs?

Re: Unable to delete country groupings from GTS system

$
0
0

Vineet,

 

Just to be sure. Are you deleting Control grouping or Country Grouping. The tables that you mentioned are linked to control grouping.

 

Regards

Dhilipan

Not able to access T code /BOBF/CUST_UI

$
0
0

Hi Experts,

Apologies for asking such a silly question at the forum, but did not find any other option to understand, hence posting my query.

 

When tried to execute T code, "/BOBF/CUST_UI, getting message stating that "Function is not possible", where as if I try executing this using SE93 it works.

Request your help in understanding how to execute this t code, are there any roles required or there is a different way in which we execute this t code.

 

Thanks in advance.

Mounesh

Re: Fund Attributes (Marketing Plan/Org)

Re: IDOC from R3 -> their PI -> our PI -> our R3

$
0
0

Hi Hareesh,

 

I have been able to run the Config Wizard to successfully create the necessary objects between My PI system and my ECC system.

 

Thank you also for the link.

 

Do you know how I can go about testing this as I don't have access to the client system therefore I cannot send the IDOC from there?


Re: MB1A single item isuue

$
0
0

Local window screen resolution.  Many times discussed

Re: Usefull life issue,

$
0
0

Hi Sudhir,

 

Is your depreciation key over remaining useful life?

The values area recalculated for all open fiscal years, adjustment for the past years should take place in the current year. Depending on whether or not you have smoothing indicator on, this will be in a lump sum or shared over the remaining periods in the current year.

 

In general, you should check also your depr.key customizing, as these settings also determine how depreciation is calculated, and especially at the end of the useful life.

 

Hope this is helpful.

 

Regards,

Brigitte

J1AI - Reavaliação Depreciação Ano Corrente Menor

$
0
0

Prezados,

 

 

Estou com um problema na execução da transação J1AI. O programa funciona perfeitamente para o cálculo da reavaliação do ano anterior, mas quando a execução começa a calcular também a reavaliação do ano corrente (em Fev/xx começa este cálculo) o valor fica menor. Com isso, verificamos 02 problemas:

  • O valo residual do bem reavaliado ficar maior;

 

  • A despesa de depreciação também fica maior, pois a diferença a menor da reavaliação aumenta a despesa.

 

Já verifiquei a configuração de valor de referência de reavaliação para depreciação, mas mesmo assim não consigo fazer com que o cálculo fique correto,

 

Se alguém já viveu problema parecido e puder me ajudar agradeço,

 

Att,

 

Vinícius Monken.

 

J1AI - Cálculo Excel Correto x Incorreto.JPG

J1AI - Cálculo SAP Incorreto.JPG

J1AI - Cálculo Excel Correto x Incorreto.JPG

Re: ITS iView Rendering Issue on the Portal

$
0
0

Thank you guys for all your help, this is now resolved somehow when we ran the ITS Theme Generator, I think the issue with the 404 file not found was that applying the patch somehow deleted the path to the CSS, and was re-created when we generated it?

 

Here's the screenshot of what we did...

 

4-16-2015 8-09-10 AM.png

 

Thanks again guys, your help has been rewarded...

 

Kind regards,

Ricky

Re: Rounding profile issue in ME57

$
0
0

do you have a rounding profile assigned in the info record, which is used in ME57 ?

did you maintain a unit of measure group in OWD1?

Viewing all 8594 articles
Browse latest View live




Latest Images