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

Re: Create dynamic controls from JSON Response


Re: Drowdownlistbox (sap.m.select) inside a column of a table (sap.m.table)

$
0
0

I hope that I have answered your question(s).

 

Thanks

-D

Re: SAPUI5 oModel.getJSON() isn't working when I use a JSON file as origin

$
0
0

Hi Mauricio

 

did you try oModel.getData()?

 

thanks

-D

Re: setValueState(sap.ui.core.ValueState.Error) for sap.m.RadioButton and sap.m.Select

$
0
0

H Sunita

 

If you preset the Gender Radio button to Male/Female when the form appears and the sap.m.Select will default select that first value, you will not run into situation that you need to handle validation (no value) on these controls.

 

Just my 2 cents

-D

File based event not working

$
0
0

Hi,

 

In our project, SAP business objects 4.1 is installed in windows 2008 server. When a file based event is created in the installed server and if the reports are scheduled based on the file based event. Its working

 

When the file based event is created based on a file in another windows server within our same company network,scheduled report is not able recognise the file and its not triggering the report. Kindly let me know if other windows server needs to be mentioned anywhere in the services for the scheduling to recognise the file based event. Kindly assist

 

Thanks,

Karthik

SNP bucket resource

$
0
0

hi

 

would you please explain "SNP bucket resource"  "PPDS bucket resource"  my insight over it is that time period defined for a resource where SNP planning can be carried out ??  am i rite

Re: Delivery cost to stock account

How to pass a multiline value to event container

$
0
0

Hello Gurus,

 

I am using FM sap_wapi_create_event to trigger an event to start a workflow. In my event I have purchase order multiline element, how can i populate it?

 

I have all the purchase orders in a table so the last code i wrote was (i have not been able to test it because i am not being able to connect to the client server at the moment).

 

LOOP AT it_pos

INTO wa_pos.

 

     wa_container-element = 'PurchaseOrders'.

     wa_container-value     = 'wa_pos-order.

     Append wa_container TO it_container.

 

ENDLOOP

 

I was going to use swc_set_table instruction but i can not include it in a BADI, if this is the way to go i will create a FM to do this.

 

Please your input

 

 

Regards,

 

Gustavo Yong Morales


Re: Insert the Reference number in a posted journal entry without having to reverse the entry and re-entering it?

$
0
0

Hi thanks for your quick reply,

 

my reference field is grayed out....

 

Reference.PNG

Re: In IE 11 copy and paste not working for CRM 7.1

$
0
0

Hi Prathusha,

Go to IE Tools-->Compatibility View Setting

Add your CRM URL there in "Add this website" And check.

 

Regards,

Gaurav P.

 

Re: Best method to use LAG - A window function in Scripted calculation View.

$
0
0

Hi Kumar,

 

Here's my recommendation. As always there's likely quite a few solutions. But here's where I'd start.

 

First, a question - you describe dates i.e. June 1, June 2 - but in your SQL I see TRADE_ID. I'm going to assume TRADE_ID is date-related, some kind of chronological indicator, of type INTEGER.

 

1) Create a new "generated column" (persisted calculated field) as follows:

ALTER TABLE "WORKSHOP"."CP_TRADE_TRNSCT_NEW" ADD ("TRADE_ID_NEXT" INTEGER GENERATED ALWAYS AS "TRADE_ID" + 1);


2) Self join the table to itself, on all required key fields, plus T1.TRADE_ID = T2.TRADE_ID_NEXT


3) Do the calculation subtracting amounts.


