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

Re: Program optimization

$
0
0

HI Ashish,

 

You must have taking the input file data into an internal table using READ DATASET.......

 

Check in your program about the table/transaction updation done inside of loop.

Put validations so that unnecessary records will be skipped.

 

Regards,

Pravin


I'm starter to SAP HANA

$
0
0

Some body please help me as I'm new to SAP HANA and I'm learning this course from 1month.

Re: Could not start the app due to an internal error

$
0
0

Hi Kedar,

 

   Here's the folder structure.  Appreciate your help.

fiorifolder.PNG

Re: Problem RTF columns positions Power builder 12.5

$
0
0

Hi Luca;

 

  AFAIK this is the only way I have been able to accomplish the alignment in the new RTF control (3rd party control BTW) changed over in PB v10-10.5 time frame.

 

  I wish there was a setting in the RTF control in the Window or DW Painter that allowed us to set "Tab Stops" like you can in MS-Word - or - even a SetTabStop ( ) method that gave us more control at run time. 

 

Maybe someone else has another idea (<fingers crossed for you here>)

 

Regards ... Chris

Re: Convert alv output to excel

$
0
0

you have give to configure email server ip address in sap system so that it uses email server and sends it.

Re: QM module

Re: Script Logic to copy LC to RC

$
0
0

Hi Deepak,

 

 

I see there is a lot of focus on ExpenseAccounts in your proposed logic. We arent focused on running this for Expense accounts only.

However we will need some restrictions on  certain Company Codes.

 

Thanks.

Multi Row Duplicate Aggregation

$
0
0

.

Hi,

 

  I tried to aggregate the row values of cost based on only File excluding material like completely like below:

 

My Report look like below:

 

Material  File    Cost  

801        A      10     

802        B       5      

803        B       20    

804        B       30    

805        C       25    

 

My formula was this:

=Sum([Cost] ForAll([File])) In ([Material])

 

I am not sure whether we can achieve the above formula excluding the material drilldown column and calculate cost based on file only at the report level but i want material to be in my default report layout

 

Case 2:

 

Say if iam removing Material I should be having File and Cost Column in my report layout where Cost gets aggregated based on file and look like below:

 

Here what would be my output and its formula:

 

File    Cost ? 

A     

B      

B      

B      

C      

 

 

Any idea on this.

 

Thanks,

Dinya.


Fiori like app not working from Fiorilaunchpad

$
0
0

Hi All,

 

    I developed the app based on the tutorial http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8022ac87-1f60-3110-5383-fa68a91d7f8b&overridelayout=true

 

The apps works fine when run on the browser. But when I add it as tile in the fiori launchpad and run, it doesn't display any data. When i debugged the browser i see the below error.

 

https://mycompany.com/sap/bc/ui5_ui5/ui2/ushell/shells/abap/model/mock.json 404 (NOT FOUND)

https://mycompany.com/sap/bc/ui5_ui5/ui2/ushell/shells/abap/i18n/messageBundle_en.properties 404 (NOT FOUND)

https://mycompany.com/sap/bc/ui5_ui5/ui2/ushell/shells/abap/i18n/messageBundle.properties 404 (NOT FOUND)

 

Appreciate your help.

 

thanks,

Gopi

Re: Crystal Reports DocKey@ token for non-Documents objects

$
0
0

hello Experts,

 

Any update about the use of docKey@ token in reconciliations layouts?

Re: Query Designer: Constant selection is ignored for calculated key figures

$
0
0

Hi Sander.

 

Yes, no corresponding SAP note for our release 7.0 SP28. I build a small query to check the behavior and it is simply ignored everytime. But good to know that it has to work.

 

Regards,

Nils

Re: SAPUI5 project in Fiori Launchpad

$
0
0

hey,

 

  did you resolve it? i have the same issue.

Re: Customize NWBC Links

$
0
0

hahaha... am I a magician for you?

 

I just knew it coz I've struggled with the same a long time ago. :-)

 

Great that it is working now. Please close the thread then and mark helpful answers :-)

 

Best regards,

Alessandro

Re: I need to use the Replace function in an existing formula

$
0
0

Hi Peter,

 

If the issue is limited to Null values, just select 'Default Values for Nulls' from the drop-down that appears in the formula editor for this formula.

 

The default is set to 'Exceptions to Nulls'.

 

Here's a simpler version of the same formula:

 

stringvar s := {BR_CHG_Join_Mainframe_Code_Deployment.Detailed_Description};

Left(Replace(s&ReplicateString('%',20),',','*'),100);

 

-Abhilash

Re: Base64 Encoding using UDF


Re: Deleting Defined Mobile Applications (Agentry)

$
0
0

Hi Manju

 

I face the same issue when i delete custom application in the config panel

"Can not delete as <custom application name> is still being used"

 

I am using SMP3.0 server, still i should execute the same program for deleting custom application. or do we have other solution

 

Could you please help us

 

Regards

Ragavie

Re: Reassign Normal Change

$
0
0

Hi Vijay,

 

The transports are released. I believe it was part of an earlier support packaged, but we're on SPS11, and supposed to be able to change project assignments for released transports. That is, if the cCTS checkbox is selected upon ChaRM activation. From SAP Documentation,
"Mark the Use Central Change and Transport Infrastructure checkbox if you want to activate enhanced flexibility features ... These features provide the flexibility in change documents to reorganize already released transport requests."

 

Cheers,

Shawn

Re: Whitelist Setup for PLM Web UI

$
0
0

Thank you Christoph and Sam,

 

Will do as mentioned.

 

Thanks & Regards
Jo Pz.

Re: End-of-maintenance of "Crystal Reports Developer Version for MS Visual Studio"

$
0
0

An update on EOL for CRVS

 

CRVS has bee aligned to the BI / BOE Release Cycle as opposed to the MS VS Release Cycle.

 

Thus at this time CR 2008 is aligned with BI XI3.1 - Support ends Dec 2015.

 

CERVS is aligned with BI 4.1 - Support ends Dec 2016. Note that this may be extended with the release of BI 4.2 and CR 2016.

 

 

 

- Ludek

Re: how to call custom button events

$
0
0

Hi Anantha,

 

Please check with the following code,if it works.

 

DATA : lv_event_id type string.

CALL METHOD wdevent->get_string EXPORTING name  = 'ID'

     RECEIVING

       value = lv_event_id.

 

Or you can add an importing parameter to the method in the component controller. Whenever you are calling that method from the event handler, pass this parameter with an ID so that it can be distinguished with the others.

 

 

 

Regards,

Harsha



Viewing all 8902 articles
Browse latest View live




Latest Images