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

Re: Meas. Doc for Meas. Point to start Performance based Plans

$
0
0

Pete,

As I mentioned in my post, it is specified in SAP that a single measurement doc is sufficient to start the maint plan with annual estimate maintain. I wanted to know having more than one meas. doc will have  a better and realistic scheduling of maint calls. Thanks for the info.

Having maintained few meas. doc and other necessary objects, like Plans, TL etc. I have started few of my plans with last performed maint reading as start reading,100% call horizon and 365 days scheduling period. The IP10 has started the maint plan and scheduled few calls for 365 days. Now I am confused whether I have to create a background job with IP30 for every 365 days scheduling period OR the meas. doc updated over time will take care of future calls without running IP30.

Referred few threads, but not satisfactory answer.

 

Advance Thanks...

Murad


How to make cursor in ALV return to initial position after setting cursor stable?

$
0
0

I set cursor stable in ALV. But if I leave this screen then enter into this screen again, cursor will stay in the position before leaving screen.

 

Some source code is listed as follows.

 

    ls_stable-row = abap_on.
    ls_stable-col = abap_on.

    gr_grid->refresh_table_display(
      EXPORTING
        is_stable = ls_stable ).

 

How should I do to make cursor return to initial position?

Re: DTW - Outgoing Payments

$
0
0

Hi,

 

If  you got the answer, please close this thread by clicking helpful or correct answer.

 

Thanks & Regards,

Nagarajan

Re: cost is duplicated in COPA

$
0
0

Hi Jingying,

Please refer SAP note 69370 to delete unwanted data.

Regards, Gordon

Re: Outgoing Payment issue

$
0
0

Hi,

 

If  you got the answer, please close this thread by clicking helpful or correct answer.

 

Thanks & Regards,

Nagarajan

Re: upgrade inventory valuation log it takes too long

$
0
0

Hi,

 

If  you got the answer, please close this thread by clicking helpful or correct answer.

 

Thanks & Regards,

Nagarajan

Re: AS91 - Cum Acquis Value and Acc. Depr. are getting added

$
0
0

It cannot happen.  In the takeover values screen, hope you enter -

 

***.acquis.val. - 15000

Accm.ord.deprec - 6000

 

Save it and check in AW01N.  It should work.  There is no need for a negative sign as well.

Which tcode you use to check the NBV?  Hope there is no other data entered in the transaction screen of AS91.

 

Regards,

Sridevi

Re: IM 12.5 NEED HELP!

$
0
0

This is one way of return the number of weekdays in the month a date is in:

 

if ( pos ( '01,03,05,07,08,10,12,',string ( month ( mydate ) , '00' ) +',') > 0 ,

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 1 , 22, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 2 , 23, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 3 , 23, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 4 , 23, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 5 , 22, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 6 , 21, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 7 , 21, 0 )

,

if ( month ( mydate ) = 2 , if(year(mydate)=2012 OR if(year(mydate)=2016 OR year(mydate)=2024,21,20)

,

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 1 , 21, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 2 , 22, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 3 , 22, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 4 , 22, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 5 , 22, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 6 , 21, 0 ) +

if ( daynumber ( date ( year (  mydate ), month (  mydate ) , 1 )) = 7 , 20, 0 ) ))

 

For a given date, it decides if it has 31, 30 or 28/29 calendar days, from there it just depends on what weekday the first of the month is, except for February which has 20 weekday every year bar 2012, 16 and 24. 

 

HTH

Lars


Production Order Batch Determination.

$
0
0

Hi,

I have just move the configuration of batch determination for Producton order to production systems and I am currently noticing some inconsistency in the screens (execution steps). Below are the screens.

 

Step 1.

BATCH_SCREEN1.PNG

From the batch selection screen, i have selected the list component icon.

 

Step 2.

BATCH_SCREEN2.PNG

The component which was set-up for batch determination is selected.

 

Step 3.

BATCH_SCREEN3.PNG

Next the batch determination icon is click.

 

Step 4.

BATCH_SCREEN4.PNG

