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

Re: URL Mashup with authentication

$
0
0

Hi Tommy,

 

We can pass the sap-user and sap-password as a parameters into the mashups configuration for authenticate URL. Once the user click on the URL mashups system automatically pick the user and password from the mashups configuration parameters.

 

If you pop-up for username and password just remove sap-user and sap-password from the list and once the user click on URL mashups login pop-up comes for entering username and password.

 

Regards,

Mithun


Re: Authorization inside Payroll Driver

$
0
0

thanks sven, will check and update accordingly

Formatting dual axis chart with svg

$
0
0

Hello,

 

I have an issue with formatting a dual axis chart.

 

Settings are like below

 

build.PNG

 

Into the CSS-class I have this piece of coding:

 

/* set colors for measures */
.blue .v-column g.v-datashape:nth-child(1) rect.v-datapoint.v-morphable-datapoint {fill: green;} 
.blue .v-column g.v-datashape:nth-child(2) rect.v-datapoint.v-morphable-datapoint {fill: orange;}
/* measure 3 displayed as line */
.blue .v-m-plot g.v-module g.v-datalines path.v-lines.v-morphable-line:nth-child(1) {stroke: yellow;}
.blue .v-m-plot g.v-module g.v-datalines path.v-lines.v-morphable-line:nth-child(2) {stroke: red;}
.blue .v-m-plot g.v-module g.v-markers.v-datashapesgroup path.v-datapoint.v-morphable-datapoint:nth-child(1) {fill: yellow;}
.blue .v-m-plot g.v-module g.v-markers.v-datashapesgroup path.v-datapoint.v-morphable-datapoint:nth-child(2) {fill: red;}
/* adjust colors for measures in the legend to match adjusted colors in the bars/lines */
.blue .v-legend-content g.v-row.ID_0 path {fill: yellow;}
.blue .v-legend-content g.v-row.ID_1 path {fill: violet;}
.blue .v-legend-content g.v-row.ID_2 path {fill: green;}

But the Datapoints of the lines get both the same color.

 

chart.PNG

 

Any ideas what is going wrong?

 

Thank you for help.

 

Kind regards,

 

André

Re: Validation on date of birth

$
0
0

Hi Naveen,

   i written code in "eh_onSave" in overview page impl classs

   Can u pls provide the code for this Condition.

 

Regards

Nagendra.

Re: How do I get the bin allocation of A/P Invoice using Crystal Report

$
0
0

Hi,

 

Please do not post multiple threads for same subject. Close this thread.

 

Thanks.

Re: ISSUE IN CREATING PCR FOR PF NEPAL

$
0
0

If neither WT /190 nor WT 1APF exist in the Input Table, then you can't create a pcr that is called by Function PIT to process these WTs.

 

If these 2 WTs have already been transfered into the Results Table at that point in the schema, then you should try calling your pcr with Function PRT.

Re: FIORI Launchpad

Re: Displaying two event handlers on a same line in Web Interface

$
0
0

Perrine,

 

The solution to your challenge is not to do as you suggested. That technique is not supported and not desired. What you would need to do is handle it earlier in the process by creating another EH Type for your "Consolidated FU" where you keep the unique fields for import and export. All events would go to this EH (based on the tracking ID) but the events pertaining to the Import FU will only go to that FU in order to maintain that EH integrity. Build your Web UI around the Consolidated FU....


Re: portal sessions sharing error

Re: Add Image dynamically from a Webdynpro SCREEN

$
0
0

Ooops...

 

I am in the wrong place. My need concerns Webdynpro for ABAP.

 

Sorry.

Rachid.

Re: My Timesheet Fiori App shows no time entry

$
0
0

Hi Bharani,

Please check what Arijit is mentioning. If you have data that is visible in CAT2 and you cannot see that data in Fiori Timesheet then 90% is because of system connection settings.

One quick way to check this is by putting an external breakpoint for the fiori user in the method SRA002_TS_WORKCALENDAR_GET Line 62

FM.jpg

In the debugger check the value of the variable - SY-UNAME. It should be the logged in fiori user if not then this means that's the RFC connection settings is not correct.

Note: When setting an external session breakpoint it should be for the fiori user, you can do this via Utilities > Settings

FM2.jpg

To fix this:

1. in your gateway system go to transaction SM59

2. Navigate to the RFC connection (ABAP connections) which points to your ERP/ECC system.

3. Set the flag Current User and Trust Relationship as Yes

. FM3.jpg

 

If you are still facing the issue:

1. Check if CVR parameter is set in User Profile of the Fiori user.

2. Check if pernr is attached (InfoType 0105 SubType 0001)

3. Do you get an error popup on the first screen as soon as you launch the application? If so, what is the error.

 

