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

Re: "No Instance Found" in SolMan7.1 SP10 Unified Job Monitoring

$
0
0

Raghav - Yes we have less than 20 jobs in Dev and Quality ECC systems, there monitoring is working fine. We are having this issue only in Production where we have more than 100 jobs. I have deactivated and activated all jobs, after that everything worked fine 2 days and again we started having same issue, some jobs gets status correctly, some of them are not yet all getting.

 

Thanks,

Srini.


Product allocation is not working after setting all required config!

$
0
0

Hello SD gurus,  Would you please help me to resolve this issue?

 

I followed and configured all the required steps for product allocation  in ECC 6.0 Version still  the product allocation is not working as expected.

 

Here are the steps performed

 

1. Created procedure through OV1Z

Maintained  Product allocation procedure

  1. T.code OV1Z
  2. 2.  Maintain product allocation object

Transaction code: OV2Z

  1. 3.   Create required info structure as per requirement
  2. T.code MC21
  3. 4.Specify Hierarchy and Define the “Product allocation planning structure”

Transaction code: OV3Z

  1. 5.Define Consumption periods

 

  1. 6. Control product allocation

 

  1. T. code: OV4Z

Selected the product allocation procedure and given the required

 

criteria and assigned to Info. Structure S991.

Activated ‘Requirement category’ for product allocation

 

  1. 8. T.code OVZ0

Activate schedule line category for product allocation

 

 

S991 Info structure Planning parameters updated

 

Mc7F

 

Create update

 

  1. T.code MC24

 

Activate the update

 

  1. T.code OMO1

 

 

 

Create planning Hierarchy

 

  1. T.code: MC61/62

 

Maintain planning type

 

  1. T.Code: MC8A/B

 

Create the product allocation plan for required quantity

 

MC94

 

IN spite

 

of reserving stock as shown against the product allocation

 

material specific and customer specific product allocation is not

 

worked and it allocated stock to sold to party 136

 

Available stock is 200 EA in plant 1101 with the particular batch

 

the stock is 100 ea

Re: Process chain repair going to Debugger mode

$
0
0

Hi Ahmad,

 

can you share screenshot from the point of code where the debuggers starts?

Only thing I think about is that there some exception happened when you attempt to go with DTP repair.

This is quite usual in BW. Once something goes wrong debug mode starts to show to user the point where something happened which was not supposed to ...

 

cheers

m./

Re: Crashing WEBI 4.1SP2FP3

$
0
0

Hi,

 

The web Intelligence Processing server has a setting for Maximum Connections which defaults to 50. You can extend as per your requirements. The question you need to ask yourself is how many concurrent Webi request will the server receive, then you can configure it accordingly.

 

I would recommend that you do a proper sizing exercise to ensure that you have sufficient resources/servers available.

 

For your Tomcat taking 30% CPU, that's not normal. Have a look at the log files for Tomcat and see if anything is happening there. If you have a lot of Dashboards processing (opening) it will require Tomcat to do some extra processing so that can be normal, but if you aren't doing anything it should calm down. Remember that if you have a big dashboard with lots of connections it will require quite a bit of resources on Tomcat/BO and also client to process.

 

Regards,

Josh

Re: iFRame does not exist

$
0
0

Hi Steffen,

 

Yes, you can add iFrame dynamically.

 

Check if you have the class CL_WD_IFRAME in your system,

 

You can achieve your requirement as below

   

      Write the below code in WDDOMODIFYVIEW( ) of your view

  IF first_time EQ abap_true.


    DATA lo_root      TYPE REF TO cl_wd_uielement_container.
    DATA lo_iframe    TYPE REF TO cl_wd_iframe.
    DATA lo_flow_data TYPE REF TO cl_wd_flow_data.

 

    cl_wd_iframe=>new_iframe(
      EXPORTING
        id                     = 'IFRAME1'
        view                  = view
      RECEIVING
        control                = lo_iframe
    ).

    cl_wd_flow_data=>new_flow_data(
      EXPORTING
*    cell_design = E_CELL_DESIGN-PADLESS
        element     = lo_iframe
*    v_gutter    = E_V_GUTTER-NONE
      RECEIVING
        control     = lo_flow_data
    ).
   
    lo_iframe->set_source( 'www.google.com').
    lo_iframe->set_layout_data( the_layout_data = lo_flow_data  ).

    lo_root ?= view->get_root_element( ).
    lo_root->add_child(
      EXPORTING
*    index     =
        the_child = lo_iframe
    ).
  ENDIF.

 

