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

Re: How Can i Collect for non-key fields ?

$
0
0

Hi Burak,

 

see the below code, it may help you.

 

TYPES: BEGIN OF ty_test,

        col1(3) TYPE c,

        col2 TYPE i,

        col3    TYPE i,

END OF ty_test.

 

 

DATA: gt_test TYPE STANDARD TABLE OF ty_test,

       gs_test TYPE ty_test.

DATA gt_test1 TYPE STANDARD TABLE OF ty_test.

 

gs_test-col1 = 'IND'.

gs_test-col2 = 20.

gs_test-col3 = 6.

APPEND gs_test TO gt_test.

CLEAR gs_test.

 

gs_test-col1 = 'USA'.

gs_test-col2 = 10.

gs_test-col3 = 3.

APPEND gs_test TO gt_test.

CLEAR gs_test.

 

gs_test-col1 = 'IND'.

gs_test-col2 = 12.

gs_test-col3 = 7.

APPEND gs_test TO gt_test.

CLEAR gs_test.

 

LOOP AT gt_test INTO gs_test.

 

COLLECT gs_test INTO gt_test1.

   CLEAR gs_test.

 

ENDLOOP.

 

Regards,

Chinni


Re: HRESS_A_PTARQ_TIMEACC Accounts in Hours?

$
0
0

Hi Lukas,

 

I have gone through your discussion and came to understanding that you need 'TIME ACCOUNT BALANCES' ( HRESS_A_PTARQ_TIMEACC) Entitlement to be displayed in Hours rather than Days.


HRESS_A_PTARQ_TIMEACC

Time Account - HRESS_A_PTARQ_TIMEACC.JPG

If I am correct then you can achieve this by doing some configurations and that too if it is your requirement.

 

1. First you need to Define Absence quota types in to Hours rather than Days.

 

Go to transaction SPRO for the below IMG step

 

Time Management -> Time Data Recording and Administration -> Managing Time Accounts Using Attendance/Absence Quotas - > Time Quota Types

 

Execute Define Absence Quota Types

Define Absence Quota Types.JPG

Go to Position and Select your ESG and PSG you will get your Absence Quota Types Pre-Configured

Absence Quota Type.JPG

You need to open the required Quota Type and Change the 'Time/Measurement unit' Field to 'Hours'.

Absence Quota Type_Details.JPG

Absence Quota Type_Details_Days.JPG

2. Second you need to Calculate Absence Entitlements

 

Go to Time Management -> Time Data Recording and Administration -> Managing Time Accounts Using Attendance/Absence Quotas - > Rules for Generating Absence Quotas

 

Execute Define Generation Rules for Quota Type Selection

 

For this please go through the Help Document below and you can achieve this.

 

http://help.sap.com/saphelp_erp2004/helpdata/en/8a/98543346c411d189470000e829fbbd/content.htm

 

Output

Time Account - HRESS_A_PTARQ_TIMEACC_Output_Hours.JPG

 

Hope this helps you to solve your issue.

 

Thanks,

Mohsin.

Re: Release strategy configuration creation date

$
0
0

hi Bheemrao,

 

No output, i tried this already as suggested by  BHg Blr in first reply

how to find the all the active workflow which is used in the system

$
0
0

HI ,

   

    I have to find all the  active workflow which is used in the system  . I used SWE2 but its showing both active and inactive workflows.

 

 

 

 

Thanks ,

Pasumpon Karuppaiah

Re: Automating dashboard cache queries

$
0
0

Hi Sapanesh,

 

The cache server works fine. I have to manually open the dashboard to activate the queries the first time and after that the queries are cached. How can I automate the first daily opening of the dashboard? I don't want the first client that open the dashboard to have bad response time on a daily basis.

 

Thanks

Gerrie

Re: BW/BI data in Hana through BODS

$
0
0

Hi Jay,

Are you using a query transform and assigning at least 1 primary key in BODS?

 

Thanks,

Eric

Script Logic functionality

$
0
0

Hi Experts,

 

I have a requirement based on which I want to know does this Possible by script logic or not? Here is my question :

 

 

I have a data in some accounts CATEGORY ACTUAL for a period of 2013.04 . Can it be possible that same data gets copied inCATEGORY FORECAST TIME  2014.05

by script logic??? For example lets say :

               

                         TIME

                         ACTUAL               FORECAST

                         2013.04                 2014.05 

 

Account A          100                       100

 

Account B           20                        20

 

 

Like in above example we can see 2013.04 has value 100 & 20 in accounts A & B. What I want is to have same values in 2014.05 like I shown in above example.

 

So, Please guide me does it possible by script logic? If yes then how we cna do in script.

 

