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

Re: Intra company STO needs(Price=0)

$
0
0

Hi

 

indian tax authorities

That means they will be more interested in excise values on your proforma invoice.

 

In that case, you can have cost(VPRS) = Base Price and calculate excise on it. Finally, print the same on proforma invoice. But, in the same time, you don't want to charge your other entity. For that your pricing can be

Cost (VPRS)

Add Excise

Add CESS

Add SH CESS

= Prices with excise

Less " 100% " discount

= " 0 " Price

 

For configuration and accounting entries, you can refer following discussion for your understanding:

- http://scn.sap.com/message/14504447#14504447

 

If this doesn't fit into your requirement, then you can elaborate your requirement further.

 

Thanks, JP


Fields 'Device', 'Client' and 'User' in Afaria Admin UI

$
0
0

Hi there

 

I have  a question concerning the Device List in the Afaria Admin UI.

Where do the fields 'Device', 'Client' and 'User' on the Default Device View come from?

 

As you can see in the screens below, we have some iOS devices for which the 'Device' field contains a value, but the 'User' field ist empty and some where the 'Device' field is empty, but the 'User' field is filled out.

 

16-06-2015 15-30-51.png

 

16-06-2015 15-41-10.png

 

What settings and policies influence these fields?

 

Cheers,

Tobias

Re: BAPI reading data from MM03 inverting fields TAXPRICE_2 and COMMPRICE2

$
0
0

Hi Lindomar,

 

I checked my system and it is correct here.. So, wondering if SAP has any notes for it (if the issue in your system is not due to wrong enhancement or config)

 

1.jpg

Regards,

Raju

Re: Upgrate to 15.7 : show_cached_text() function return NULL

$
0
0

Hi Joel,

Glad that the problem is solved :-)

 

Best Regards,

Ankitha

Re: Intra company STO needs(Price=0)

Error while establishing a connection

$
0
0

Hi,

 

I'm trying to establish a connection to a SAP Mobile Documents Server (Cloud Trial Instance) via an native android app. I'm using OpenCMIS for handling the connection. I'm trying basic stuff like the following to just get the available repositories:

 

SessionFactory sessionFactory = SessionFactoryImpl.newInstance();
Map parameters = new HashMap();
parameters.put(SessionParameter.USER, "foo");
parameters.put(SessionParameter.PASSWORD, "bar");
parameters.put(SessionParameter.BROWSER_URL, "https://mdocstrial-foobar.hana.ondemand.com/mcm/json");
parameters.put(SessionParameter.BINDING_TYPE, BindingType.BROWSER.value());
List<Repository> repositories = sessionFactory.getRepositories(parameters);

 

When this code is run, I'm promted a CmisConnectionException:


CmisConnectionException: Cannot access "https://mdocstrial-foobar.hana.ondemand.com/mcm/json": null


As far as I know there is no proxy involved. Is there anything I'm missing out?

 

 

Edit:

 

I just found out, that when the exact same code is executed in an AsyncTask, another exception instead of the first one is thrown:

 

CmisConnectionException: Parsing exception!

 

Any ideas on that?

 

 

Christian

Re: Tcode & Inputs parameter through Spool Number

$
0
0


Hi Amitash,

 

Thanks for your reply. In my system, there are lot of jobs running. Is there any way to find particular job for a spool number.

 

 

Regards

 

Deepak

Re: BEx report designer error RSBOLAP 017 Java communication error

$
0
0

Hi,

 

Web Application Designer 7.x is based on Java as it uses XML code.

You need to have Java stack configured correctly with your BW ABAP stack.

 

If you don't have Java stack , then you will get the Java communications errors and you cannot use WAD 7.x functionalities.

 

There is no way to use WAD 7.x if you don't have Java stack as the code (XML) supports Java stack.

 

The only way is to use WAD 3.x which don't require Java stack.

 

In your Java stack it is mandatory that you have BI Java components available then only WAD 7.x will work correctly.

 

Regards,

Amit

 



TM scenarios

$
0
0

Hi,

We are working on STO scenario whereby for supplying plant we can create deliveries and shipment from FO UI. However is the same process going to work for receiving location as well. Also how is the settlement process be set up for STO scenario

Re: Relapse on SDA/Oracle

$
0
0

John,

 

Can you please let us know how you fixed this issue? We are facing the same during replication

 

TNSClient.cpp(06787) : error when sending request 'dr_getremotereplicationinfo' to hanadd001:37102: host unknown,location=hanadd001:3710

 

Regards,

Avinash

how to send a email notification from scheduled task script?

$
0
0

Hi,

 

