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

Re: System User password not work in SUM

$
0
0

Hi Nainesh,

Can you please past the message or the screen shot. Is it asking for the password for system user or asking for ABAP DBA Shadow Password.

 

Can you please let us know which kernel version you are at .

 

Thanks

RishI Abrol


Re: Missing Class CL_IM_SIC_NOTIFY_ILN after upgrade to NW731

$
0
0

Hello,

 

You need to check the BAdIs: in most cases, there was either some BAdI that was activated but not implemented, or present, but inactive.

 

So check this information in your system and see whether this may be also your case. If you don't need the BAdI, please deactivate it through transaction SE18.

Please pay special attention to "\CLASS=CL_IM_SIC_NOTIFY_ILN", where is it defined.

 

Regards,

David

Re: Hide field in the summary tab

$
0
0

Hi Pedro,

 

The problem is now solved. I delete these syntax:

Dim theAppl As Form

          

            Dim Form As SAPbouiCOM.Form

            Dim fPane As Integer = Form.PaneLevel

            Dim ItemIndex As Integer

            Form.PaneLevel = Form.Items.Item(ItemIndex).FromPane

            'Form.Items.Item(36).Visible = True

            If pVal.EventType = BoEventTypes.et_ITEM_PRESSED and pVal.Before_Action = False Then

                If Form.Items.Item(36).Visible = True Then

 

And created new one. But I have to apply your solution too as follows:

Public Sub HideControl(ByVal FormUID As String, ByVal ItemIndex As Object)

        Try

            Dim Form As SAPbouiCOM.Form = theAppl.Forms.Item(FormUID)

            Dim fPane As Integer = Form.PaneLevel

            Form.PaneLevel = Form.Items.Item(ItemIndex).FromPane

            Form.Items.Item(ItemIndex).Visible = False

            Form.PaneLevel = fPane

        Catch ex As Exception

 

 

        End Try

    End Sub

 

 

so now, my new syntax work well.

 

 

Thanks for your help.

 

 

Steve

Re: Adding Spool List recipient

$
0
0

Hello,

 

Have you checked the SAP note 1810625?

 

Regards,

David

Re: Project field

$
0
0

Hi Experts,

 

I welcome anyone of you that could kindly answer my problem.

I actually want to copy project code of selected journals in the BP internal

reconciliation.

 

The steps are:

1. After selecting the journal entried, the user click the “Adjustment” button

2. then system autoamtically load of JE adjustment

3. In the JE, the project code should be filled automatically.

 

Pls help.

 

Steve

Fiscal Year Setup for YTD custom measure

$
0
0

My company uses the following FY:

  • Period 1 - 12 ==>  April - March

 

We created a custom YTD Measure for Accounting with the below logic:

 

MEMBER [MEASURES].[C_YTD] AS 'IIF(([%P_ACCT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%P_ACCT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ"),([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])), ([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])))' SOLVE_ORDER=3

 

But the system is treating April as the 4th month and not the 1st month of the FY. It is summing up values from Jan-March along with April activity amount for April value. I have heard you can control this from the TIME dimension. Can anyone tell me how?

 

-Rohit

 

TIME Dimension:

 

IDDescriptionBase PeriodLevelMonth NumberPeriodTIMEIDBudget MonthsYearFISCAL YEAR
2014.012013.APR1MONTH1APR2014010020132014.Q1
2014.022013.MAY2MONTH2MAY2014020020132014.Q1
2014.032013.JUN3MONTH3JUN2014030020132014.Q1

Re: Risk Priority Number - FMEA

$
0
0

As you mentioned, it's coming under Quality Planning - FMEA.

 

But I am not sure about your requirement so I can't advice how this can be used to match yours.

Re: SAP PM user and configuration guide


SAP PORTAL IS NOT STARTING

$
0
0

Hi SAP Experts,

 

 

I have a strange issue when i am starting SAP Portal after JVM Upgrade .

It is giving below error

 

 

g 52> ./startsap r3

Checking SID Database

-------------------------------------------

Error occurred during initialization of VM

java/lang/ClassNotFoundException: error in opening JAR file <couldn't find 'END' tag> /usr/sap/SID/J15/exe/sapjvm_6/jre/lib/rt.jar

J2EE Database is not available via  test

See logfile /usr/sap/SID/users/sidadm/JdbcCon.log

Database SID  must be started first

 

 

 

 

Regards,

 

 

 

Abhishek

Re: how to post to accounting in current period for previous payroll result unposted

$
0
0

Ok noted that the point of your info is we really need FICO acounting to open the previous period if we want to post previous payroll in previous accounting period..

 

How about if we want to post payroll previous period (unposted) in this current accounting period that is still open - automatically. Is there a way??

Re: How Can Change Ogr. ID in sap CRM system.

$
0
0

Hi Ajeet,

 

Please refer below the screen prints :

 

ORG NO.JPG

Re: Need Help : InfoPackage failure in Process Chain

$
0
0

Hi Harish,

 

Seems like you created generic data source based on custom table. during your load time some one may disturbed ztable(its inactive), due to that its unable to pull the data.i.e table will be in inactive version.

 

as you said it full load, just delete the request at PSA and reload again. it may works.

 

Thanks

Re: Automatic update of equipment master record

Re: Lançamento de Financiamentos

$
0
0

Boa noite,

 

Aqui na empresa lançamos tudo no "nota de recebimento", você poderia lançar como modelo "outros" e criar uma condição de pagamento com as parcelas necessárias para o financiamento.

 

Exemplo:

tela1.png

tela2.png

 

tela3.png

 

[]'s

 

Fabio.

Re: Split Valuation Local Valuation type for Plant

$
0
0

Dear Afshad,

 

What I understood is, company has two global categories (say A, B). Requirement is to create new valuation types (say Y,Z) and assign it to the new Plant (XXX).

Create valuation types and assign it to valuation category (either A or B) as per your business.

Activate these valuation types to only to your new plant.

Then while creating material master for this new plant, only these two valuation types will be shown and these will not be appear for other plants.


Re: EPM 10 Master data deletion

$
0
0

Can you run this

UJA_REFRESH_DIM_CACHE

Re: Default payment method

$
0
0

Hi Mona,

Use BPPaymentMethod template on DTW

 

Regards,

JP

Re: No such class: "sap_productsystemlandscapeproduct"

$
0
0

Dear Rishi,

the ST patch level is SAPKITL707. So, this note Note 1659101 is invalid in my case.

 

Regards,

Re: PC 10: Local P3 Control screen is editable some times under master data

$
0
0

Dear Mohammed,

When you assign a subprocess to an org unit , you can choose if this control allows local maintenance “ YES “or “NOT”.  If you choose "NOT",  you create a local control referenced from the central catalog (P3) , which provides centralized maintenance. So , you are not able to edit the referenced this kind of controls.

If you choose "YES " , you create a local control copy  from the central catalog (P2) and you can later edit the local  controls.

I hope help.

 

Regards,

Karina Atonaidán

Absence counting

$
0
0

Hi Experts,

 

I have a requirement to create a particular absence type with the below conditions

* When a person avails this absence type , friday and saturday should not be included while calculating the absence hours or absence days.

* This employee has planned working hours for both friday and saturday.

 

Eg: if the employee goes on leave from 12/09/2013 till 14/09/2013 , the absence days should be only 1 day (13th and 14th September are Friday and Saturday) and hence should not be included even when this employee has a work schedule of 8 hours per day on all the three days.

 

Is it feasible to achieve this.Kindly help.

Viewing all 8902 articles
Browse latest View live




Latest Images