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

Re: Handheld & WM Integration

$
0
0

Great thanks for your reply and guesses Joao,

 

Our warehouse is not HU or SU managed, we are dealing with steel coils only.

 

You said an important point, the handheld gur will not create a TO so he will open a TO created before, that's mean he will confirm the TO only by scanning the Destination and the material bar code?


Re: Is mandatory LDAP connection between Sharepoint and Netweaver Gateway?

$
0
0

Hi Erick,

 

no, the LDAP connection is not mandatory.

However, somehow you have to tell Duet Enterprise that the SharePoint user juanp12 is the SAP user juanperez. This is done via the mapping table VUSREXTID. Here you maintain both the SAP user and the AD user.

With the LDAP connection this can be done automatically. For a productive installation, this is probably the recommended way. For a test or dev system this is certainly not required and you can do it manually (this is how we do it with most of our dev systems here at SAP :-)

 

My colleague Linda has created a very nice Wiki page covering the different mapping aspects. It is for Duet Enterprise 1.0 Feature Pack 1, but the concepts are the very same for Duet Enterprise 2.0: User Mapping - Duet Enterprise - SCN Wiki

 

 

Regards,

 

Holger.


Re: Connect to SQL 2000 and 2012

$
0
0

Resolved.

 

Used sqljdbc4.jar for SQL servers 2005 onwards.

 

 

Though microsoft says JDBC driver 3.0 supports connection with 2000, we were getting errors.

 

As an alternative we used mssqlserver.jar, msbase.jar and msutils.jar to connect to SQL server 2000 and it works fine.

 

So we have more than one driver installed on pur PI system.

 

Thanks.

Re: Adding of Recipients in Alert Configuration

$
0
0

You might also want to check your user role.  Are you authorized to modify?

MDGM Deep copy

$
0
0


Hi,

 

Trying to take a deep copy in MDGM 7.0  and modify the UIBBs because client wants to suppress many fields.( roughly 200) .

After the deep copy  and adding the two links to the Business activities, when I run the below URL,

I do not see the Submit  button.

 

  http://vmdadm31.network.dev:8001/sap/bc/webdynpro/sap/mdg_bs_mat_ovp?action=CREATE&crtype=MAT01&is_creq_mode=-&sap-client=330&sap-language=EN&usmd_creq_type=MAT01&usmd_crequest_wfs=00&usmd_otc=194&usmd_process=MAT1&wdconfigurationid=ZBS_MAT_OVP_05&wfstep=00&wfstep=00&sap-accessibility=

 

 

Any tips to resolve this would be appreciated.

 

Best Regards,

Lekshmi Krishnan

Re: Rant: can't get past external 1st level support

$
0
0

I am certain that a VAR partner did not sell the kernel to me though. So this must be some 1st level support agreement between SAP and the call center which creates an incentive for them to play ping-pong with the message and not pass it on to development support when it is clear as daylight that it belongs there.

 

I eventually asked the development support how to rate the experience because 1st level was <no further explanations needed> but the development support understood the problem, helped me and also gave me some information about other "race conditions" in the task handlers which they are improving in the next kernel patch level. So how to rate the experience in the call closure survey?

 

They basically said exactly the same as John has mentioned: rate it honestly and use the comments text. There is someone who actively reads all comments and takes action based on them. The radio buttons are just a happiness barometer for stats. The comments get read and acted on.

 

Cheers,

Julius

Connect to SAP gateway failed

$
0
0

I have a PI 7.4 Java only system with the SCS on server cnumw1cq and Java instance on server cnumw1aq. There is a gateway on cnumw1cq, but not server cnumw1aq.

 

I'm seeing these errors on server cnumw1aq

 

Error> occurred  >Fri Aug 29 16:46:26,140<    RfcException: [null]

    message: Connect to SAP gateway failed

    Connection parameters: TPNAME=SLD_NUC GWHOST=cnumw1aq GWSERV=sapgw05

 

 

ERROR       partner '172.20.111.127:sapgw05' not reached

TIME        Fri Aug 29 16:46:26 2014

RELEASE     741

COMPONENT   NI (network interface)

VERSION     40

RC          -10

