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

Re: Rest Adapter

$
0
0

if you are receiving empty response, then it should be status 200. not sure if are facing same issue experienced by venu.

 

can you try this?

 

1. Take the input payload from "Data from MS" step.

 

2. Test the message mapping manually.

 

3. Take the mapping output and test the proxy by going into ECC tcode "SPROXY". check if that is returning anything


Re: Ho can we create a pick list in s4hana

$
0
0

Sorry for the screenshot, first paramater is not totally visible,

 

Run program RSVARDOC_610 with following values VL06P will run

 

S_REPORT : WS_MONITOR_OUTB_DEL_PICK

 

S_VARI : SAP&STANDARD

 

SYSVAR : X

Re: Remove the content of sap.ui.core.HTML

$
0
0

Hi ,

 

 

I have a main page which contains basic data and I want to display a PDF in a detail page .

 

Page navigation is done but i would like to know what to write in the second page content  section so that my PDF will be displayed in the second page view.

 

I have my XSTRING with me and i would like to know where to bind this XSTRING value so that my PDF will be displayed.

 

Please let me know what to code in the content block of second view(JAVASCRIPT) AND how to bind my PDF CONTENT(XSTRING) ?

Re: new field is not reflecting while sending the IDOC to ECC

$
0
0

are you able to see the added CIMTYP in below step?

 

IdocMapping.jpg

Re: Add-on EFM

$
0
0

Este es un Addon Nativo de SAP, tienes que irte al Menu Principal -> Gestion -> Addons->Gestion de Addons

 

En esa parte tendrias que registrar el addon y parametrizarlo para que se ejecute ya sea manual o automatico, esto para que ya lo tengas dispnible en el Menu Herramientas.

 

Espero haberte guiado

Re: programmatic SRM interface for users

$
0
0

Hi Benjamin, I think that it is possible to implement what you need by using the standard APIs accessing as web services provided by SAP to display and modify the information regarding the documents.

 

Off course with lot of limitations since not all the functionality it's exposed by APIs or Web Services but most of the functionality can be accessed by APIs.

 

In my opinion few developments may be needed at SRM side but it is totally possible.

 

Regards!

Re: How to Use Same Asset Number with Different Sub-number

$
0
0

You cannot use AS92 in a productive company code. 

Re: Collections Capacity Planning (Upper Limit behaviour- Clarification)

$
0
0

Hi Ivor,

 

Completely agree with Bill's Comments.

 

If you are setting the upper limit with the release procedure, then during the execution of the Dunning run, Standard SAP functionality reverses all the dunning notices which are more than the upper limit inclusive of the upper limit.

 

F1 help and Standard SAP help documentation doesn't mentions this fact clearly.

 

Thanks,

Amlan


Re: programmatic SRM interface for users

$
0
0

Glad to hear it's possible. Can you give me more specific pointers for the APIs to look into?

Re: Affordable Care Act (ACA)

$
0
0

Thank you for your reply.  I deleted the spouse but line 14 remains 1E.

 

Debbie

Re: Sap.m.List displaying blank list items?

$
0
0

I cleaned up the oNew and oData push sections here.

  1.             var oNew = { 
  2.                  agendaItem : {"priority" : 0, "title" : newAgendaItem } 
  3.             }; 
  4.             var oData = oModel.getData(); 
  5.             oData.agendaItem.push(oNew); 

 

Into

 

oModel.getData().agendaItem.push({"priority" : 0,"title" : newAgendaItem});

and it works properly now.

Re: Affordable Care Act (ACA)

$
0
0

RE 2539 and 2540.

 

Thank you for the information.  I entered the feature as you recommend but plan start month is still displaying 00.  I will look into the code you recommend for line 14.  I have line 15 correctly set by using $115 as the premium in my plan cost rules.

 

Regards,

 

Debbie S

Re: consulta de saldos vencidos

$
0
0

gracias ya lo realice con un case anilado

 

SELECT T0.CardCode AS 'supplier code',

T0.CardName AS 'supplier Name',

CASE when T0.DocType = 'S' AND T0.DocCur = 'USD' AND T0.CardCode = T0.CardCode then SUM(T0.DocTotalFC) - SUM(T0.PaidSys) else

CASE When T0.DocType = 'S' AND T0.DocCur = 'MXN' AND T0.CardCode = T0.CardCode then SUM(T0.DocTotal) - SUM(T0.PaidSys) else 0 end end AS 'servicio',

CASE when T0.DocType = 'I' AND T0.DocCur = 'USD' AND T0.CardCode = T0.CardCode then SUM(T0.DocTotalFC) - SUM(T0.PaidSys) else

CASE When T0.DocType = 'I' AND T0.DocCur = 'MXN' AND T0.CardCode = T0.CardCode then SUM(T0.DocTotal) - SUM(T0.PaidSys) else 0 end end AS 'Articulos',

T0.DocCur