Hope this helps you.

 

Regards,

Rama

Re: MCI5 - Damage Analysis

$
0
0

Instead of having 2 different threads, you can update one of the queries in 2nd thread as both queries are similar.

Re: How to get Older Message status in Production in SAP PI?

$
0
0

Hi Ranj -


I need to  check that there is problem in PI side.  and there is no record in sxmb_moni. How can I check it?


>>> If they are old messages and you had delete jobs in place, it's not possible to find them in MONI.


However as you just need to check if they got processed or not.. then go to


runtime work bench -> message monitoring -> integration engine(database overview) -> you can filter daily/weekly/monthly/yearly - so just select the period accordingly and disaply


search for your sender interface.. if they are successful here then do the same check in adapter engine..


Please note that incase the messages fails in PI, you would still be able to access the payloads.. Delete job only deletes the successfully processed messages (messages which are in final status)

Re: Assign BP relationship type

$
0
0

Srinivas, you have clearly got this wrong, Im not after maintaining multiple BP relationships between different BPs.

 

Thanks,

Sheetal


Re: (SWEI)

$
0
0

Hi,

 

Try this:

 

SELECT * FROM [Dbo].[@Owner]

 

OR

 

SELECT * FROM  SBODemoUS.dbo.[Owner]

 

 

Thanks & Regards,

Nagarajan

Re: Startegy and Package sequence (unregular cycle)

$
0
0

Hi Frazer,

 

In such case

You will have 2 plans:

1st one will be a Strategy plan with unit WEEK as discussed above (without 10 week package) and the

2nd one will be a single cycle plan with 10 weeks frequency.

Start-of Cycle Dates should be matched.

And then

You need to take help of user-exit IPRM0002 , the logic written there will be skipping the 9 week trigger.

 

The other option

Can be having a 3 different Single Cycle plans with Cycle periods 3 week, 6 week and 10 weeks with 3 different task lists.

(Hassle free)

 

Jogeswara Rao K

Re: Accounting Tab is not visible

$
0
0

Hi Aneel,

 

Please check if you have maintained your project type in the define controlling scenario setting.

 

Regards,

Runjhun

Re: Comparing SELECTs for performance

$
0
0

Hi Kannan,

Thanks for the information.  I'm still learning more about SAT and those links are helpful.  I see SAT can be used to compare traces, however, my question was more about how to plan and model the correction that I propose to make without making a separate program to analyze comparatively, or without making changes to the existing FM.

 

I think I want to replace the use of BSEG in the FM with BSID, but I want to "speed test" the use of BSID in a similar select in our PRD environemnt, without having to transport changes.  I might find, for instance, that BSID doesn't really improve things.

 

What I've done so far, is create a quick viewer of a select of BSEG and another with BSID and compare them using SAT or ST05.  I was just wondering if there is another tool that is more dynamic and allows the use of custom coding. 

Thanks

Jeremy

Re: Startegy and Package sequence (unregular cycle)

$
0
0

Hi Jogeswara ,

 

Thanks for your inputs .I agree with what you have suggested .

 

But the catch is once the maintenance plan 1 , has done 3 weeks , 6 weeks and (enhancement helped us to skip the 9 weekly cycle ) .

 

We want the next 3 week cycle to start , 3 weeks after the 10 week .

That is , 10 week + 3 week = 13th week .

 

