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

Re: How to display image and data in module pool screen?

$
0
0

Hi Dileep,

 

Which class you are using to display the images ? Why cant you try with split containers ? Split the container to 2 and display image and data

 

Try with cl_gui_picture for images and  cl_dd_document for the data

 

Thanks & Regards,

Arun


Add the text segment e1edpt1 within already existing IDOC edidd

$
0
0


Hi,

 

I'm not that professional in IDOCs and got a problem.

I have an inbound IDOC (ORDERS05) extension and need to add the text segment E1EDPT as subsegment of E1EDP01 within the inbound function module IDOC_INPUT_ORDERS.

 

How do I insert the text segments in between the other already existing segments? I mean the segment numbering (SEGNUM) has been already made through the whole IDOC.

Do I have to give the following segments new numbers then, after I have inserted the new segments?

 

I hope, you got my question.

 

Thank you for your help!

 

Michael

(FWM 20031) error loggin to launchpad

$
0
0

I am working on BO 4.1 SP2 Patch 3.

 

I am getting the below error:

 

Account information not recognized: Could not reach CMS . The CMS on machine was stopped due to a critical error. (FWM 20031)


When i check the error log (error_cms) it shows :


 

35101The root server reported an error Initialization Failure.


Kindly help me to resolve this.

 

Thanks,

Ankit

Re: custom HRESS_CC_PER_CONFIG brings no data available on ESS Personal Data

$
0
0

But in ur screen shot, it shows perner and also No data available. Its bit strange.

Regarding: No data available, mostly there might be some slight config mismatch, please check all the config, wires etc.

Re: Tips to reduce the size of the tables ...

Re: UTF-8 to CESU-8 conversion

$
0
0

Hi, colleagues

 

The following works for me well,

 

You can also try to use python which is

easy to implement and test. If using unicode function and  represent CESU-8 encoded string as byte stream already encoded with UTF-8 this will work fine. The problem with CESU-9 only comes for Unicode point starting with U+10000 and higher. For those point you can use surrogaite pair which is available on wiki in google, here is the algorithm to get UTF-16 representation for Unicode points higher then FFFF.

v  = 0x64321

v′ = v - 0x10000

   = 0x54321

   = 0101 0100 0011 0010 0001

vh = v′ >> 10

   = 01 0101 0000 // higher 10 bits of v′

vl = v′ & 0x3FF

   = 11 0010 0001 // lower  10 bits of v′

w1 = 0xD800 + vh

   = 1101 1000 0000 0000

   +        01 0101 0000

   = 1101 1001 0101 0000

   = 0xD950 // first code unit of UTF-16 encoding

w2 = 0xDC00 + vl

   = 1101 1100 0000 0000

   +        11 0010 0001

   = 1101 1111 0010 0001

   = 0xDF21 // second code unit of UTF-16 encoding

 

In other words you get UTF-8 encoded stream which is perfectly understood by HANA and you can store the information perfectly by using your own codec that is compliant with CESU-8.

To get some knowledge about UTF-8 encoding you can refer to utfcpp.sourceforge.net library and the algorithm above can be used to extend it for CESU-8 compatibility.

You do not need to use UTF-16 for python, this will not work for HANA.

 

Regards,

Vasily Sukhanov

Re: Where can I find error_cms.log?

$
0
0

I am working on BO 4.1 SP2 Patch 3.

 

I am getting the below error:

 

Account information not recognized: Could not reach CMS . The CMS on machine was stopped due to a critical error. (FWM 20031)


When i check the error log (error_cms) it shows :


 

35101The root server reported an error Initialization Failure.


Kindly help me to resolve this.

 

Thanks,

Ankit

Re: enhancement

$
0
0

Please use more descriptive subject line ('enhancement' could mean very many things) - this blog might be useful.

Even though I agree with honorary Laskhmipathi and others regarding the process, we have done something similar in the past but only with the orders. The requirement was to reject the order lines after the partial delivery has been completed. Such partial deliveries were usually because of material being out of stock. The business didn't want to attempt filling in the remaining quantities because the stock was taking a while to get and if we delivered more goods later, it was more likely to result in the customer return.

 

I'm not that familiar with the contracts (and am not sure what specific type we're talking about), but it might be possible that if the order line is rejected, it will update the contract without any additional effort (this piece seems quite reasonable). So essentially your requirement seems very similar to the above.

 