Thanks

natasha

Re: Same excel but different outputs

$
0
0

Actually I've just noticed that all the columns are coming but here is the issue. I've to squeeze first column so much to view the details. I've provided the code above. Can anybody please see what is my mistake and how to rectify it?

 


Warranty on sub equipments

$
0
0

G'Day All ,

 

I need some inputs on Warranty functionality on Equipment and Sub equipment .

 

I have a equipment hierarchy of equipment and sub equipments .

 

Main equipment = Truck  ( warranty for 5 years )

sub equipment 1 = Engine ( warranty for 7 years)

Sub equipment 2 = Motor  ( warranty 6 years)

 

My maintenance team creates work orders at Main equipment level ( Truck) .So is it possible for the pop up  to bring the details of all the warranties of sub equipment as well.

 

Example : When I create a Maintenance order on main equipment ( truck)  in the year 5.5 , the pop up must indicate that the sub equipments (Engine & Motor are still under warranty) .Without the users going into individual sub equipments to find out if warranty exist  .

 

 

I have searched SCN sites , but did not find anything related to this issue.

 

Appreciate your inputs .

 

Regards

Frazer

Re: Enhancement used for vf01

$
0
0


Hi jena,

   

          I dnt know about user exits.Can u please mention were we can open this user exit-RV60AFZZ and write the required code.

Re: BEX Query Issue

$
0
0

Phani, I know how to hide compounding objects but i want to hide the VALUES inside the compounding objects.

Re: How to Count the Rows of a GUI Label Object

$
0
0

The solution to get the number of row is brilliantly simple.

 

However, I don't think the lblWBS for-loop will work until the last row. I suspect that halfway through the loop, the script will throw the cannot find by id error.

 

If my suspicion is wrong, do tell.

BO 4.1SP02 new installation - No sample universe?

$
0
0

Hello all,

 

I just installed BI platform 4.1SP02 in my Windows2008 VM. The installation process was successful.

 

But when I opened webi in the platform, I could not find any sample universe .  No efashion, no any other universe.

(In my previous installation for other versions like 4.0SP06, 4.1SP01, there are always sample universe there. )

 

How can I get the sample universe back?   Or there will be no sample universe starting from 4.1SP02?

 

Thank you.

 

Eton.

Re: Assign PO in IP40

Re: What is the use of keyword during the upgrade with SUM

$
0
0

hi

KEYWORD is different based on SUM version . Based on XML it shows Target system version and currect system version and You can get it from mentioned note in SUM.


Regards,


Re: Demo Project

$
0
0

Dear...Uday

Check in Google plz dont post that type of Requirements  all the best ..

Re: Solman 7.1 CRM Web UI - Changing fields/Adding fields etc

Re: Authorization needed for service user connecting to AD

$
0
0

I know this is old, but its still unanswered.  They only need READ access, which is the same level of access an end-user in the domain has.  No special authorizations are necessary.

Re: Getting error while compiling example project "Stores"

$
0
0

Hi Neal,

 

Thank you very much for your replay.

I added "Keep all" and it is working fine.

 

I have recently installed ESP 5.1 SP03 , may be 10 days back.

 

My CCL code is as follows:

 

REATE LOG STORE LogStore PROPERTIES FILENAME = 'mylog.log' ,

  MAXFILESIZE = 8 ,

  SYNC = FALSE ,

  SWEEPAMOUNT = 20 ,

  RESERVEPCT = 20 ,

  CKCOUNT = 10000 ;

 

CREATE INPUT WINDOW Input_window

SCHEMA ( id integer , batteryId string , storename string , lifeleft integer , timestampCol date )

PRIMARY KEY ( id )

KEEP 10 SEC ;

 

CREATE OUTPUT WINDOW Log_Store_Window

SCHEMA ( id integer , batteryId string , storename string , lifeleft integer , timestampCol date )

PRIMARY KEY ( id )

STORE LogStore

KEEP ALL ROWS AS

  SELECT * FROM Input_window  ;

 

I added "KEEP 10 SEC" to Input_window and "KEEP ALL" to Log_Store_Window.

My query is whether its works fine or still i may get memory leak in your program.

 

Thanks,

Shashi

Re: Order No ###### cannnot copied Partially Error while adding AR Invoice from Sales Order

$
0
0

Hi,

 

FYI:

 

1.To avoid above error, you can select "Allow Partial Delivery per Row" check under Payment terms of BP.

 

2. If you select above check box, it is not necessary to choose "partial delivery" in sales order row.

 

 

Thanks & Regards,

Nagarajan

Viewing all 8453 articles
Browse latest View live


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