But as per std SAP , the next cycle will be 3 weeks , 6 weeks , ( 9 week skip ) and 12 week .

 

We dont want 12 week cycle , we want to see 13 week cycle and 16 week cycle after week 10 .

 

Regards

Frazer

Crystal Report slow to print VS2012 VB

$
0
0


I notice another discussion where slow print was mentioned.  Its suggestion was to use Crystal ReportsAppServer but its code was more than I need and I did not pick out what was needed for my app.   I looked around but cannot see much about how the ReportAppServewr is used.

Currently I have a little routine that I can call to print, passing in the query and report name:

 

Dim ds AsNewDataSet

Dim da = NewSqlDataAdapter(qry, login.conStr)

da.fill(ds)
Dim Rpt AsNew CrystalDecisions.CrystalReports.Engine.ReportDocument()

Rpt.Load(Path & reportname)

Rpt.Refresh

Rpt.SetDataSource(ds.tables(0))

Rpt.PrintToPrinter(1,true,0,0)

 

Would changing this to use the ReportsAppServer make the print work faster?  And the big question how do I do it?

 

Peter

Re: Data Lock Via Automate Work Status

$
0
0


Hello,

 

If your requirement is you only need to lock data of previous month on the first day of current month . you can achive it though ABAP... but let me know your requirement clearly and how is it related to BPF and your Business.

 

Regards, Andrew.


Re: How to exclude interfaces from Alerting

$
0
0

Hi Uma - If you are not interested in creating interface specific rules.. create one rule in outlook to move them into another folder.. just ignore as after all i feel it's not about improving some performance

 

Unfortunately, i don't think we can apply some rules before sending emails from SAP..

Re: Dashboard report on mobile

$
0
0

HI Hityshi,

 

when you save the dashboard for platform and mobile, both formats get generated.

As flash is not supported on apple devices, it automatically gets the html5 format on it.

Your android can support flash, hence it will get the flash format based dashboard.

 

Now, when you only save it for mobile , it will generate a xlf format dashboard

if you save it for desktop only, it will generate a swf format dashboard.

 

You can get both content, if you do a save as desktop and then save as mobile seperately.

the swf format if only saved for desktop, will not open in any mobile device

However the xlf format can be opened on any mobile device

 

Regards,

Atul B

Re: Log file in WD

$
0
0

Hi Paul,

 

Is your requirement is to have a text editor in WD application and user fills it and when click on save a dialog box should appear for confirmation? and upon confirmation, the text needs to be saved as log.

If so, you can do it as we it in abap by using standard function modules.

 

Create methods in assistance class and pass the text editor content to method and by using standard FMs you can create log by using the content.

 

Please refer the below link ( to know about function modules )

SAP ABAP: Write to SAP Application Log

 

To show popup confirmation in WDA

how to use confirmation popup in WDA…

 

Hope this helps you.

 

Regards,

Rama

Re: Calling SQL stored procedure dynamically

$
0
0

Hi Alex,

 

Can you share your requirement on exactly what is the need to call the procedure dynamically?

 

For your question, have a look on the below:

 

1) Have a procedure named EMPLOYEE_DETAILS

 

 

2) Created one more procedure named Dynamically as shown below:

CREATE PROCEDURE Dynamically ()
AS
BEGIN
DECLARE QUERY VARCHAR(1000);
QUERY := 'call  EMPLOYEE_DETIALS(?)';
EXECUTE IMMEDIATE (:QUERY);
END;

 

3) Output:

 

 

Regards,

Krishna Tangudu

Re: Send an Email upon SFC done

$
0
0

Hi Adithya,

 

Please make sure that at the end of your BLS you are assigning the transaction parameter status = "PASSED" and assign inputXML to outputXML for successful execution. Also please assign the message. Please check those thinks and let me know if any issue.

 

For your own testing purpose you can also use "Write File" action block within your BLS to write the value within a file and to know the required steps are executed or not.

 

Thanks

Chandan

Viewing all 8851 articles
Browse latest View live




Latest Images