All of the above can be done graphically very easily - except the generated column of course, you have to execute that command (and make sure it's somehow maintained in case table gets dropped for some reason).


Details on generated columns (scroll down a bit, also do a google search for more related topics) - ALTER TABLE - SAP HANA SQL and System Views Reference - SAP Library

 

Also, as noted above - window functions execute in row store, hence the slower performance.

 

Cheers,

Jody

Re: Refresh specific data within a design studio application?

SAP Design Studio 1.3 Chart Tooltip Format Broken?

$
0
0

Design Studio 1.3 now offers the ability to format the X axis, Y axis, DataLabel, and Tooltip for a chart. 

 

All of the items listed above honor formatting in the chart,except the Tooltip

 

The screenshot below will show you a DataLabel formatted as percent using this formula: "0.00%"

Format.PNG

 

Format1.PNG

 

 

 

Now I'm going to apply the exact same format formula ("0.00%") to the Tooltip, and it will not work correctly.

Format2.PNG

Format3.PNG

 

As you can see, it will not honor the formatting in the Tooltip.  I have tried to using the built in formatting like: "#,##0", "#,##0.00", and "$#,##0".

 

The built-in formulas do not work for the Tooltip either.

 

Does anybody have any ideas how to get the Tooltip to format?

Re: Data not rolling up to Parent Level

$
0
0

IT"S A YTD CUBE!!!!

 

INC and EXP - are also YTD!

Q1=MAR

 

If you select PERIODIC measure for YTD cube, the result will be:

 

10 5 15 30

 

You enter data in YTD cube as YTD values: FEB 15 is YTD FEB, FEB periodic will be 5

 

Is it clear?

Re: BW error after ERP client copy

$
0
0

Hi Jorge,

 

Logical system name can be an issue as PRD and QAS will have different logical system names within table entries as well.

 

GUIDs also create problems in data transfer post copy. So when you copy ECC client BW client should also be copied to avoid issue with GUID

 

Regards,

Deepak Kori


Re: Error: No switch to HTTPS occurred, so it is not secure to send a password

$
0
0

Hello

 

Hello

There are 2 seperate warning messages:


a. SSO between Solman Java and Solman ABAP systems is not working.
b. Switch to HTTPS not occurred.

 

2nd issue can be ignored as it will be addressed automatically after correcting SSO issue.

 

1. To confirm if SSO between Solman Java and Solman ABAP systems is not working, Please refer sap kba 1903560: How to check if Single Sign-On (SSO) between AS Java and AS ABAP system is configuration.

 

2. If SSO is not working we need to capture traces to findout missing configuration. Please refer sap kba 1769367: Issuer of SSO ticket is not authorized . It will assist you in checking basic SSO configuration between ABAP and Java systems. For traces, please refer step 4 of the said sap kba.

 

Cheers,

Tapan

Re: RE-FX - Business Function EA-FIN - BC Sets

$
0
0

thanks for the hint, we also activated EA-FIN in DEV and it was not active in TBE11 in the QAS - after executing report SFW_CHECK_EA_SWITCHES (mentioned in the note 1561940) all was fine.

PO release strategy - Can creator of a PO, be an approver?

$
0
0

Hello All,

 

 

I have a following example:

 

User1 is a buyer who can create PO's

User2 is a buyer as well as 1st Level Approver/

User3 is a final approver of the PO's

 

 

Assumptions:

Stand. PO Type

PO value under $100 can be approved by User2

PO value above $100 should be approved by user2 as a Pre-requisite and Final Approval can be done by User3.

Release Strategy is at PO Header Level

 

 

Question1:If user2 creates a PO under $100, then user 2 Cannot approve his own PO and must trigger a Final Approval (next level release) by User3. Can this be achieved.

 

Question2:On Rejecting a PO, where to put some text for Rejection?

 

 

Thanks

open dataset in binary mode-data missing in pdf file

$
0
0

Hi,

 

I am downloading a pdf file to the appl server using the below code.

 

open dataset filename for output in binary mode.

 

OPEN DATASET file_name FOR OUTPUT IN BINARY MODE.
     LOOP AT lines INTO ls_lines.
       TRANSFER ls_lines TO file_name.
     ENDLOOP.
     CLOSE DATASET file_name.
     MESSAGE 'File has been Transfered' TYPE 'S'.

pdf file is downloading to the appl server.

 

I am reading the file using CG3Y transaction, an found that some tax values are missing.

 

please advice on how to fix this issue ASAP.

Re: No entry in table $ for key $ at $ T511K    40DELIM                ##ఀ 29.0

$
0
0

Hi,

 

Has this issue got resolved?

 

Regards,

Vivek

Viewing all 8667 articles
Browse latest View live




Latest Images