The technical update itself was done by standard BAPI, but how to identify such orders and when to update them is a different story (you'd need to get more specific requirements for that).

 

Still since this is not really best practice, I'd also suggest to check with the client what exactly are they trying to achieve and why. It's your responsibility to explain to them the SAP functionality and how it can be used for their business instead of just blindly applying the legacy functionality to SAP.


Re: Transfer BW data to Oracle DB using Open hub

$
0
0

Hi Sander,

 

No, the Oracle DB to which we want to transfer BW data to is not the backend BW database. It is a third party database so we want to use Open hub with Third party tool option for which we need RFC connection.

 

for creation of RFC, basis team needs "registered server program" and I am not sure what it refers to and how to get that. Please let me know if you have any information on this.

 

Thanks and Regards,

Jharna Patel.

Re: How to read all values of a queue

Re: ECC-SUS scenario(invoice)

$
0
0

In MM-SUS Scenario, if you have your supplier created Invoice from SUS - it replicates over into ECC & the supplier can check the payment status from SUS portal.

If there was no payment made - supplier will see no status. This is the standard behaviour.

 

How ever I am not sure, of the case where the ECC ERS Invoice getting replicated over SUS.

where and how to enter plan data cost and profit center wise to get data in grr1

$
0
0

Hi Gurus,

 

Appreciate you can tell me where and how to enter plan amount cost center wise for cost elements and profit center wise for revenue elements????

 

So that we can get this data in grr1 report.....

 

Can we upload this planned data, if yes how??

 

 

 

Thank you

Re: How to read all values of a queue

$
0
0

Hi Jan - Did you raise the context of @name and @iskey ? If so keep it normal and try..

 

please note that, It would be very difficult to provide the solution with imaginary structure.

I'm asking for the source structure(data type)

 

How would i know what/how/where is @name occurs in the payload ?

 

Please share the structure of both source and target and sample xml that you are trying to test so that we can suggest you..

Re: SAP NetWeaver 7.4 SPS05 stack upgrade

$
0
0

Hi Toine,

 

Thanks, It worked.

 

Cheers,

 

Boris

Re: PO Number Range Series

$
0
0

Hi Jurgen,

 

Yes, you are correct that it would have a major impact on our system because it will involve updates on our user exits, customized programs and even role authorizations. Would there be other way of addressing this concern than creating new document type? Say, we will customize a PO print program where it will supply the PO number series that we have to register upon printing?


Re: Error while configuring Facet dimension as a Month (Jan..Dec)

$
0
0

I have the same issue.  My column is string but it's the audit database which come with BO.  But, I see everything with BO world...

 

Do you have any fix yet ?

Error to instal HANA server

$
0
0

Dear Consultants:

 

I'm installing a new Hana server.

My installation process is going well but I forgot to select only a Mexico demo database and the wizard begin to install all demo databases.

at this point I cancelled the installation.

 

Now, when I try to install again, the wisard send me the follow error:


You must install the following components before you can continue with the installation: rpm: no packages given for install

 

I can't continue with the installation.

 

I attached an image with the error.

 

kind regards

 

Error HANA.png

Re: Delivery Status Overview issue

$
0
0

Addition to above Table check Delivery Header table VBUK-FKSTK

Re: How to read all values of a queue

$
0
0

<?xml version="1.0" encoding="UTF-8"?>

<msg version="" dbName="">

   <rowOp isLast="" cmitLSN="" cmitTime="" authID="" correlationID="" planName="">

      <updateRow subName="" srcOwner="" srcName="" intentSEQ="" rowNum="" hasLOBCols="">

         <col name="END_RSN_CDE" isKey="852369" invalidData="" rawData="">

            <smallint>

               <beforeVal invalidData="" rawData=""/>

               <afterVal invalidData="" rawData=""/>

            </smallint>

            <date>

               <beforeVal invalidData="" rawData=""/>

               <afterVal invalidData="" rawData=""/>

            </date>

            <char>

               <beforeVal invalidData="" rawData=""/>

               <afterVal invalidData="" rawData=""/>

            </char>

         </col>

         <col name="SVC_USER_SDT" isKey="789654" invalidData="" rawData="">

            <smallint>

               <beforeVal invalidData="" rawData=""/>

               <afterVal invalidData="" rawData=""/>

            </smallint>

            <date>

               <beforeVal invalidData="" rawData=""/>

               <afterVal invalidData="" rawData=""/>

            </date>

            <char>

               <beforeVal invalidData="" rawData=""/>

               <afterVal invalidData="" rawData=""/>

            </char>

         </col>

      </updateRow>

   </rowOp>

</msg>

Re: Not all options editable in Component Configurations

$
0
0

Not sure why you can't edit them in the table directly but you should be able to edit the rest of the attributes by using the attributes view, it's at the bottom of the screen and can be toggled and expanded/shrunk. See the attached screenshot.

uibb_conf_attributes.png

Viewing all 8667 articles
Browse latest View live




Latest Images