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

Re: Just want to change the default theme to Streamline from Tradeshow for all users


Re: Number Range Increasing for each line item.

$
0
0

TYPES:BEGIN OF gty_data,

 

         rmcode    TYPE zcalc-rmcode,

         matnr     TYPE zcalc-matnr,

         ersda     TYPE zsemi-ersda,

         werks     TYPE zcalc-werks,

         maktx     TYPE zcalc-maktx,

         specg     TYPE zcalc-specg,

         cost      TYPE zcalc-cost,

         solid     TYPE zcalc-solid,

         resin     TYPE zcalc-resin,

         crossl    TYPE zcalc-crossl,

         pigment   TYPE zcalc-pigment,

         extendl   TYPE zcalc-extendl,

         catalyst  TYPE zcalc-catalyst,

         solvent   TYPE zcalc-solvent,

         aerosil   TYPE zcalc-aerosil,

         wax       TYPE zcalc-wax,

         anti      TYPE zcalc-anti,

         other     TYPE zcalc-other,

         costm     TYPE zcalc-costm,

         variance  TYPE zcalc-variance,

         verpr     TYPE mbew-verpr,

         bwkey     TYPE mbew-bwkey,

         fgdes     TYPE zsemi-fgdes,

         docnum    TYPE zsemi-docnum,

         pbw       TYPE zsemi-pbw,

         pbv       TYPE zsemi-pbv,

         tcost     TYPE zsemi-tcost,

         control   TYPE zsemi-control,

         gcost     TYPE zsemi-gcost,

         pbvcost   TYPE zsemi-pbvcost,

         pbwcost   TYPE zsemi-pbwcost,

         contri    TYPE zsemi-contri,

         numb      TYPE zsemi-numb,

         mark,

       END OF gty_data.

 

 

*Internal Table & Table Structure Updation

DATA: gt_data TYPE TABLE OF gty_data,

       gw_data TYPE  gty_data,

       gt_semi TYPE TABLE OF zsemi,

       gs_semi TYPE zsemi,

       ok_code LIKE sy-ucomm.

Re: Agentry Plugin installation error in Eclipse

$
0
0

The Agentry 7.0 Editor needs Eclipse Juno (4.2.2)

 

Stephen

Re: How to use 2 Time trigger UI elements

$
0
0

Hi,

 

2nd one is used to handle the Time Out Error for hours and this is not working as expected, if user leaves the browser for hours

Could you please let know what you mean by not working as expected? The max idle time is decided by the session timeout parameter. So before that you need to trigger the Timed Trigger to show popup and again if the user is not taking any action( on the popup and still is idle), then you need to do a default action( logout automatically/refresh again using Exit plugs)

 

 

Regards,

Kiran

target incentive allocation

$
0
0

Hello everyone

 

Does anyone here know about the process of Allocation Of Target Incentive in terms of purchasing??

Also I require how calculations are done for the same.

 

Regards

Gaurav

Re: How to get the current user in a session bean?

$
0
0

Hi David,

 

the project was cancelled but in the last running version I retrieved the current user in the custom UWL connector and forwarded the user ID to the session bean. So I didn't succeed in retrieving the context in a session bean.

 

Best regards,

Robert

Re: Trouble with update fields on Excel sheet

$
0
0

Problem is solved. Excel template created new and uploaded. Now the ranges are read correctly

Re: Error creating Reports SSM 10.0 SP9

$
0
0

If you issue the following commands in PAS IDQL, do you get any errors?

 

select var

set period latest

across time down var

list width 1000 len 1000


Re: Discrepancy in report execution duration

Re: Deactivate Automatic price change in PO

$
0
0

Yes, all user creating or modifying POs get this parameter set to "Do not copy" already (since 1 year at least).

Re: Error message : " could not fully determine the destination data.

$
0
0

Hi, Fixed bin for storage type is activated at storage type definition.Fixed bin.jpg

Please check if it works.

Re: How to move statistics using BRTools

$
0
0

Thanks Deepak for response.

 

The question is how to move those statistics to another instance?

 

shall I export / import this table STATTAB to another DB then run stats import ??

 

BR,

Mohamed.

Re: "UFL 'u2ltdate' that implements this function is missing."

$
0
0

Hi Warre,

 

Don't put the ufl into the \windows\system32 folder. Nothing should go there now.

 

I doubt this will ever work in CR for Enterprise. It's a Java Designer so the only way to make it work is to create a Java UFL.

 

Search for this KBA:


1803967 - How to make a Java UFL available in Crystal Reports 2011 Designer?


Same for CR for Ent., you need a Java UFL.

Only way to make this work is to convert the UFL to Java or use Crystal Reports 2011 or 2013.


See this MS Forum post I responded to also:


Custom Crystal DLLs with Crystal Reports 2008 for Visual Studio Run Time


And this one:


http://scn.sap.com/docs/DOC-35036


And this one:


Java UFL and VB UFL


Try searching, there is a kbase article with a sample attached.


And you will need a 64 bit version because some of the report processing servers may be 64 bit only but I believe the Crystal Report Processing Server is 32 bit only. It will need the UFL copied into it's \win32_x86 folder.


Only issue you should have is using CR for Ent. to design/update/create the reports with that function. Use CR 2011 or 2013 and it should work.

Problem is we no longer have the source code for that UFL and others, quite often they were written by Support people and therefore not saved into our code source system.


Don


Re: PD Repository Question - Is it mandatory that every user who connects to repository should know the schema user and password where the repository is housed?

$
0
0

Hi Thanks for the reply

 

What is power designer proxy?  Is this a separate database instance running on the same unix box where the repository database is there?

 

Or is this simply a separate schema (different from the repository schema) in oracle database (where repository schema exists)

 

where do i find steps to to instruct my DBA exactly what to do?

 

Thanks

Krishna

Re: Change description when save IW31

$
0
0

There is an Implicit Enhancement at the beginning and at the end of nearly every standard Form and FM in the system.  The simplest way to find a spot would be to put a break in your BTE (for instance.  When it stops, look at the call stack to find an appropriate spot to open an implicit enhancement.

 

 

Neal


Re: Unable to Enterprise Service Repository and Intergration Directory in SAP PI 7.1

$
0
0

Hi Prashanth, Have you tried removing all instances of Java in your machine and install a fresh one? JDK 1.7_65

Re: TO confrimed without storage bin

$
0
0

Hi Mihir,

 

Could you please share the screen of WM Detail from the Material document also the screen of Transfer order

Can BPC be integrated with ByDesign?

$
0
0

Any issues regarding using BPC with ByDesign?

 

Should the  ByDesign customer set up a BW cube for use with
BPC NW?

 

Should the customer down load data to MS SQL and then use BPC
MS?

Re: Abap code inside internal table

$
0
0

Thanks for your reply .

 

 

code is the name of table.

 

So i have to put like this?

 

generate subroutine pool < code

                             'TYPES: BEGIN OF ZSIGO_key

                            'mandt  TYPE ZSIGO_TPE_ORG_TS-mandt,'

                             ..........>

                       name <program name>

Re: Estimate time for Client copy by SCC8 & STMS &SCC7

$
0
0

Hi Divyanshu,

 

How to use r3trans to export ?

 

Thanks,

Michael

Viewing all 8902 articles
Browse latest View live




Latest Images