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

Re: How to insert image in the title bar?


Autocreate for Template Table if it doesn't exist

$
0
0

Hello.

 

I have a Data Services Project and I face a problem:

I use Template Table, and at the first time of the job execution the table is auto created. But if I delete the table from the database (or change the database of the datastore to another that doesn't have such table)  and execute the package again then it doesn't autocreate it and I get the error:

" Invalid object name 'TableName' ".

 

Furthermore, I don't want to check the "Drop and recreate" option, because I 've placed it in a while loop in order to get data from different tables (with the same schema).

 

This is a problem for me because I want to create the package once and execute it for different new target databases.

 

Is there a solution for my problem?

 

Thanks in advance for your help,

Nicholas

Integration Gateway connection error

$
0
0

Hello Expert

 

I am trying to get connect with Integration Gateway from Eclipse GWPA.

 

 

Here is the screenshot attached what i am getting error.

 

Please any body help me in this issue.

 

Thanks in Advanced.

 

 

 

Thanks

Raj

Re: SET_TABLE_FOR_FIRST_DISPLAY in I_CALLBACK_USER_COMMAND

Re: I'm new at ABAP

$
0
0

Hi Paulo,

 

first, many thanks for your reply.

So im using 64x System and found the start.htm

Here ist what it says

 

  • Operating System Windows 7 64 bit Professional (unsupported platform for Trial Installation) or Windows Server 2008
  • JRE 1.4.x or JRE 1.5.x (for installation only, JRE 1.6 is not supported)
  • Hostname must not exceed 13 characters (Full Qualified Domain Name optional)
  • NTFS-File system
  • Internet Explorer 7.0 or higher or Firefox 3.6 or higher
  • Minimum 2 GB RAM (4 GB or more recommended)
  • Virtual Memory: Pagefile size sufficient for installation (16-24 GB recommended).
  • Intel Pentium III/1.1 GHz or higher (or compatible)
  • 45 GB hard disk space temporary during installation - 36 GB permanent
  • High-resolution monitor (1024x768 or higher, 256 colors)
  • Make sure that no other SAP system or MaxDB is installed on your computer or has registry entries (multiple instances not supported with Trial))

 

So im machting these Requirement but i found a log :  Names of well-known groups that require englisch Groups like "user" or "power users" but my System is installed in German, maybe their is the Problem?

 

Hope you can help again.

 

Regards.

Re: Deletion of change log - Full Load Requests

$
0
0

Thanks Ram. I guess this is the only option to automate

Re: Schedule Line Date Showing in future in Sales Order though the Stock is available in system on same date

$
0
0

in which tab it is i coudnt recall please guide me

Re: Schedule Line Date Showing in future in Sales Order though the Stock is available in system on same date

$
0
0

sorry got it it is 0 days. how to proceed further.


Annual exemption of Conveyance Allowance: Problem

$
0
0

Hi Experts

 

We are facing two problems related to calculation and display of annual exemption  for conveyance allowance in our company that has SAP payroll implemented.

 

1.       Unable to generate / display annual conveyance allowance exemption amount (/4E3) for a fiscal year under sec (10) exemptions column of the payslip. This situation occurs when no amount corresponding to conveyance allowance is maintained in infotype 0008.


2.       Also when we are paying an EE with a conveyance allowance of amount more than INR 800, the system takes the entire amount and not INR 800 as the base to calculate exemption.

 

We are not using Infotype 0582

We are maintaining linkage of conveyance allowance wage type with standard tax code in table T7INT9

 

Request your advice / solution

 

Regards

JP

Re: Dynamic datawindow with parameters, how to modify sql select?

$
0
0

This is a documented limitation.

 

"Limitations to using SetSQLSelect"

Use SetSQLSelect only if the data source for the DataWindow object is a SQLSELECT statement without retrieval arguments [...]"

 

So you have to avoid to use datawindows with retrieval arguments or do a dynamic change of the SQL (or PBSELECT) in the entire datawindow syntax during runtime.

 

hth

 

Arnd

Re: Adding fields to an existing UI requires access key

$
0
0

Hi Riaan

 

We suppose not to go in change mode for SAP delivered UI

Re: Special charateristics Error?

$
0
0

Hi,

 

 

please look at the below code it will work, i used same code when will get the special char issue.

just map the field at transformation form source to target and write it in filed level routine.

 

DATA: l_d_length like sy-index.
DATA: l_d_offset LIKE sy-index.

