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

Re: Hi All


Re: Superuser Log Notification for Forward and Return Event

$
0
0

Hi Mamoon,


It is using Template ID 'GRAC_LOGRPT_WORK_ITEM'


Retrieved rule result: Template ID 'GRAC_LOGRPT_WORK_ITEM', Variable 'APPROVED_BY', value ''

 

How to make use the below custom Template Id's

 

ZGRAC_LOGRPT_FORWARD

ZGRAC_LOGRPT_RETURN


Regards,

Venkat

Re: SAP Portal Language Change on Same Page

$
0
0

Hi Samuli,

 

Thank you so much for the prompt response.

 

Can you please elaborate on this.

 

Like how to do and it will be very help full if any code which can help me in getting this done?

 

Mean while I will also give a try to explore on this from my side and update you if I could do something.

 

Thanks and Regards,

Visweswara Rao A.

Re: FCHR

$
0
0

Hi Nitin,

 

Thank you for your feedback.

 

I do have a FI substitution set up at line item level (call-point 2) in OBBH:

 

Prerequisite: Company code = 1 and Document type = SA and (G/L account = bank account and G/L account = check clearing account)

 

Substitution: Text -> Constant -> Automated Check Clearing

 

I tested FCHR and the FI document is still created with line item text "blank". What is missing? Please advise.

 

Thank you in advance,

Inna

Re: Special characters in Input file

$
0
0

Hello,

In file sender adapter, select file type as text and set ur required encoding and then check?

 

Thanks

Amit Srivastava

Working day formula that excludes weekends and holidays in WEBI

$
0
0

Hi Guys,

 

Can we calculate a working day formula that excludes weekends and holidays in WEBI OR in Universe?


The universe I am working on is using stored procedures, so there are no joins or modelling done. Although there is a workday stored proc  that I can bring in the universe.


I am just thinking if there is no modelling or joins done in the universe how will this help me in webi?


Your suggestions will be very helpful.


Thanks,

Jitan

SAPUI5: Hiding a via setVisibility not working

$
0
0

I have an xml view with a sap.m.List that holds some sap.m.InputListItems:

 

<List id="listJobParams">  


  <headerToolbar> ... </headerToolbar>


  <InputListItem label="Partition" id="listItemPartition" visible="false">

    <Select id="partition" selectedKey="{/partition}" />

  </InputListItem>


  ...

</List>

 

 

Based on certain conditions, I want to either hide the the entire List or only certain InputListItems, using the setVisibility(true|false) method.

Hiding/showing input list items based on a condition works fine, but hiding/showing the entire list does not work.

 

 

The problem: once the list has been hidden via this.byId("listJobParams").setVisibility(false), it is not possible to show the list again using this.byId("listJobParams").setVisibility(true);

There is no error in the js console, but also the list does not show up. So I wonder why the InputListItem behave differently than the List.

 

 

Controller code (called from within onInit() method):

 

_refreshJobDetailInput : function (channelId, eventId, data) {

  // hiding/showing input list item

  this.byId("listItemPartition").setVisible(data.jobType=='singlePartitionIndexingJob');

   

  // hiding/showing the entire list DOES NOT WORK; once hidden, it will never appear again, even though the condition is true (and logs as true in the console)

  this.byId("listJobParams").setVisible(data.jobType=='singlePartitionIndexingJob');

},


The method is available and documented for `sap.m.list`'s parent class (https://openui5.hana.ondemand.com/docs/api/symbols/sap.m.ListBase.html#setVisible)

Re: How to over write VBBE data when Delivery is created if at the time of SO creation stock blocking is there

$
0
0

Hi Tanmoy,

 

This should happen automatically. The VBBE entry should reflect the quantity of the delivery requirement. Is it possible for you to post screenshots illustrating exactly what is happening on your system?


Multiple sections in detail

$
0
0

Hi,

 

It's the details that kill me sometimes...

 

I have a report with 5 groupings.

 

I have a detail line that contains values Da1 and Da2.  Da1 need to be summed (conditionally) at group 5; Da2 needs to be summed (conditionally) at group 4.

 

I have a two formulas on Detail Section C, one sets varGrp5 := Da1, and the other sets varGrp6 := Da2.

 

The summed field in Group5 displays 7.86 down through the entire report.  I don't know where it's getting this value from.

 

I've tried adding formulas on Detail Section A in hopes of resetting varGrp5 and varGrp6 to 0.

 

Should this be valid?  I'm extremely burnt out from this report and somehow I'm not wrapping my brain around this

Re: Error: Server USWVLIMS not found or server may be down (FWM 01003) null

$
0
0


Did you make any changes to the environment or password?

Re: FTPS Reciever Channel: Connection Time Out

$
0
0

Is there any documentation for certificate installation for the Basis team to follow?


Re: System Preparation - SLD Setup

$
0
0

Hello Oscar,

Have you check if users aren't locked ? Could you sucesfully login to system using SLDDSUSER and SLDAPIUSER ?

 

BR,

K.

Re: SAP FICO for Aerospace & Defence

Re: Its Friday  :-)

Re: How to catch BCD_OVERFLOW error when passing value to formal parameter?

$
0
0

Hi Michal,

 

I have no idea how to catch them also, I already had looked into it and I don't think it's possible.

However you can define parameters i_op1 and i_op2 as "TYPE DATA" and proceed with validations inside the method.

 

Hope it's useful,

Edgar


screen icons missing in SM37 & STMS after system copy heterogeneous

$
0
0

we have performed offline export and import from source and target having different OS.

 

Source : Sun solaris  : 5.10 Generic_144488-08 sun4u sparc

Target   :Linux : x86_64 GNU/Linux

 

Database being : oracle 11.2.0.3 and SAP Netweaver 7.31 ABAP

 

in Target system , the SM37 and STMS screen icons are missing

 

where to start digging on this

 

Please respond if you have any idea on this

 

screens attached

 

Regards

Re: LIS / SIS Table Updates Incorrect

$
0
0

Edgar,

 

Thanks for your reply!  To confirm... what I expected to see (customer/material/ key Req Del Date):

 

cust 1234 / material abcd        05/02/2014

cust 5678 / material efgh         05/01/2014

 

Instead, I have:

 

cust 1234 / material  abcd       01/01/2014

cust 1234 / material  abcd       03/15/2014

cust 1234 / material  abcd       05/02/2014

cust 5678 / material  efgh        02/10/2012

cust 5678 / material  efgh        05/01/2014

 

If you agree that the first set of results is what I should have with "B" update type,  what could be causing me to get the second set of results?

Re: UI DESIGN FOR SMP 2.3

$
0
0

Can you please let me know what is the requirement ?

Re: Rows in view display is less than rows in records

$
0
0

Hi,

 

Looking at your formula content, the upper date bound is not considering the records on the upper bound date (because of < instead of <=). Check whether the 2 missing records fall in the upper bound date range.

 

Thanks,

Raghavendra

Re: Error at Report Document :System.UnauthorizedAccessException

$
0
0

Hi,

 

Check whether contents in below links helps you to resolve the issue.

 

 

Link1

 

Link2

 

 

Thanks,

Raghavendra

Viewing all 8746 articles
Browse latest View live




Latest Images