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

Re: Can anyone please explain why we need to connect both eCATT and QTP for automation

$
0
0

Hello Ranjini,

 

You dont need to configuire eCATT with QTP unless you are using QTP to automate applications which are not feasible using eCATT. If you want to maintain all your test scripts automated at one central location (automated either using eCATT, QTP or any other third party tool) then you can configure  your Central system to link to QTP, else you dont need this configuration.

 

Hope it helps.

 

Thanks,

Aj


Re: Unbable to search on SCN

Wrong resource type as multimixed in APO?

$
0
0

Wrong resource type is getting created in APO of multimixed type for Machin _001 and labour _002 type from R3 workcentre for machine-001 and labour type -002 categories, R3 workcentre has 001 machine capacity with settiings as 1 .Number of individual capacities = 1 2. Indicator for  can be used by several operations= unchecked 3. Transaction CFC9 has both single and multimixed settings. 4. SPRO -> Integration with other mySAP.com Components -> Advanced Planning and Optimization -> Basic Settings for Setting up the System Landscape -> Specify SAP APO Release' - APO release is mainatined (though not latest) 5 .APO  resource tab is not manitained in WC definition - 002 labour capacity category is having Number of individual capacities = 4 with all other parameters same as above for 001. only doubt is this labour capacity within same workcentre and the APO release in SPRO of R3 is not latest.but the issue is other workcentres with same settings for 001 and 002 are gettting generated correctly like _001 for machin as single mixed and _002 as multimixed due to several capacities for laboure capacity experts opinion are requested...

Non numeric column in appraisal template

$
0
0

Dear Experts,

 

I'm quite new to Performance Management and I'm currently developing a new appraisal template using PHAP_CATALOG.  What I would like to do is to insert a new column which is Quadrant Name.  I would like to have this column in just a simple text (not a value list).  The reason is we want the user to be able to freely type in any quadrant that is relevant for them.  However I don't seem able to do that.  When I go to PHAP_CREATE to test the new template, the column is numeric.

 

Is there any way we can create a non numeric column ?  I don't want to use note field, as I would also need to use the note for description of quadrant.  Please advise.  Thank you.

 

Regards,

Arief

Re: How to bring 6 months old data from current date

$
0
0

Hi Devram,

 

If your logic is to restrict data in SQL statement, then you can use add_months(now(), -6) to get the date before 6 months and use it in the WHERE clause for the SQL.

 

In case of scripted calc view, you may want to add a projection with the filter condition as DATE <= now() and DATE >= addmonths(now(), -6).

 

Please note the that addmonths syntax is different in the SQL statement and projection filter.

 

Regards,

 

Ravi

Re: Repository A2 Not Accessible by HTTP

Re: Serial number validation

$
0
0

Hi,

  You might need the ABAP help for this. Please check the exit EXIT_SAPLIPW1_004 (To validate Serial Numbers entered manually) and EXIT_SAPLIPW1_001 (To validates only when Serial Numbers are automatic.)

 

Hope its helpful.

 

Regards,

AKPT

Re: Validate a Field in the Initial Screen of UI in FPM

$
0
0

Hi,

 

when you click on continue event LEAVE_INITIAL_SCREEN is raise so it is displaying message and navigating to next page.

 

Create a action validate and assign to continue button and write you logic in get_data method. if it is validated then raise event LEAVE_INITIAL_SCREEN other wise do nothing.


Re: DocEntry and DocNum changing automatically

$
0
0

Hi Jananisua ,

 

 

Same problem i had occured, Now go to screen Painter and again check your textbox alias name. I m sure that is missing, Bcoz screen painter is tu dump here..

 

 

Check and let me know.

 

 

Regards

Pradeep

Re: Shortcut BW is not working

$
0
0

I tried your scenario in my system. I was able to create the shortcut on desktop. I double clicked and it taken me to Bex Analyzer. I just clicked on open workbook and it opened an I am able to see the workbook.

 

In your case, when you click on the shortcut on desktop, only an excel opens but not with Bex Addin. This is your problem. Are you able to open Bex ANalyzer normally from Start-->business Explorer?

PR line item Display

$
0
0

Hello  Team ,

 

Im facing one issue which looks strange . User is logged from his desk and checking  ME51N > Document Overview . He is selecting Purchase Requisition and checking for PR. He is able to see all PR's . But when he do the same exercise from Other desktop. he is not able to see the PR's and getting " MEQ009 -  No data satisfying selection criteria Exists .

 

I checked the Personal settings and also User Own Data. Those are same . there is no any deference. Anybody got the same issue  ?? Please help me.

 

Thanks and Regards

Pavan G Kulkarni

Re: Can anyone know ? Is it possible to see Standard SAP B1 Form coding?

$
0
0

Hi Ad,

 

Thank you someuch,

can you tell me what is the actual process to get standard form using GetAsXML() ??

Where I use that method ?

 

Thank You

Pradeep

Re: While runnung payroll Error  Division by zero not performed, calculation rule AEPF*/810

$
0
0

Hi Urvashi,

 

Did you unhide "work hours/period" (DIVGV) in IT0008? The problem is because this field is hidden.

 

If you would put it hidden you can define a constant in V_T511K or V_T510H. In this case you have to change your formula to read from these tables.

 

Regards,

Omid

Re: Customer Down payment with billing plan

$
0
0

Hi Praveen,

 

Could you please share the screen print of your order showing the Billing Plan tab in it.

 

Regards

Re: SAP DMS and solman integration

$
0
0

Hi ,

 

Any idea about integration between SAP DMS and Solution manager 7.1 version ?

 

Rg,

Karthik


Re: Access to ABAPER On Production

$
0
0

Abdul,

 

Agree with Wes.  Seems ABAPer's believe you are the approving authority and hindering access.  Once they know it is out of your hands and they have to follow a formal process of approval, most ad-hoc requests drop. 

 

A few genuine ones do come up now and then (once in a bluemoon) and that can be given via GRC Firefighter (if you have GRC in landscape) else with proper business approver.  Have a talk with the Data Owner (Client side) and formulate a plan if don't have one already.

 

BR, Ganesh

Re: SDK

Re: Validate a Field in the Initial Screen of UI in FPM

$
0
0

Hi AZ,

 

Thanks for the info. But still the same error remains.

 

In the GET Data I am checking some data validation and populating the error messages to a custom attribute in the class CL_MDG_BS_MAT_FEEDER_FORM_SET.

 

In the PROVESS_EVENT Method I am doing this.

 

oref type ref to CL_MDG_BS_MAT_FEEDER_FORM_SET.

and read oref->gt_message into WA with key severity = 'E'.

if sy-subrc = 0.

  Append lines of oref->gt_message to et_messages.

EV_RESULT = IF_FPM_CONSTANTS=>GC_EVENT_RESULT-FAILED

endif.

 

still the same problem remains. I get the error message when I click on continue and the screen moves to next screen with the error message on the top.

Re: Depreciation Calculated wrongly for Retired Assets

Re: Row change event in WDP ALV

$
0
0

Hi ,

 

 

Try using  ON_DATA_CHECK event of ALV.

 

Thanks

 

Vijay

Viewing all 8720 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>