MODULE      /bas/741_REL/src/base/ni/nixxi.cpp

LINE        3325

DETAIL      NiPConnect2: 172.20.111.127:3305

SYSTEM CALL connect

ERRNO       111

ERRNO TEXT  Connection refused

COUNTER     20

 

 

    Return code: RFC_FAILURE(1)

    error group: 102

    key: RFC_ERROR_COMMUNICATION

 

 

There is no gateway on cnumw1aq which is why this error is occurring I assume. Not sure where the config for this is coming from. Any ideas?

Re: 500 Internal server error

$
0
0

Hi Ritesh

 

Is this browser issue? have you tried any other browser?

 

Could you share the browser version ?

 

BR

SS


Re: Personas and PFCG Roles

$
0
0

Hi Terrance,

Personas roles are independent of PFCG or IDM authorization to control what level of access should be provided to each user in Personas. Currently there is no way to use PFCG or IDM with Personas 2.0.

 

Thanks

Chinthan

Problem Converting xml to ABAP

$
0
0

Dear all,

 

We are uploading a PDF file and converting to XML (into string variable).

 

 

This XML has three elements:

 

     - Structure        (OK)

     - Internal Table (OK)

     - Variable          (Not OK)

 

When calling transformation to pass these data from XLM into respective elements, we have the structure and internal table filling very well, but i REALLY don't know why the variable I caught  the exception CX_ST_MATCH_ELEMENT.

 

I tried to find something, but nothing useful.

 

 

 

Below my code:

 

CALL TRANSFORMATION ztransf

       SOURCE XML lv_xml_data_string

       RESULT root    = s1

                       root1  = t1

                       root2  = v1.

 

lv_xml_data_string contains (I pasted only the final):

<NETWR_WAERS/></DATA></LISTA_ITENS></DADOS_COTACAO><V1>ggggggggggggg</V1>

 

The <V1>ggggggggggggg</V1> is important here, I just need to pass "ggggggggggggg" to a simple variable.

 

 

 

Now, my transformation code:

 

<?sap.transform simple?>