Now in order to have the batch selection to be displayed I have to manually trigger via menu path 'Batch Determination - W/o class selection', while in our quality systems by clicking on the batch determination icon as shown in step 3 will basially list all the batches.

 

Step 5.

BATCH_SCREEN5.PNG

Is there something which I have missed, appreciate some feedback.

 

Regards

Ken

Re: Call Transaction behaviour

$
0
0

Hi Sam,

     I am posting sample code for your reference which calls CO02 with user values and returns to calling program on pressing back. Check if it is useful.

 

        bdcdata-program = 'SAPLCOKO1'.

        bdcdata-dynpro = '110'.

        bdcdata-dynbegin = 'X'.

        bdcdata-fnam = 'CAUFVD-AUFNR'.

        bdcdata-fval = production_order.

        APPEND bdcdata.

        bdcdata-fnam = 'BDC_OKCODE'.

        bdcdata-fval = '=ENTE'. "Enter command

        APPEND bdcdata.

        opt-dismode = 'E'.

        CALL TRANSACTION 'CO02' USING bdcdata OPTIONS FROM opt.

 

Regards.

Re: SUP installation and basic level properties question!!

$
0
0

you are right Summet.

i have no authorization to download the s/w.

 

just to know,

 

who assigns whether you have authorization to dwnload? is it basis team of a company or SAP?

 

Rgrds,

Jitendra

Re: END ROUTINE-- Field not Populating

$
0
0

Hi Ravi,

 

Thanks for the information.

 

Regards,

Anil.

Re: how to stop determining automatic picking quantities in delivery

Re: Transfer of buffered data to a file

$
0
0

I would like to add that I am using a unicode capable system. The old syntax was not unicode capable and the size of the char was fixed. Now I need a variable size.

Would the syntax to transfer data to a file differed if the system is unicode capable or not?

 

Thanks

Re: Transfer of buffered data to a file

$
0
0

Hi,

 

is char255 not two small. The stringvar  is a CSTRING{1536}.

I need to use a variable length here. What is the biggest char I can use without problem? is it possible to use string or it doesnt work with string.


Re: SAP Gateway Central HUB requirments

$
0
0

Hi Sunny,

 

You are right, SAP NW 7.40 SP1 has all the components necessary for gateway 2.0.

Re: BI 4.0 - The session has been logged off or has expired. (FWM 01002)

$
0
0

Hi Dan

 

Please refer to SAP Notes 1579187, 1623421, 1651140, 1422296.

 

Thanks

Sandeep

Re: Cannot get the value of I/O field on PAI of Sub-Screen (Module Pool)

$
0
0

Hi Jun C,

     Make use of the function DYNP_VALUES_READ in your help moduleto read the value entered in the field Input1.

     This function reads the values of the field even without pressing ENTER.

 

Sample code for your reference,

  i_dynpread-fieldname  = 'INPUT1'.

   append i_dynpread.

 

   CALL FUNCTION 'DYNP_VALUES_READ'

     EXPORTING

       DYNAME                         = sy-repid

       DYNUMB                         = sy-dynnr

     TABLES

       DYNPFIELDS                     = i_dynpread

     EXCEPTIONS

       INVALID_ABAPWORKAREA   = 1

       INVALID_DYNPROFIELD        = 2

       INVALID_DYNPRONAME        = 3

       INVALID_DYNPRONUMMER   = 4

       INVALID_REQUEST                = 5

       NO_FIELDDESCRIPTION         = 6

       INVALID_PARAMETER           = 7

       UNDEFIND_ERROR               = 8

       DOUBLE_CONVERSION        = 9

       STEPL_NOT_FOUND            = 10

       OTHERS                              = 11.

 

   read table i_dynpread index 1.

   input1 = i_dynpread-fieldvalue.

 

Regards.

Re: SAP Extended warehouse management - server access and training

$
0
0

Hello Kiran,

 

How can we get access to SCM 7.0 & ECC 6.0.

I attended SAP training in march.

Re: Actual file path when using UI FileUpload

$
0
0

I have tried this but still I don't get the actual file path.

 

I get "C:\fakepath\demo1.txt" in file name.

Viewing all 8776 articles
Browse latest View live


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