i have to send every day an email to all collaborators of selected MA.

i wrote a script which will be started as scheduled task.

 

// ... //

sendMaMail(maLink, emailAddress, userName, msg) {

    logInfo("sending e-mail to " + userName + " / " + emailAddress + " => msg from field: " + msg + ", link: " + maLink);

    sender = session.getAccount();

    mailTypeEnum = new MailTypeEnumType(MailTypeEnumType.ODP_CUSTOM_TEMPLATE1);

    NotificationUtil.sendNotification(emailAddress, sender, mailTypeEnum , params,null,null);

}

 

My problem is that "session.getAccount()" return the current user with his email address.

When the script is running as a scheduled task there is no current user logged in and

"session.getAccount()" return a user with the "sys@mail" email address witch is not valid.

 

Is there any way to send a "system notification" from scheduled task?

 

thanks und sorry for my terrible english

 

Waldemar

Re: Printcontrol issues with IE11

$
0
0

Try disabling the plug-in now... I think that is what I did.

 

I had a look at mine and I do have it disable also, very strange... Previously we only worked if the plug-in was enabled....

 

Don

Messages are going to Cancel State in PI 7.31

$
0
0

Dear Gurus,

 

We have an interface with flow  from 3rd party system to PI 7.31 dual stack to SAP ECC and using SOAP over HTTPs without client authentication mode between 3rd party system and PI. For this flow, currently we are facing an issue that messages triggered by 3rd party system are reaching in PI and some messages are going to cancelled status directly with error mapping generation error and some messages are showing successfully.

 

We compared both Cancelled status messages and successful messages, no change in the structure and manually tested in the test tab of mapping. Executing successfully. Sender Channel level also we are able to see some error messages irrespective of success or cancelled as ''SOAP Fault''.

 

Is this the default behavior of message are directly going to cancelled status in PI for any particular reason..?

Kindly share your thoughts & suggestions.

 

Regards,

Raj.

Re: How to give an ID to a view ?

$
0
0

Hi all

 

i am using a WEB IDE of Kapsel Master Detail  Template so i am not instantiating any view .It directly creates the view  in XML as in Master.view.xml file.

Re: Problem with sending base64 encoded values via Web-Service

$
0
0

I got the Base64 solution running. The abap debugger showed the base64 variable shorter than it was, but now i realised, that all the characters were actually still there. So there was no problem uploading the file. I managed to get the download function (from javascript web page) working as well, where I used atob and blob. I tried the solution with documents up to 10mb and there hasn't been any problem so far.

 

Ekansh - Yes, I tried the more common approach You suggested, with directly sending files with the 'media' type Web-service, but I got lost with coding in the _DPC classes and the base64 solution seemed easier (at that moment ).

 

Thank You for Your help!

 

Greetings,
Mario.


Re: Change Dest Bin while confirming Transfer order WM

$
0
0

Apologies for delays, in replying, I was waiting for ABAP team to know function module

 

Now the issue is we are using RFC to confirm the transfer order using function module L_TO_CONFIRM & but dont see the field LTAP NPLEI in that.

Re: Unable to display the data in fiori app in launchpad

$
0
0

Hi Santhosh,

 

Check your authorizations. If those are correct then check out this thread where someone else had a similar error and it was an issue with their HTTP/HTTPS configuration.

 

http://scn.sap.com/thread/3419987

 

Regards,

Liz / SAP Technology RIG

Re: Unable to display the data in fiori app in launchpad

$
0
0

Hi Raquel,

 

         Thanks for quick response ... I am a beginner  ,so i request you to can you put it across in such way that i would over come this .

 

Thanks

Santhosh

IDT - Relational Connections

$
0
0

Hi,

I'm using IDT from BI 4.1 SP4 Patch 4. Within IDT I have a relational connection to an Oracle database. When I open the connection, click on Edit and then test the connection it says the test was successful. If I then close the edit window the click on the test connection button within the general information window, the test fails.

 

Can anyone tell me why this would happen?

 

Many thanks

 

Stuart.

Getting Dump while activating or changing the transformation

$
0
0

Hello Everyone,

 

Currently I am working on SAP BI 7.4 SP8. I am getting the below dump many times a day while activating or changing the transformation . I looked at

number of threads and SAP Notes but couldn't find any relevant notes or solution for BI 7.4 SP10.

 

Do please let me know if anyone has come across this issue before. Appreciate your help in advance.

 

 

Transformation Error.PNG

 

Transformation Error 2.PNG

 

Regards,

Foram Shah

Viewing all 8746 articles
Browse latest View live




Latest Images