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

Re: POSDM sales posting by different distribution channel

$
0
0

Hi,

 

Create different task groups.

One for Physical store transaction type and one for online store transaction type and four different tasks.

Two tasks for WPUUMS and WPUTAB for physical store and other two for WPUUMS and WPUTAB for online store which will use message function. Assign these to correct task group ans assign task group to corresponding transaction type in img configuration.

 

 

Thanks,

Vikrant.


Re: External Web Service Integration to EC List Pane

$
0
0

Hi Will,

 

It's better to create BO Operation-Read on Business Object in import event handler of embedded component. Below is the image for reference.

 

1.png

eventhandler

2.PNG

 

Regards,

Quddus.

SOAP:1027 SRT: Serialization / Deserialization failed

$
0
0

Dear Experts,

 

I am trying to consume the SOAP web Service using the below program. But I am getting the below error

 

SOAP:1027 SRT: Serialization / Deserialization failed

 

I am now to this web service connectivity..

 

When I searched with the same error I found the below threads, but not able to understand how to try these solutions.

 

https://scn.sap.com/thread/1716805

 

Note: We dont have PI in our system, I am trying to use consume the SOAP web service through the below program directly from SAP-ECC.

 

Kindly give your valuable suggestions to solve this issue.

 

Thanks in advance.

 

REPORT zhr_mgr_webserv_test.

 

*declarations for Try/Catch block exception handling

DATA: exc TYPE REF TO cx_root.

DATA: msg TYPE string.

 

START-OF-SELECTION.

 

* declare a reference to your proxy consumer object

   DATA proxy_test TYPE REF TO zco_mgrtraining_soap1.

 

    TRY.

*     instantiate the object reference

       IF proxy_test IS NOT BOUND.

         CREATE OBJECT proxy_test TYPE zco_mgrtraining_soap1.

       ENDIF.

 

 

    DATA:input  TYPE zmgrcourse_categories_soap_in1,

          output  TYPE zmgrcourse_categories_soap_ou3.

 

    input-n_company_code = 'XXXX'.

    input-n_password = 'YYYY'.

 

***   *     call the method (web service call) you can use the pattern to generate the code if you wish

       CALL METHOD proxy_test->mgrcourse_categories

         EXPORTING

           input  = input

         IMPORTING

           output = output.

 

*     process the output

       DATA: wa_get_data TYPE PRXCTRL.

       LOOP AT output-mgrcourse_categories_result-controller INTO wa_get_data.

         WRITE wa_get_data-field .

         WRITE wa_get_data-value .

       ENDLOOP.

     CATCH cx_ai_system_fault INTO exc.

       msg = exc->get_text( ).

       WRITE:/  msg.

   ENDTRY.


Also Please find the below output from my web service


<xsd:schema>schema</xsd:schema>xml</MGRCourseCategoriesResult>


Is both the formats are correct.... Please give some suggestions.

Awaiting your kind response.


Thanks,

Nalla B.

hi folks i have a issue while creating a dependency for the second line item 0020 in configuration profile, i have checked everything but still i am getting an error E28021 : Remaining part of expression cannot be interpreted.

$
0
0

i have attached the screenshot please help me on this

Re: On Opening Integration Process getting Error

Re: how to change edit query window size?

$
0
0

Hi,

if you want  to resize the query window, first move the window, aligning it with the top left of the webi window then just drag from right bottom of the query window to the size you want.

Regards,

Rogerio

Livro de entrada

$
0
0

Olá pessoal!!! Meu livro de entrada j1b_lb01 ou mesmo pela t-code S_ALR_87012150 está desformatado. NF´s entradas pelo GRC também. Nao consigo achar Oss´s pra isso. Alguém já pegou esse problema ? Muito obrigado! André.

Re: Problems wiht aggregate roll up

$
0
0

Tnx for you cooperation.

 

The situation is as follow:

 

There are 4 entries in st 22 but as far as i see non is related to my problem since it says that programm SAPLRSSM was terminated manually no further actions are neede.


Re: Objective: I want Input from User when executing BEx Query (@runtime like variables). The Input should not fetched the data bases on that input values rather The Input value will be available for formula calculation.

$
0
0

Yes you are right, I am using variable which is being used in a FORMULA.

Re: Stock transfer to unrestricted only for specific storage locations while making GRN

$
0
0

Venkatesh,

I'm not very sure but, check with your ABAPer for using user-exit QBCK0003, for your requirement. Otherwise, he needs to explore the Implicit enhancement point in the concerned program (SAPLMIGO ? )

 

