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

Re: How PI receiver could be sender in other's

$
0
0

Hi Gayatri - You can  handle it in the Java mapping and it's the best way in your case


SAP bandwidth requirement

$
0
0

Hi Experts,

 

    Is there any bandwidth requirement for SAP? I am planning to transfer an application server to another site but i have no idea what is the minimum requirement for the bandwidth connection. Any information on this would be much appreciated.

 

 

Thank you.

Re: Integrating SAP Customer OnDemand with SAP ERP

$
0
0

Hi Daniele,if you don't have NW PI or HCI, then you still have the legal right to use the Add-On - that is included in your C4C license.  However, you have have to develop the mappings between the C4C Web Services and the IDOCs on ERP.   Please email me directly  - ginger.gatling@sap.com - we need to connect with your account rep.

 

all the best

ginger

Re: Module Pool ToolBar Enter Function

$
0
0

hi,

 

Try with this code. I am not sure it is suitable for your requirement.

 

data count type c.

data c type boolean VALUE '1'.

module PDO output.

*add 1 to count.

*count = count.

*  IF count is initial.

*    CALL SCREEN 2000.

*  ENDIF.

*  WAIT UP TO 10 SECONDS.

   if c = '1'.

if count is not INITIAL.

*leave to screen 0.

     CALL TRANSACTION 'SE11'.

endif.

                            CALL FUNCTION 'SAPGUI_SET_FUNCTIONCODE'

                             EXPORTING

                               FUNCTIONCODE                 = '='

*                            EXCEPTIONS

*                              FUNCTION_NOT_SUPPORTED       = 1

*                              OTHERS                       = 2

                                      .

                            IF sy-subrc <> 0.

 

* Implement suitable error handling here

                            ENDIF.

                            clear c.

                            else.

                              c = '1'.

                            endif.

*call function 'SAPGUI_SET_FUNCTIONCODE'.



endmodule.                 " PDO  OUTPUT


Screen


Untitled.png

Flow logic


PROCESS BEFORE OUTPUT.

* MODULE STATUS_2000.

MODULE pdo.

PROCESS AFTER INPUT.

* MODULE USER_COMMAND_2000.



Re: generic extraction using function module error

$
0
0

Hi Vijay,

 

How to know relation b/w two tables like if I want to do generic extraction using function module b/w any two tables? How to know for this we can do fm.for ex in vbak and  vbap we have primary fields like vbeln which is common on both sides like that we have to check or any other method to find the relation ship between two tables for doing function module? when to go for function module?

 

Regards,

niiikitha

Re: How to convert one data type to another data type ?

$
0
0

* change the  coding


DO.

     READ DATASET p_file INTO l_data.

     IF sy-subrc = 0.

       SPLIT l_data AT cl_abap_char_utilities=>horizontal_tab  INTO wa_zdsl-mandt

                               wa_zdsl-werks

                               wa_zdsl-pallet_id

                               wa_zdsl-matnr

                               wa_zdsl-erfmg

                               wa_zdsl-uom

                               wa_zdsl-lgort

                               wa_zdsl-lot

                               wa_zdsl-prod_date

                               wa_zdsl-ebeln

                               wa_zdsl-erdat

                               wa_zdsl-erzet

                               wa_zdsl-ernam

                               wa_zdsl-aedat

                               wa_zdsl-username

                               wa_zdsl-floc.

 

     move-corresponding was_zsdl to wa2.

     write wa_zsdl-erfmg to wa2-ERFMG.

 

       APPEND wa_zdsl TO it_zdsl.

     appedn wa2 to me_zsdl.

  

       CLEAR  wa_zdsl.

     ELSE.

       EXIT.

     ENDIF.

   ENDDO.

 

 

ENDFORM.                    " APSERV_ITAB

*&---------------------------------------------------------------------*

*&      Form  ITABLE_ZTAB

*&---------------------------------------------------------------------*

*       text

*----------------------------------------------------------------------*

*  -->  p1        text

*  <--  p2        text

*----------------------------------------------------------------------*

FORM itable_ztab .


INSERT ZSDL FROM TABLE ME_ZSDL.


COMMIT WORK AND WAIT.

 

   LOOP AT ME_ZSDLINTO wa_zdsl.

     WRITE:/1 wa_zdsl-mandt,

             10 wa_zdsl-werks,

             30 wa_zdsl-pallet_id,

             45  wa_zdsl-matnr,

             60 wa_zdsl-erfmg,

             75 wa_zdsl-uom,

             90 wa_zdsl-lgort,

             105 wa_zdsl-lot,

             125 wa_zdsl-prod_date,

             140 wa_zdsl-ebeln,

             155 wa_zdsl-erdat,

             170 wa_zdsl-erzet,

             185 wa_zdsl-ernam,

             190  wa_zdsl-aedat,

             210 wa_zdsl-username,

             230 wa_zdsl-floc.

  

   ENDLOOP.

 

 

ENDFORM.                    " ITABLE_ZTAB

Re: A Structure in se38

$
0
0

It means that you need to write a tree program(ALV) to list the orders(Sales/Delivery).

Re: Configuration of 50% Depreciation > 6 monthhs

$
0
0

Hi Ganesh

 

It should work even for existing assets. Because of wrong period control the dep start date would have been populated wrongly

 

The dep start date needs to be changed and after that run afar. It should work

 

For new assets, it will anyways work

 

Ajay M


Re: Intercompany asset transfer

$
0
0

Hi Partha,

 

