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

Re: MD04 ISSUE ( No alternative unit of measure specified)

$
0
0

Hi

 

I't difficult to say simply looking to the error message. This is a generic error message that can be triggered in several different places.

 

Please follow the steps from the following document, in order to find out exactly where this error is triggered:

 

How to analyze an error message in debug

 

BR

Caetano


Re: Not able to Create the track in NWDS

$
0
0

Hello,

 

I am also facing the same Issue.

 

: HTTP response "Unauthorized" from CMS server.My id has NWDI.Developer as well as NWDI.Administrator.kindly help me in resolving that issue.

 

Regards

Deepa

User Specific Commenting

$
0
0

Hi Gurus',

 

I have a requirement. I need to have the user input boxes in the Dashboard, and according to these inputs by the user , my tabular data should change.

These input boxes are specific to the users. I had tried the same thing in WebI, I could achieve it with the help of the blog below.

Enabling Comments in Web Intelligence Reports using Input Controls

 

But one thing here is , the comment here is not specific to user. Once the other user logs into the same report, he/she can again edit the same comment.

I want it to be if I make a comment in the comment box it should be available to me next time I open it.

 

Hoping it can be done in DS.

I guess the bookmark functionality should be enough for it.

Not very sure though of the what if analysis here. Because here the components are directly linked to the query. I am not sure if the calculation in the front end can be possible.

 

Please suggest a BO tool, to achieve it or a way to achieve it in DS.

 

 


Regards,

Sara

Re: How to stop email notifications to my mail id. Got irritated of this. Please somebody help me out.

$
0
0

Korrapati,

 

i am receiving mails on regular basis, now i received around 10 mails in 3 mins.

Re: Registring the Device with SMP3 using Native SMP3 Plugins.

$
0
0

Hi ,

 

Thanks Jitender and midhun.

 

I have tried the steps in the which you guys given for the reference.

I getting the below error for the post code the below.

 

CODE:

 

        NSString *message =[NSString stringWithFormat:@"<?xml version='1.0' encoding='utf-8'?>\n"

                            "<entry xml:base='http:/192.168.6.5:8080/odata/applications/latest/com.mcustomer/Connections'\n""xmlns='http://www.w3.org/2005/Atom'\n" "xmlns:m='http://schemas.microsoft.com/ado/2007/08/dataservices/metadata'\n"

                            "xmlns:d='http://schemas.microsoft.com/ado/2007/08/dataservices'>\n"

                            "<content type='application/xml'>\n"

                            "<m:properties>\n"

                           

                            "<d:DeviceType>iphone</d:DeviceType>\n"

                           

                            "</m:properties>\n"

                            @"</content> \n"

                            "</entry>\n"];

   

//    <entry xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"

//xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">

   

   

   

        //        @"<service xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:app="http://www.w3.org/2007/app" xml:base="http://192.168.6.5:8080/odata/applications/latest/com.mcustomer//">

        //        <workspace>

        //        <atom:title>Default</atom:title>

        //        <collection href="Endpoints">

        //        <atom:title>Endpoints</atom:title>

        //        </collection>

        //        <collection href="Connections">

        //        <atom:title>Connections</atom:title>

        //        </collection>

        //        </workspace>

        //        </service>

       

        NSLog(@"PostMessage:%@",message);

       

                    NSString *userId=@"smpAdmin";

       

                    NSString *password=@"Welcome1";

   

    NSString * posturl = @"http:/192.168.6.5:8080/odata/applications/latest/com.mcustomer/Connections";

       

        NSURL *url=[NSURL URLWithString:[posturl stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];

       

                    NSString *authStr = [NSString stringWithFormat:@"%@:%@", userId, password];

       

                    NSData *authData = [authStr dataUsingEncoding:NSASCIIStringEncoding];

       

                    NSString *authValue = [NSString stringWithFormat:@"Basic %@", [Base64 encode:authData]];

       

        NSMutableURLRequest *postrequest  = [NSMutableURLRequest requestWithURL:url cachePolicy:NSURLRequestReloadIgnoringLocalCacheData timeoutInterval:30];

       

        [postrequest setHTTPMethod:@"POST"];

       

        [postrequest addValue:@"Basic c21wQWRtaW46V2VsY29tZTAx" forHTTPHeaderField:@"Authorization"];

       

        [postrequest setValue:@"application/xml" forHTTPHeaderField:@"Content-Type"];

       

        [postrequest addValue:@" " forHTTPHeaderField:@"X-SMP-APPCID"];

       

        [postrequest setHTTPBody: [message dataUsingEncoding:NSUTF8StringEncoding]];

       

        postconnectionForXCsrf = [[NSURLConnection alloc] initWithRequest:postrequest delegate:self];

       

        if(postconnectionForXCsrf )

           

        {

           

            webdata = [NSMutableData data];

           

            webdata = [[NSMutableData alloc] init];

           

        }

       

        else

           

        {

            NSLog(@"Authentication Error");

        }

       

 

ERROR:

 

2014-10-01 17:26:30.138 Testsmp3[3440:108841] PostMessage:<?xml version='1.0' encoding='utf-8'?>

<entry xml:base='http:/192.168.6.5:8080/odata/applications/latest/com.mcustomer/Connections'

xmlns='http://www.w3.org/2005/Atom'

xmlns:m='http://schemas.microsoft.com/ado/2007/08/dataservices/metadata'

xmlns:d='http://schemas.microsoft.com/ado/2007/08/dataservices'>

<content type='application/xml'>

<m:properties>

<d:DeviceType>iphone</d:DeviceType>

</m:properties>

</content>

</entry>

2014-10-01 17:26:30.605 Testsmp3[3440:108841] <?xml version="1.0" encoding="utf-8"?><entry xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="http://Local host:8080/odata/applications/latest/com.mcustomer/"><id>http://192.168.6.5:8080/odata/applications/latest/com.mcustomer/Connections('ae01f193-ecb3-4952-90d4-3817aa76f954')</id><title type="text"></title><updated>2014-10-01T11:56:32Z</updated><author><name></name></author><link rel="edit" title="Connection" href="Connections('ae01f193-ecb3-4952-90d4-3817aa76f954')"></link><category term="applications.Connection" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"></category><content type="application/xml"><m:properties><d:ETag>2014-10-01 17:26:32.0</d:ETag><d:ApplicationConnectionId>ae01f193-ecb3-4952-90d4-3817aa76f954</d:ApplicationConnectionId><d:AndroidGcmPushEnabled m:type="Edm.Boolean">false</d:AndroidGcmPushEnabled><d:AndroidGcmRegistrationId m:null="true"></d:AndroidGcmRegistrationId><d:AndroidGcmSenderId></d:AndroidGcmSenderId><d:ApnsPushEnable m:type="Edm.Boolean">false</d:ApnsPushEnable><d:ApnsDeviceToken m:null="true"></d:ApnsDeviceToken><d:ApplicationVersion>1.0</d:ApplicationVersion><d:BlackberryPushEnabled m:type="Edm.Boolean">false</d:BlackberryPushEnabled><d:BlackberryDevicePin m:null="true"></d:BlackberryDevicePin><d:BlackberryBESListenerPort m:type="Edm.Int32">0</d:BlackberryBESListenerPort><d:BlackberryPushAppID m:null="true"></d:BlackberryPushAppID><d:BlackberryPushBaseURL m:null="true"></d:BlackberryPushBaseURL><d:BlackberryPushListenerPort m:type="Edm.Int32">0</d:BlackberryPushListenerPort><d:BlackberryListenerType m:type="Edm.Int32">0</d:BlackberryListenerType><d:ConnectionLogLevel>NONE</d:ConnectionLogLevel><d:CustomizationBundleId m:null="true"></d:CustomizationBundleId><d:CustomCustom1></d:CustomCustom1><d:CustomCustom2></d:CustomCustom2><d:CustomCustom3></d:CustomCustom3><d:CustomCustom4></d:CustomCustom4><d:DeviceModel m:null="true"></d:DeviceModel><d:DeviceType>iPhone</d:DeviceType><d:DeviceSubType m:null="true"></d:DeviceSubType><d:DevicePhoneNumber m:null="true"></d:DevicePhoneNumber><d:DeviceIMSI m:null="true"></d:DeviceIMSI><d:MpnsChannelURI m:null="true"></d:MpnsChannelURI><d:MpnsPushEnable m:type="Edm.Boolean">false</d:MpnsPushEnable><d:PasswordPolicyEnabled m:type="Edm.Boolean">false</d:PasswordPolicyEnabled><d:PasswordPolicyDefaultPasswordAllowed m:type="Edm.Boolean">false</d:PasswordPolicyDefaultPasswordAllowed><d:PasswordPolicyMinLength m:type="Edm.Int32">8</d:PasswordPolicyMinLength><d:PasswordPolicyDigitRequired m:type="Edm.Boolean">false</d:PasswordPolicyDigitRequired><d:PasswordPolicyUpperRequired m:type="Edm.Boolean">false</d:PasswordPolicyUpperRequired><d:PasswordPolicyLowerRequired m:type="Edm.Boolean">false</d:PasswordPolicyLowerRequired><d:PasswordPolicySpecialRequired m:type="Edm.Boolean">false</d:PasswordPolicySpecialRequired><d:PasswordPolicyExpiresInNDays m:type="Edm.Int32">0</d:PasswordPolicyExpiresInNDays><d:PasswordPolicyMinUniqueChars m:type="Edm.Int32">0</d:PasswordPolicyMinUniqueChars><d:PasswordPolicyLockTimeout m:type="Edm.Int32">0</d:PasswordPolicyLockTimeout><d:PasswordPolicyRetryLimit m:type="Edm.Int32">20</d:PasswordPolicyRetryLimit><d:ProxyApplicationEndpoint>http://serveraddress.213:8000/sap/opu/odata/sap/ZMCUST_SRV</d:ProxyApplicationEndpoint><d:ProxyPushEndpoint>http://user-PC:8080/Notification</d:ProxyPushEndpoint><d:UploadLogs>false</d:UploadLogs><d:WnsChannelURI m:null="true"></d:WnsChannelURI><d:WnsPushEnable m:type="Edm.Boolean">false</d:WnsPushEnable></m:properties></content></entry>

 

Could please help me out what excatly the above error means.And when im running the code it is not coming to - (void)connectionDidFinishLoading:(NSURLConnection *)connection.

 

Thanks.

Re: Technical settings not activated

$
0
0

Thank you Ulrich.


Your solution has solved  my problem.

Re: Require validation for Bp Advance limit

$
0
0

hi  sir

in that filed we mention advance amount and reflected  to total value ...Reffer to attache file test.jpg

Thanks& regards

  AKR

Re: How to remove icon in cl_gui_list_tree

$
0
0

Hi Naveen,

 

Thanks for your reply.Can you please elaborate this.

 

Thanks,

Shabbir


Re: Getting the error on activation of Material Create CR: Using existing change request for material NEW MATERIAL1; check existing data

$
0
0

Hi Satyam

 

Is Change request type is SAP delivered one?Is rule based workflow is used?

Can you paste screen for all three decesion tables as guess may be some issue in NON_AGENT USER decesion table

Re: mssql job to SAP B1

$
0
0

Hi Samira,

 

Javier and Edy are both (almost) right.

 

Directly writing to system fields in system tables is prohibited, because it may void SAP support as Javier mentioned. As Edy said, it would be incredibly risky. And from personal experience I can tell you that it will go wrong, that it will come back and bite you in the *** later.

 

However, you can directly write to User Defined fields in any table, and in User Defined Tables you can also write directly to the system fields Code and Name.

 

Regards,

Johan

Re: Remove bucket modify from users but still allow item create/change

$
0
0

Hello Anantharan;

 

I could fix the issue applying two notes from PPM 5.0 SP11, I'm in SP10.

 

Best regards,

Mariano

Re: SAP MDG | Replication via ALE (IDOC) to multiple Business Systems

$
0
0

Hi Fio

 

I am not sure about check box of Target system in Create Change Request Type  but have you tried below

 

Capture.PNG

CCH Outbound.PNG

May be usful information for you

 

To set up MDG for the distribution of business partner master data from the hub system into client systems with lower CRM, SRM and ERP releases run this activity in Customizing for Master Data Governance under >Master Data Governance for Business Partner> Set up BP-IDoc Types for Distribution to Client Systems.

Re: [SMP 2.3] Is it possible to synchronize only one Mbo?

$
0
0

Or, is it possible to catch the moment when Entity read update the local database?

 

Thanks

Re: [SMP 2.3] Is it possible to synchronize only one Mbo?

$
0
0

Hi Jonathan,

 

You can do that by keeping the MBO in a separate Cache group and sync group. If your sync group is MBO_Names that carries one MBO, you can sync this particular MBO by calling the API synchronize("MBO_Names");

 

Regards, Midhun

SAP Customer Experience Group - CEG

Re: Unpersonalized users

$
0
0

I had an old team leader say to me if I ever become an auditor and have to look in her area she would be taking leave. And she already had pretty tight controls and rules.


Re: Data Preview does not show the data while its there

$
0
0

Hello

 

There are various ways to extact data from ECC using Data Services.  Dropping a table directly onto a dataflow (as you have) uses the RFC mechansim, using a Data Services ABAP dataflow is the 'proper' way to extract from ECC.  You don't write any ABAP, Data Services does it for you.

 

An experienced Data Services developer creating a datflow to read from ECC and write to HANA would use an ABAP dataflow.

 

Michael

Re: Transfer Requirements to MD04

$
0
0

Hi Shashi,

 

Thanks for your reply, As per the OSS Note given by Leo it is clear cut that delivery block will not alone stops the tranfer of requirement to MD04. So, it seems we have go for enhancement.

Please breif me more what you did exactly to stop the passing of requirements to MRP in this case.

 

Regards,

S.Himavanth.

Re: Which IDoc do I have to choose between PRICAT/ARTMASS/MATMASS?

$
0
0

Dear Jurgen,

 

I just wanted to know if thanks to PRICAT we are able to create material master data (with some header information+prices) and I found it : the answer is YES.

So, we are going to use PRICAT instead of ARTMAS(S )

 

Thanks.

Re: Patches for Oracle 11.2.0.3 on windows

Re: Sizing CLM 10

$
0
0

Gary, many thanks for your very helpful answer.

 

Regards,

Ludovic

Viewing all 9233 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>