Regards

KJogeswaraRao

Re: How to fail a Background task and capture reason

$
0
0

For BOs:

Google

exit_return sap workflow

Re: Creating a Sub-Con PO/Req within a Work Order

$
0
0

Hi Edison,

 

obviously it will show as a shortage i.e. once you have done the GRN against that PO then only stock will come to your premises

 

by using that stock only Production team can be able to perform the production. if the material is not there means they won't able to do any thing right

 

Regards,

Venkatesh..

Re: User exit for confirmation

$
0
0

Aman,

1.  I have not seen the ATP quantities screen I asked for

2.  Are you using product allocation?  Please also post a screen shot of the availability control screen.

 

Best Regards,

DB49

RPS NFSe - PMSP

$
0
0

Olá.

 

Gostaria de obter opiniões sobre a arquitetura de solução para emitir RPS (NFSe) via web service da prefeitura de São Paulo.

 

Hoje geramos um arquivo TXT do RPS via ABAP no ECC, para upload manual no site da Prefeitura Municipal de São Paulo (PMSP).

Estamos desenhando uma solução que pretendemos manter o ABAP que gera no formato TXT, utilizando o SAP PI para converter esse formato TXT em XML, fazer a assinatura da RPS e comunicação com o web service da PMSP.

O certificado está instalado em um equipamento HSM (Certificadora Serasa Experian), que já utilizamos para outras aplicações não SAP.

No servidor do PI não temos HTTPS, entendemos que não é preciso para esse cenário.

Utilizaremos o Java para a assinatura da RPS e integração com o HSM (da Dinamo Networks).

 

Agradeço se alguém puder compartilhar a experiência e indicar se há outras práticas para a solução.

Re: Date format is different in mapping test tab and run time

$
0
0

Hi Kumar,

Are you sure the endpoint tag type is not restricted in length?

 

Regards.


Some LO DS's Extract structure is inactive in data client after activation

$
0
0

Hi

 

We have 2 clients in ECC-DEV:

1) Client 100 for configuration

2) Client 200 for Data(Non-Modifiable)

 

When we use LBWE in client 100 to active extract structure of LO datasource, after successful activation when we see there status in client 200 some LO DS's extract structures are showing inactive.  See in attached image.LBWE.png

Due to this Yellow status in DEV-200 Fill setup table is also not perform.

How to rectify it?

 

Thanks

SAP - Get text value of a node

$
0
0

Hi All,

 

I'm trying to get the text value of a selected node. Can anyone help me figure out what is wrong with below code. Im getting the error in the bold line.

 

WF = ActiveSheet.Range("E" & i).Value

 

session.findById("wnd[0]/usr/tabsVIEW_STRIP/tabpSSCV/ssubSUBSCREEN01:SAPLSWL7:0110/cntlMAIN_CONT/shellcont/shell/shellcont[0]/shell").selectedNode = WF

 

ActiveSheet.Range("F" & i).Value = (session.findById("wnd[0]/usr/tabsVIEW_STRIP/tabpSSCV/ssubSUBSCREEN01:SAPLSWL7:0110/cntlMAIN_CONT/shellcont/shell/shellcont[0]/shell").selectedNode = WF).Text

 

 

Thank you,

Michael

Re: E-mail blast domain error

$
0
0

Bruno,

 

I have not tried E-mail blast but I believe this will also need your Mass E-mail activated. Did you get it activated? However you can send a test e-mail to verify that the automatic sending of e-mails by the system has been set up correctly using Send Test E-Mail option under Fine Tune Activity E-Mail and Fax Settings.

 

Regards,

Chandan

Re: Data binding Problem

$
0
0

Hi Dirt,

 

Well, For Model Binding -

You declared your model data to DB_FIlTER. Now your data are available in DB_FIlTER Model.

 

Path - It is a way to bind your record from model. ( More than one model is possible in SAPUI5).

So you should mention the correct model to template.

 

Template:  Getting data from model and create a elements accordingly ( It depends on Controls ) eg: sap.m.ListItem, sap.m.CheckBox





Path : "DBFilter>/" - my modeldeclaration

Template : {DBFilter>DB} -  Take DB value from DBFilter Model

 

Regards,

KA

Re: Purchase Order

$
0
0

what is the problem with your output, can you attach screenshot or explain.

 

 

Regards

 

Kunal Kumar

Viewing all 8667 articles
Browse latest View live




Latest Images