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

Re: Crystal Reports prompt issue on export: “The report you requested requires further information”

$
0
0

Thanks a lot Mr. Uher. This had been troubling me since yesterday and needed a solution fast. You saved the day!


Customer Credit Risk Management Report

$
0
0

Hi Experts,

 

I have business requirement to create a report for Customer Credit Risk Management Report. the rquitement is to include the follwing column and I am not sure which particular table in sap store the information:

 

1) High Credit

2) Total Past Due

3) Last Sale

4) YTD Sales

5) D&B Date

6) D&B #

 

 

I would appreciate if some please help me out.

 

Thanks

 

 

Shoeb Kanpurwala

Re: Cambiar formato a campo especiale Crystal Report

$
0
0

Hello Guadalupe

 


As per the SCN Rules of Engagement, English on these forums only please.

 

 

Regards

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow us on Twitter

ICM_HTTP_CONNECTION_FAILED but only for a particular user in a particular environment

$
0
0

Hello, strange SAP6 problem -- a service user is getting ICM_HTTP_CONNECTION_FAILED from our Test environment when they try to call a REST service using HTTP_CLIENT.  All other users can run the call without issue; i.e. there is no setup issue with the call, it is specific to the user.  And the same user is able to make the call in our Dev environment without a problem.

 

Security claims the service user has the same access in Test and Dev, but I don't see how else we could have this problem.  I'm contemplating asking them to create a new user from scratch, what does ABAP Forum think?  Maybe I'm missing something here.

Re: Cambiar formato a campo especiale Crystal Report

$
0
0

Hi Guadalupe,

 

If you're simply trying to format the numbers so that they appear with leading zeroes, creating a formula with this code:

 

totext(RecordNumber, '000000')

 

-Abhilash

Re: Trex error

$
0
0

Hi,

For such kind of errors you can try to search oss notes on http://service.sap.com/notes with the name of the function module. And the following tricks will help you reduce the number of hits:

Tip n°3: how to improve OSS Notes search results

SAP Automated Note Search Tool: I'm loving it!

 

As far as I can see I_SCHEMA_NAME was introduced with OSS note 1732117 in SAP_BASIS 731. So maybe that's the note you were looking for... but without further information about your system patch level it's impossible to tell.

 

Hope that helps,

Nicolas.

DATA: fname TYPE TABLE OF sy-ucomm.

$
0
0

Somebody can explain to me what mean this statement...

 

DATA: fname TYPE TABLE OF sy-ucomm.

REFLESH fname.

x

x

x

...EXCLUDING fname.

 

 

Would fname be a structure or intenal table type sy-ucomm?

 

 

Thank you for help

 

Weides

Re:how would i know in third party the vendor is created or not?

$
0
0

Re:how would i know in third party the vendor is created or not?


Re: Pass Data with Tags in Web Service Field - Consuming WS

Re: Reg: Field Symbol and Data Reference

$
0
0

Always the same stupid answer. You could save your time and our staying silente. If someone came hear and posted a question it didn't get a cleared answer.

 

Think about this!

Regard.

Re: How to close the Change Request all at once?

$
0
0

Hi Neni,

 

check the below tick"List output only(no update)"...or TEST mode

 

 

if you select this then execution will not make any changes but if remove this tick then status will be changed

 

hope this clarifies

 

 

Thanks

Prakhar

F4 Help in ALV OOPS - LIFNR Standard Search Help

$
0
0

Hi,

 

In ALV OOPS, i am displaying some fields and for one field LIFNR, i need standard search help.

 

currently i am showing vendor numbers using CALLFUNCTION'F4IF_INT_TABLE_VALUE_REQUEST'.

 

but users want the search help as standard Collective search help .

 

please let us know if any sample codes.

Re: Brrestore give error termination message not found

$
0
0

Dear

how to verify its consistency

Regards

Calculation View error for CE_PROJECTION while applying Input Parameter

$
0
0

Let say i am in starting stage of learning HANA. My question may look like silly but it is a big deal for me. So, please help me to understand where and what is wrong with my procedure. I really appreciate your help.

 

/********* Begin Procedure Script ************/

BEGIN

  sel1 = CE_COLUMN_TABLE("STAGING"."PARTIES",["PARTY_ID","PARTY_NUMBER","PARTY_NAME","PARTY_TYPE","VALIDATED_FLAG","COUNTRY","STATE","CITY"]);

 

