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

Re: Input Form disappears-

$
0
0

Hi Nick,

 

What do you mean by "disappears"??? Become hidden, deleted or what?

 

Vadim


Re: SAPUI5 Mobile - Create Forms

$
0
0

Hi Kimmo,

 

In a SimpleForm you need to put an Input behind a Label. You can read more about that in SimpleForm - SAPUI5 Demo Kit

 

If you want to disable a Input using a Button try this:

 

var label = new sap.m.Label({ text : "My label" });
var input = new sap.m.Input({ id: "inputControl" });
var button = new sap.m.Button({                              text: "Disable input",                              press: function(){ // Create a function as a method of controller                                             sap.ui.getCore().byId('inputControl').setEnabled(false);                                        }                        })
var simpleForm = new sap.ui.layout.form.SimpleForm({                                                   content: [label, input, button]                                       })

Re: What will be the best way to Archive the Tables: APQD, ARFSSDARA, BCST_SR and SNAP so that the archived data can be retrieved easily and conveniently using SAP GUI?

Re: HANA BW free trial - no BO Launch Pad - CMC Only

$
0
0

Hi Ingo,

 

I finally managed to get BI BO 4.1 up running. It seems that after I log on to the Remote Desktop; both the BW and HANA instance weren't green in the SAP Management Console but went green after a couple of minutes - so maybe it was my impatience but it does work now.

 

Thanks a lot for being so responsive to my requests.

 

Cheers,

 

Mogens

Re: Trying to extend fiori app - can't get a list of available systems

$
0
0

Good news.

 

I found a very helpful set of videos here: Setting up River RDE with On-Premise System

 

They are created by Krishna Kishor Kammaje and it included a pair of destinations that were left out of the original instructions. The first one, named SID-ADT included a URL of http://hostname:8080/sap/bc/adt and an RDEUsage of dev_abap. The RDEUsage setting was already inluded in an existing destination, so I don't think that's the attribute that the RDE uses to include systems in its list.

 

well, its not the only attribute.

 

So now my system is showing up in the list, but I can't get it to authenticate my user. I've tried setting the "authentication" setting to "BasicAuthentication" and "NoAuthentication" on the SID-ADT destination but I keep getting the same result. When I select the SID-ADT option from the dropdown list it keeps returning the following message: "Authorization Error. Unable to access this system."

 

I have reviewed the system logs, developer logs and ICM logs on my gateway server but its not generating error messages there.  I have confirmed that the user ID & password are correct.

 

Any thoughts?

 

Thanks.

HANA logs

$
0
0

hi all, i am trying to understand what the following naming convention means in an HANA log (2_0_9504480896_9504514880.1411655163142)

 

    log_backup_2_0_9504480896_9504514880.1411655163142

    log_backup_0_0_0_0.1411655163169

    log_backup_1_0_49718592_49719744.1411655345573

    log_backup_0_0_0_0.1411655345585

    log_backup_4_0_5140864_5141696.1411656036420

    log_backup_0_0_0_0.1411656036437

    log_backup_3_0_2245360640_2245488896.1411656063236

    log_backup_2_0_9504514880_9504541888.1411656063177

 

also after a sucessfull backup how can we determine which logs would be needed for a point in time recovery .

 

Thank you

Jonu Joy

Re: Multiple Transportation Planning point and Shipment Creation

$
0
0

Hi Ravi

 

Can you please elaborate more in detail what problem actually  you are facing @ the time of shipment creation.

Re: can you please tell me how reslove the below mapping isssue?

$
0
0

HI Narendran,

 

Kindly share detailed input and expected output data.

 

Thanks,

Binod


Change dynamically iview portal title from ABAP WD

$
0
0

Dear Member,

There is way to change dynamically portal iview title from ABAP Wedbynpro application ?
The title is provided from portal PCD title iview and I would like to change it dynamically from abap webdynpro.

 

I already tried this method in WD ModifyView : wd_this->wd_get_api( )->get_application->set_window_title(' test').

 

Thanks a lot,

Best regards,

Re: ABUMN

$
0
0

Hi Preeti,

 

you have to reverse acquisition on the first asset and then post the full value to the new asset. Otherwise the depreciation will not be corrected.

 

kr

Guido

Re: datawindow update error number 20001

$
0
0

Yes, it only uses the first 3 chars, so the following will do:

 

SQLCA.dbms = "TRACE SYC"

 

Ben

Re: Deleting the Data Manager Log files in BPC 7.5

$
0
0

You're right, but an upgrade is not always an option at least for us

Re: Gaps in forecast calculation

$
0
0

Hi Heinz,

 

Just another idea. Are you working with Lifecycle Planning? If yes and you have defined weights for some SKUs you can have the surprise to have gaps in your periods. Also check your profiles like modeling and phase in/out. If you have zero in the two periods of 2015 this is the cause.

 

Thanks Marius 

Start Event inactive

$
0
0

Hi Experts

 

We have the below issue, any hints please.

One workflow template start event is inactive in prod system.

How can we track when and how it is deactivated ; any clue we can get from nonprod systems?

Any table that helps ...

 

thanks,

Ali

sap bom error: numerical entry is not supported for external item ids

$
0
0

Hello,

 

    When I create a BOM, I give 00000001 as external item id, then I'm getting this error "numerical entry is not supported for external item ids".

My understanding is that we can enter only Alphanumeric values for external id.

 

Is there any customization settings to enter numerical external id? Thanks!!

 

 

 

Regards,

Saravana


Re: how to implement no dim feature in WEBI report

$
0
0

Hello madhu,

 

 

From Database, Can't you pull currency field to universe and use? Also measure amount without currency unit? Report level formula will give additional overhead.

 

 

Please find below screenshots for your requirement.

 

Get the first position of Amount using left() formula. Check if its a number or character by isnull(). and write if formula referring to that variable like below screenshot.

 

 

same way get Currency code also.

I assume that currency code will be always having 3 letters as standard.

 

Its not a good solution. If you have possibility to do it in universe side pulling currency column and measure without unit, thats the best solution.

 

Regards,

Nikhil Joy

Re: Condition Based Notification

$
0
0

Sushant,

FS is redundant for me. I never prepare FS because I'm the Functional person. Code I'm afraid I can not share. But it is a simple one having the logic, when the reading crosses the upper range value or below the lower range value, BDC program to create Notification starts having the equipment of the Mpt and having the long text shown in the picture. For you you need to take help of an ABAPer. I do not keep even FS format.

how to download 2 adobe forms in a single pdf

$
0
0

Hi,

I need to download 2 adobe form in a single pdf file. I used the concept as in FP_CHECK_BATCH_PDF_RETURN.

 

In that  I m passing outputparams for FP_JOB_OPEN

  fp_outputparams-nodialog   = abap_true.

  fp_outputparams-getpdf     = 'X'.

  fp_outputparams-assemble = abap_true.

  fp_outputparams-preview   = abap_false.

 

 

But this results an error message "Call contained errors : ASSEMBLE ( FP_JOB_OPEN).

 

Kindly check this error and provide me the solution to overcome this error.

 

 

Kindly provide if there is some other alternative to download 2 adobe forms in a single pdf file.

 

Thanks in advance,

Kiruthika P

email : DELETED


 

Message was edited by: Florian Henninger Do not post private information

Re: Hide a field in a crosstab

$
0
0

I tried it, and I get an error "A number is required here"  (at the 00:00:00) part.

 

I have other another formula in the Display String, as well, to convert from seconds.  So here is my current code:

 

numbervar ts:= currentfieldvalue;
numbervar hs;
numbervar ms;
numbervar ss;


hs:= truncate((remainder(ts,86400))/3600);
ms:= truncate((remainder(ts,3600))/60);
ss:= truncate(remainder(ts,60));
stringvar display:= totext(hs,'00') + ":" + totext(ms,'00') + ":" + totext(ss,'00');


display;

if currentfieldvalue = time('00:00:00')

then ''

else totext(currentfieldvalue)

How to generate a transport when using SAP Hana SLT

$
0
0

Experts:

We use SLT to replicate data from SAP source to a BW DEV on Hana.

For security reasons, we do not want to use above way for BW QA/PRD on Hana.

 

I wonder is there a way to automatically generate a transport at the BW DEV after each

replication is done, so that we can import this transport into QA/PRD?

 

I did some research but find no answer.

 

Thanks!

Viewing all 8746 articles
Browse latest View live




Latest Images