The allowed transaction types for Intercompany transfers can be updated in t code AO67-For acquisition transfer and AO68-For retirement transfer.

 

In ABT1N you can choose Gross method or net method.

 

Hope it helps.

 

Regards,

G.Sethuraman

Re: how to get it into the next screen when a radio button clicked on output screen

$
0
0

Hello Suneel,

 

 

Can You Explains What is your exact requirement ???  If explain with example that will be good for understanding.

Re: Why i cant plus two decimal field value?

$
0
0

Hi,

 

begdt is a date field could not understand the need for the below check

 

IF gt_itab-begdt+6(2) le '05' .

Are you trying to only check the dates less than or equal to '05'?

 

Also better is to see the loop iteration in debug..chances are this IF clause is the issue.

 

Cheers,

Arindam

Re: A Structure in se38

$
0
0

Hi,

 

Check the BCAL*tree*  demo programs in sap!

Re: Design Studio 1.2 SDK - including SAPUI5 libraries

$
0
0

I actually like d3 (Mike Bostock does some insanely awesome visualizations with it), but maybe I've not yet come across a d3 charting library that makes it easier than manually computing my SVG offsets to make it not such a huge runway to get a configurable chart up and running without reinventing the wheel.  When you say d3 charts, do you mean d3, or some charting API (not sap.viz charts, though) that you like?  I'd be interested, as I'm not married to a charting API at this point.

 

I chose Highcharts at random, but I'm more interested in sharing my approach on how I am using the tuples and data in the DataSource ResultSetCell Selection and Metadata properties.  The charting API could be anything (I think I like FusionCharts better, to be honest)  Also I like DevExpress's ChartJS. 

 

However, the approach would be the same -- Take some multidimensional data, pick a dimension for the axis and series designation, adapt it to fit the charting API's format (probably big-picture via an AdapterAPI to abstract it away) and then spend some time building a properties panel to customize the chart.  As we've seen, the charts from SAP are not very configurable out of the box.  Things that bug me like control over the legend and how to handle excess dimensions I was able to address via SDK.

 

If I can ever stop long enough to put the blog together and publish it, it'll be jammed with lots of more information.

Re: Closed dispute cases are not clearing from 'My Dispute Cases' list

$
0
0

Hi Mark,

It is really so nice of you helping me every time and getting OSS notes for me to refer to.

Thank you so much for your help. I really appreciate it a lot. Marking as answered. Thank you again.

Regards

Pankaj Pareek

Re: Why is OITL not populated?

$
0
0

Hi Thomas,

 

Please advice your SAP version and PL.

 

Thanks & Regards,

Nagarajan


Chat session not connected

$
0
0

We have a CRM system named CD2 which works properly with Chat. Recently our basis team set up another system CD3 of which

the Chat is not working. Upon clicking on Accept button, an error message is displayed "Chat session not connected". The contractor

who set up the CD2 is gone, and I wonder if anyone can help on this error (I suspect something such as queue is not set up right,

but I don't know enough of the Chat to locate and fix the problem)..

Re: SA BI Career ?

$
0
0

mmm u can say that again .. anyways ... saying goes .. patience is virtue .. or something on those lines

Re: Multiple Control A/cs for one customer

$
0
0

hi Ajay

 

Can you plz advise on Naseem comments?

 

Thanks

Re: Purchase Account Management

$
0
0

Hi,

I asked to check pricing to check account and accurals maintained,

For PAM Activation, you need to maintain the account key and link it to a GL in OBYC.

It will create a parallel entry to the accrual key during GR which gets offset by the purchase offsetting account assigned to the transaction key EKG.

There will be no entry during IR as these accounts get offset in GR itself.

example:

Net Price=100, Freight=10

GR :

Stock (BSX)        : 110+
GR/IR (WRX)    : 100-
PA (EIN)             : 100+
PA Offset(EKG) : 110-
Freight  – Account Key  (FRE):  10+
Freight – Accruals Key (FR1):  10-

IR :

Vendor(KBS)             :  110-
GR/IR (WRX)            :  100+
Freight Provi(FR1) :     10+

 

If You see above Entries they are getting nullified at the time of GR only,

Based on your Config. you will get same entry above which gets nullify at the GR, it will not create any entry at IR

 

Please note that the purchase account is generally not posted upon goods receipts for purchase orders with account assignment.

 

Thanks

Re: Outbound Delivery with Partner Sto.Location

$
0
0

Hello,

 

(1)  As your sloc is HU managed. the left over should be transferred to IM managed sloc. Open space you can call it as IM managed sloc where there is no SUs and no warehouse attached. In other word, with reference to your above example, 40 CRT leftover in warehouse should be transferred to IM managed sloc using HUMO  i.e. it should transferred to your open space.  As you said above , "the SU is gone, the pallet label is gone..." you have to do it in system by deleting HUs in open space with Transaction code HUMO. Now in open space floor there is no HUs/SUs and you are free to add the stock. You can also transfer the open space stock which is IM managed to HU managed sloc via packing through transaction code HU02.

 

(2)  In your above explanation you said that " When I try to add to existing stock (the 40 CRT) .... I can't because it's SU managed and the bin already has one SU"----> Actually it is possible to add the stock from one SU to another SU using LT01. In this case, the stock from supplying HU from where you are adding the stock will go away and the floor SU will contains original stock+ added stock.

 

Regards,

Milind Chaudhari

Viewing all 8798 articles
Browse latest View live




Latest Images