sel2 = CE_COLUMN_TABLE("STAGING"."PARTY_SITES",["PARTY_ID","LOCATION_ID","PARTY_SITE_NUMBER"]);

 

  Cal1 = CE_JOIN(:sel1, :sel2, ["PARTY_ID"], ["PARTY_ID","PARTY_TYPE","VALIDATED_FLAG","COUNTRY","STATE","CITY","LOCATION_ID"]);

 

  var_out = CE_AGGREGATION(:Cal1, [count("PARTY_ID") as "PARTY_ID", '"COUNTRY" = :IN_CNT'])

 

 

END

/********* End Procedure Script ************/

 

Please note that :IN_CNT is a input parameter with following settings

Parameter type = DIRECT

Default Value = CONSTANT

Data Type = VARCHAR(60)

 

I am getting following error message:

Message :

  Internal deployment of object failed;Repository: Encountered an error in repository runtime extension;Internal Error:Deploy Calculation View: SQL: sql syntax error: incorrect syntax near ""COUNTRY" = :IN_CNT": line 7 col 70 (at pos 744)nSet Schema DDL statement: set schema "SYSTEM"nType DDL: create type "_SYS_BIC"."test/TEST/proc/tabletype/VAR_OUT" as table ("PARTY_ID" BIGINT, "COUNTRY" VARCHAR(60))nProcedure DDL: create procedure "_SYS_BIC"."test/TEST/proc" ( IN in_cnt VARCHAR(60),  OUT var_out "_SYS_BIC"."test/TEST/proc/tabletype/VAR_OUT" ) language sqlscript sql security definer reads sql data as  n /********* Begin Procedure Script ************/ n BEGIN n t sel1 = CE_COLUMN_TABLE("STAGING"."PARTIES",["PARTY_ID","PARTY_NUMBER","PARTY_NAME","PARTY_TYPE","VALIDATED_FLAG","COUNTRY","STATE","CITY"]);n t sel2 = CE_COLUMN_TABLE("STAGING"."PARTY_SITES",["PARTY_ID","LOCATION_ID","PARTY_SITE_NUMBER"]);n t Cal1 = CE_JOIN(:sel1, :sel2, ["PARTY_ID"], ["PARTY_ID","PARTY_TYPE","VALIDATED_FLAG","COUNTRY","STATE","CITY","LOCATION_ID"]);n t var_out = CE_AGGREGATION(:Cal1, [count("PARTY_ID") as "PARTY_ID", '"COUNTRY" => :IN_CNT'])n /nnEND /********* End Procedure Script ************/n

Re: List all empty tables for SAP schema in a database

$
0
0

Hello,

so DB2 doesn't keep track of the row count of every table, for performance reason. So there is no "easy" method to extract this information with a direct query, but you have to make the assumption that an empty table does not fill any page.

 

 

Thank you for your reply,

Valerio


Parameter ID

$
0
0

Hello ,

 

PrtScr capture.jpgHi ,

 

How  to  find  the  parameter  ID ?

 

As  I check  from  F1  it is  showing  for  06  206  is  MAG  .

 

 

But  In SU3  ..Parameter  We  will  maintain  MSV  00 .

 

 

Please  help  me  to get  correct  Parameter  ID .

 

 

rgds ,

Vijay

Z BEx Web Template With Tabs

$
0
0

Hi,

 

I am creating a custom web template with tab page web items so that 3 different queries with same variables will be displayed in 3 different tabs of the same web template.

 

I included Tab Strip web item and configured to display 3 tabs assigned to 3 different data providers.

 

When executed the report/web item is working as expected displaying 3 reports in 3 tabs....BUT each time i switch between tabs the reports are being refreshed again taking time to display data...

 

How to stop this

 

Thanks in advance

Re: How to freeze the bottom row in a table while scrolling, sorting, and filtering the table?

Re: EHP 7 upgrade - Got stuck at Pre-processing - urgent help required

$
0
0

Hi Shiv,

 

I am too facing this issue in the pre-processing stage unable to logon on shadow instance..Please let me know if you solve this issue..

 

Regards,

Letz..

Re: Populate AET extention table from external program

$
0
0

This method works fine for me as well, and I haven't found anything better too.

Thanks

Viewing all 8902 articles
Browse latest View live




Latest Images