If you are still facing the issue please reply, we will see what we can do.

 

Best regards,

Sagar

Re: Email Integration Scenario - Issue with email body content

$
0
0

Azhar,

 

We cann't influence the behavior of Gmail, Hotmail. But have to get HTML as main payload, so we have to swap payload (not always, in some cases based on a condition). Please try below Java mapping. In Operational Mapping set "Read Attachments".

 

package javaapplication1;
import java.io.*;
import com.sap.aii.mapping.api.*;
import java.util.Collection;
public class NewClass6 extends AbstractTransformation {    @Override    public void transform(TransformationInput transformationInput, TransformationOutput transformationOutput) throws StreamTransformationException {        try {            InputStream inputstream = transformationInput.getInputPayload().getInputStream();            OutputStream outputstream = transformationOutput.getOutputPayload().getOutputStream();            byte[] b = new byte[inputstream.available()];            inputstream.read(b);            //Loop over attachments and if attachment name starts with 'payload-' swap it with main payload. Edit below logic as needed.            Collection<String> listAtt = transformationInput.getInputAttachments().getAllContentIds(true);            for (String att : listAtt) {                if (att.startsWith("payload-")) {                    b = transformationInput.getInputAttachments().getAttachment(att).getContent();                }            }                        outputstream.write(b);        } catch (Exception exception) {            getTrace().addDebugMessage(exception.getMessage());            throw new StreamTransformationException(exception.toString());        }    }
}

Re: Corrupt ZIP File in Software Download Center (MDM 7.1 Installation Master)

$
0
0

Hi Matt,

 

Thanks for sharing this.  I am testing it out now, but wonder if you have logged a ticket with the software download team on the SAP Support Portal?

 

If so, please DM me the incident number.

 

Cheers,

Kristen

[WDA]: Add Image dynamically from a Webdynpro SCREEN

$
0
0

Hi Experts,

 

I have this screen with this default image:

 

screenshot1.jpg

 

I would like to know, how to Upload (from the desktop) and Display an image when clicking on "ADD PHOTO" button?

 

Have you code a part of code?

 

Thank you very much.

Rachid.

Re: Vertical Markers on Area Charts

$
0
0

Hi Corey,

My bad, was amidst something, missed the complete thread.

And yah, you are correct even i dont see any such feature in v14 for area chart. Will anyways try to check if some work arounds are available and get back to you.

 

Would also like to wait for other experts view on this.

 

Thanks,

Swaroop


Re: Staging and consumption for manufacturing order

$
0
0

Hello guys,

 

thank you very much for the responce and help. But what I'm really surprised about is that as long the stock type of materials in PMA does not match with the stock type of materials in PSA (F2 -availability group 001 vs P2 - availability group - 003 )....the consumption booking is not possible.

 

Have anyone tried to book the consumption from PSA, when the stock types of materials in PMA and in PSA are different? Is it possible at all?

 

BR

 

Denis

 

PS. maybe it is important, but I'm using EWM 9.2

Re: Document Distrubution Distribution Point

$
0
0

Hi ,

 

I have further checked this program.

 

  Notes ( 167739 & 1772943 )  are missing on our System.

 

We have implemented these Notes .

 

  Now I do not see this error any more.


  I would like to close this Thread

 

Thanking you,

 

 

Regards,

  Satya

Issue in Mileage Details for ESS Screen

$
0
0

Hi Friends

 

I'm facing an Issue in ESS Screen where user is unable to enter "Start & End Locations". Since they have been grayed out.

Assuming Departure & Arrival options are cause for that. Now here's the actual Issue.

 

T&E1.jpg

When I click on ADD Button system displays a pop-up screen where it shows Trip country & Trip city details. Unfortunately Trip Country doesn't display any values. This is the only place where i dont get Trip Country details.

T&E2.jpg

Below are the things which i configured.

 

Trip Country:

 

T&E6.jpg

V_T706F:

T&E3.jpg

Expert View:

T&E4.jpg

Schema & Field Control:

 

T&E5.jpg

Is there any place where we need to configure? or make any settings enabled?

Appreciate your useful Inputs.

 

System:

ECC: EHP7

EP: 7.3

 

Note: I've no issues with R/3 & it's working as aniticipated.

 

Cheers

Pradyp

Re: SAP Fiori App : Report Quality Issue

$
0
0

I tried to follow below thread but it does not mention any solution.

Re: SAP Cloud SDK : Make Display mode when open Embed Component in Account TI screen

$
0
0

Hi Mithun,

 

Do you have the alternative key field which gets the inport Account ID value as visible on the screen. If yes can you make it hidden and see what happens?

 

 

Thanks and Regards,

Sumeet Narang

Viewing all 8851 articles
Browse latest View live


Latest Images