DATA: CharAllowedUpper(60) TYPE C.
DATA: CharAllowedLower(60) TYPE C.
DATA: CharAllowedNumbr(60) TYPE C.
DATA: CharAllowedSondr(60) TYPE C.
DATA: CharAllowedAll(240) TYPE C.
CharAllowedUpper = 'ABCDEFGHIJKLMNOPQRSTUVWXYZÄÜÖ'.
CharAllowedLower = 'abcdefghijklmnopqrstuvwxyzäüöß'.
CharAllowedNumbr = '0123456789'.

CharAllowedSondr = '!"§$%&/()=?{[]}\u00B4`*+~;:_,.-><|@'''.

CONCATENATE CharAllowedUpper CharAllowedLower CharAllowedNumbr
CharAllowedSondr INTO CharAllowedAll.

RESULT = SOURCE_FIELDS-STUDENTEMAILID.
l_d_length = strlen( RESULT ).

IF NOT RESULT CO CharAllowedAll.

DO l_d_length TIMES.

l_d_offset = sy-index - 1.

IF NOT RESULT+l_d_offset(1) CO CharAllowedAll.

RESULT+l_d_offset(1) = ''.
CONDENSE RESULT NO-GAPS.
ENDIF.
ENDDO.
endif.
CONDENSE RESULT NO-GAPS.
TRANSLATE RESULT TO UPPER CASE.


Thanks,

Phani.

Re: Solman service desk attachment restriction

$
0
0

Hi Senol

 

What do you think? is it can be restricted at authorization Object? I have done trace to catch the relevant object but couldn't find exactly

HANA Sizing - How to reduce the size further?

$
0
0

Hi All

 

We are upgrading our BW system from from 3X to latest 7X and migrating to HANA. Our system size is 2.5TB and we have Stats Cube, Change Logs and PSA tables which are accounting to 1TB. After our housekeeping activities we have reduced the size of our DB to 1.3TB and when we run the HANA sizing report we dont see any impact on the output before and after our housekeeping activities

 

After we reduced out DB the largest tables that we see are the RSD* tables (ROW Based) and Fact, Active Tables and Change Logs (COL). Should we reduce the Row based tables instead of Col? should we ignore RSD* tables for sizing?

 

Memory Requirement (Minimum Total): 780GB (Before) 777GB (After)

 

HANA Sizing Report which was used  - /SDF/HANA_BW_SIZING

Selections: Supress tables < 1MB - X, One Table Per RFC - X, Precision - High, Non Active Data - X

 

PS: We were aiming for 512GB Hardware but it looks like we need more than what we anticipated

 

Largest Tables

 

RSZWOBJ

RSBATCHDATA           

RSR_CACHE_DB_IX       

REPOLOAD               

RSDDSTATEVDATA         

RSMONMESS              

REPOSRC                

EDIDS                  

 

Thanks

Abhishek Shanbhogue

Re: Solman service desk attachment restriction

$
0
0

Hi Kandula,

 

Yes you are right, It depends on an authorisation object. But we need to find this authorisation object.


Re: Alternate unit of measure

Re: How to get creation date of a file created in application server?

$
0
0

Hi Sandipan,

 

Check in se37.Pass the parameters as follows.

 

te.png

 

Catch the respective exceptions too.

 

Regards,

Kannan

LSMW authorization objects

$
0
0

Hi,

 

Say I'm authorized to post G/L entry on Company 0001, through FB01 or F-02. And in the same time, I don't have authorization to post on Company 0002.

Recently, I was using LSMW for mass uploads (through FB01), I've mistakenly typed 0002 in the LSMW upload file, and SAP posted the transaction successfully. Is this a normal LSMW behavior (since as I said, I don't have authorization on Company 0002)?

 

Regards,

Re: CORBA Error While communicating with the SL Service (WIS 00000)

$
0
0
  • Is the issue specific to a user?
  • Is the issue specific to a client machine or to a Desktop/Laptop?
  • Are you able to ping your BO server from your problematic Desktop/Laptop ?
  • Are you able to connect with other BO client tools(IDT, UDT, Dashboard Designer..etc) to your BO Server from that problematic machine?

Re: NetWeaver Trial installation fails

$
0
0

I had thesame problem andsolvedby removinga line thatwasplacedin the C:\Windows\System32\drivers\etc\hosts.
Removethe line containingthe name of yourhost andIP

Viewing all 8713 articles
Browse latest View live


Latest Images

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