FROM OPCH T0

WHERE DATEDIFF (DD, T0.DocDueDate, GETDATE( )) BETWEEN -7 AND 365

AND T0.DocStatus = 'O' AND T0.SERIES = 10 AND T0.CANCELED = 'N'

GROUP BY T0.CardCode,T0.CardName,T0.DocType,T0.DocCur

ORDER BY T0.CardCode,T0.CardName,T0.DocType

FOR BROWSE

Re: SAP DBTech JDBC: [2048]: column store error: search table error: [6906] Attribute engine index not found

$
0
0

The information in this thread do not allow to explain the cause for the error message.

Please open a support incident for that.

Re: The rationale behind creating a Material Master record

$
0
0

Thank you for your reply DB49 !

 

I ask, because I was asked by my customer ! And i was unable to find any best practice documents on this matter, so I was wondering what the general consensus was on this issue.

 

My customer on the other hand, is NOT okay with the cost and time it takes to create a material ID for every part that moves through the warehouse, so would like to be more selective on this matter.

Here's what I have proposed..

MM Creation criteria.JPG


Re: error message of "for infoObject 0FISCPER no fix valued is defined for compouding parent 0FISCVARNT"

$
0
0

This sound to be a good suggestion, however, I still expect that SAP can develop a easy standard way to load the consolidation cube for the embedded BPC.

Table and Field name for VCH3 Conditions related Characteristic values?

$
0
0

Hello All,

 

We are having a requirement where we need to list out the characteristic values for all the condition records for Strategy type SD02 (Customer/Material/Plant combination) so as to make changes as required by the business. The characteristic used is LOBM_RLZ (Remaining Shelf life for batch) under a Class (CLASS_SEARCH). These settings are being used for determination of minimum remaining shelf life for automatic batch determination for deliveries.

The default values for the above mentioned characteristic is >=365 days for all condition records. However this was changed by the business for some of the condition records and they are not sure exactly how many condition records were changed. Hence we are trying to list out all the condition records which are having characteristic value other than >=365 days.

 

we had tried fetching the values from table level using tables such as KONDH, AUSP, CABN, CAWN etc but were unable to get ">=365 days" value for the condition records. Kindly suggest the tables and fields/transaction code which would allow us to list out all such condition records along with their respective characteristic values.

 

Below is the screenshot for the screen where the characteristic values are maintained. Transaction code is VCH3,

Untitled.jpg

Thanks in advance.

 

Sincerely,

Pratik

Re: Webdynpro Filter addition in Standard GUI element Table

$
0
0

We added an input field sligthly above the table, that filters table contents on enter.

Opportunistic Cross Docking ( Inbound Driven )

$
0
0

Dear Gurus,

 

 

I'm having troubles here, first of all, i've done the whole configuration for opportunistic cross docking. When i create putaway tasks for products, it's working fine, but when i try to create a putaway task for a packed inbound delivery it doesn't work in other words when i try to create the putaway task for the HU it doesn't work.

 

 

Am I figuring it wrong or the inbound driven opportunistic cross docking only works with product tasks ( warehouse request tasks )?

 

 

Besides of these process tests, i have debbuged ( i'm an ABAP too ) the whole process and have discovered that the function module /SCWM/TO_PREP_WHR_UI_INT ( which is called by /SCWM/PRDI to create the tasks ) doesn't has the structure of cross docking for HU tasks. Code below....

 

IF NOT lt_prepare_hu_int IS INITIAL.

*       Prepare putaway TO for HU

         PERFORM prepare_hu_to USING    iv_lgnum

                                        iv_mode

                                        iv_squit

                                        iv_bname

                                        iv_wtcode

                                        iv_filter_hu

                                        is_param

                                        iv_process

                                        lt_prepare_hu_int

                               CHANGING et_ltap_vb.

       ENDIF.

 

 

 

       IF NOT lt_prepare_whr_int IS INITIAL.

*       Prepare putaway/pick TO for warehouse request

         PERFORM prepare_whr_to USING    iv_lgnum

                                         iv_process

                                         iv_mode

                                         iv_mve_mat

                                         iv_mve_hu

                                         iv_mve_hu_mult

                                         iv_route_crea_prod_lb

                                         iv_squit

                                         iv_full_pick

                                         iv_bname

                                         iv_wtcode

                                         iv_wave_release

                                         lt_prepare_hu_int

                                CHANGING lt_prepare_whr_int

                                         et_doc

                                         et_ltap_vb

                                         et_whr_items_cd.

 

         et_open_qty gt_whr_open_qty.

 

       ENDIF.


Am i missing something here? Could someone help me with this please?!


Regards,


Rafael Valim

Re: How you do in the SAP carrier when reach 40 years old ?

$
0
0

Life begins at 40 so they say.

 

I agree with what Veselina Peykova said,

 

Capture.PNG

Viewing all 8594 articles
Browse latest View live


Latest Images