<tt:transform xmlns:tt="http://www.sap.com/transformation-templates">

   <tt:root name="ROOT" type="?"/>

   <tt:root name="ROOT1" type="?"/>

   <tt:root name="ROOT2" type="?"/>

 

   <tt:template>

     <DADOS_COTACAO tt:ref="ROOT">

       <BUKRS>

         <tt:value ref="BUKRS"/>

       </BUKRS>

       <LIFNR>

         <tt:value ref="LIFNR"/>

       </LIFNR>

       <NAME1>

         <tt:value ref="NAME1"/>

       </NAME1>

       <STRAS>

         <tt:value ref="STRAS"/>

       </STRAS>

       <LISTA_ITENS>

         <tt:loop name="data" ref=".ROOT1">

           <DATA xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:dataNode="dataGroup">

             <EBELP>

               <tt:value ref="$data.ebelp"/>

             </EBELP>

             <EBELN>

               <tt:value ref="$data.ebeln"/>

             </EBELN>

             <MATNR>

               <tt:value ref="$data.matnr"/>

             </MATNR>

             <MAKTX>

               <tt:value ref="$data.maktx"/>

             </MAKTX>

             <LABST>

               <tt:value ref="$data.labst"/>

             </LABST>

             <LABST_MEINS>

               <tt:value ref="$data.labst_meins"/>

             </LABST_MEINS>

             <NETWR>

               <tt:value ref="$data.netwr"/>

             </NETWR>

             <NETWR_WAERS>

               <tt:value ref="$data.netwr_waers"/>

             </NETWR_WAERS>

           </DATA>

         </tt:loop>

       </LISTA_ITENS>

     </DADOS_COTACAO>

    

     <V1>                                             """""Here is the part that isn't working

       <tt:value ref="ROOT2"/>

     </V1>

   </tt:template>

 

</tt:transform>

 

Please, i really appreciate any help!

 

 

 

Best Regrads

Thanks In advanced

Vinicius Ostan

Re: Rant: can't get past external 1st level support

$
0
0

John Appleby wrote:

 

My guess is this is tied to the financial KPIs attached between SAP and the outsource datacenter company. These probably cascade to their helpdesk personnel, causing this behavior.

 

It is a very tough problem to solve at scale.

 

Your guess is my main suspect as well. There must have been some incentive to play cat & mouse with me and not pass the message on despite no reason not to do it and I spoke to the 1st level person (calling from a Canadian telephone number but located somewhere in India) twice on the phone and we both agreed that he cannot help me after I explained what a kernel function is.

 

But no... he always came back with "Customer Action" after having spoken to his senior colleagues with some new reason why I should use consulting and close the message on SMP. Eventually they resorted to SCN when there was no way I was going to open a connection to my system for them and the likelihood of them doing consulting for me was 0.

 

Of course we are speculating, but the puzzle pieces fit.

 

Perhaps someone from SAP can explain the issue at hand? I am Ok with my message being a case study to analyse the problem as I don't think it is an isolated case and nothing personal against the supporter - he simply was in way over his head and was apparently not allowed to pass it on.

 

Cheers,

Julius

Re: Auto refresh data in Dashboard using Excel or Xml as Datasource

$
0
0

With the below procedure I can able to acheive the Auto refresh using XML Data connection.

 

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0efea0a-f515-2e10-2daa-cc5a4d23c1a8&overridelayout=truehttp://

 

Our actual source for XML is Access data base, We are generating the output as a XML file and with XML data connection our dashboards are refreshing dynamically.

 

But the actual problem is we are not getting the desired output format of XML file from access database to overwrite the contents of exisitng XML file. Each time we need to manaully adjust the format.

 

Two different formats, default format from dashboard & the other one Access dataabase generated format.

Any thoughts of how to make same format from access data base.

 

 

Diff Formats.jpg

Re: how to avoid to drop item to itself for treeview?

$
0
0

Another point of interest:

The PowerBuilder Code Examples show how you can use the dragwithin event to highlight the target treeviewitem using SetDropHighlight().

 

This way you can visualize that a drop is allowed and where it will happen.

 

Example for dragwithin event:

 

if source = thisthenreturn

 

SetDropHighlight(handle)

Interesting article on HANA as a full Platform in Enterprise Apps Today

Re: What do you need (to activate in SAP) in order to execute scripts from VBA?

$
0
0

Thanks a looooooooooooot !!

That was the problem, Network Settings.

 

Hope some day I can help you,

Regards,

Richard


How to include multiple text or text and graphics in same line in smart forms?

$
0
0

Hi,

How to include multiple text elements in a single line in a smart forms.

Also please provide suggestion how to insert graphic and text in the same line in a smart form?

Re: System copy for ABAP+JAva system.

Status Check Erro 80 PI

$
0
0

Boa tarde Pessoal,

 

Estou configurando a NFe 3.1, fiz o import dos cenários e as configurações para o funcionamento, porém não está verificando o status, na SXMB_MONI, vejo o seguinte erro:

"Mensagem 005056B55F901ED48CA8009CFB0E80C4 Pipeline SENDER desconhecida"

Quando executo o programa /XNFE/NFE_CHECK_SRV_STATUS ocorre o seguinte erro:

"Verificação do serviço: erro 80 p/ região 52, ambiente 2"

No cenário que estou configurando, só temos a Sefaz GO.

 

Alguem sabe o que pode ser?

 

Abs,

 

Josue Neto

Re: Dunning level 2

$
0
0

Thanks Jen

 

Do I need to change the dates at F150 only or somewhere else also. Can you pls elaborate more? Just need to test the scenario.

 

Pls advice.

 

Regards

 

Pankaj

Re: How to recieve the value in subscribe event??

$
0
0

Hi Dennis

i have a list and i have to display list data on the another page through navigation so for that i use publish event in press function.....

 

press : function(evt) {bus.publish("nav", "to", {

                        id : "page2",

                        data : {

                            context : evt.getSource().getBindingContext(),

                            selectedValue:model[ evt.getSource().getBindingContext()

                                                ]}});}

 

i want to ask how i get this selectedValue in my page2.view.js

Viewing all 8676 articles
Browse latest View live




Latest Images