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

Re: How to get record details by selecting check box in MDM Webdynpro Component

$
0
0

Hi Jun/Pradeep

Is it possible now to select record details by selecting the checkbox in 7.2??

 

I still see only one event in resultset "recordSelectionEvent", using this i can select only 1 record.

Is there any way to select multiple records?

 

 

 

Regards

Osman


Object instantiation in Webdynpro

$
0
0

Hi experts,

 

I am trying to understand one particular point in this code Below:

 

This code is typed in WDDOINIT method of a mainvue:

 

 

  data:   node_sflight type ref to if_wd_context_node,

            itab_sflight type standard table of sflight.

 

   select * from sflight into table itab_sflight.

 

     node_sflight = wd_Context->get_Child_Node( Name = `SFLIGHT_NODE` ).

     node_sflight->Bind_Table( itab_sflight ).




So my question is how the object node_sflight is instantiated ?


for me node_sflight type ref to if_wd_context_node is not an instance of the object node_sflight, it only references the interface if_wd_context_node, and this interface is implemented by  many classes and among the  the context class.

I went through get_Child_Node( Name = `SFLIGHT_NODE` ) to see if any instance of my object node_sfligh is donehere, but I didn't find anything.


it will be awesome If you have any explanation on this, or any link that would allow me to understand how the standard programs behind the webdynpro instantiate the elements of the context of a view when they are declared  with type ref to an interface.


In hope that my question is understandable.





Many thanks



 




 

Message was edited by: rachid Atache

 

Message was edited by: rachid Atache

Re: Identify BEx workbook version

$
0
0

Dear Greenberg,

 

Piece of cake.

Open table RSRWBINDEX

 


Select the workbook desired, or execute to see all workbooks (I suggest to Select only the Active Version - OBJVERS = A)

Check field: LEAST_BEX_VERSIO

 

 

If appears 70, the workbook is 7.0.
Empty, it is 3.x

 

Table.png

 

 

Kind Regards,
Edward John

Re: Indexes in Process chains

$
0
0

Hi Joe

 

That's correct. Under HANA there is no need to delete/rebuild indexes, as there are no "traditional indexes" on the HANA platform. Also the flat cubes under HANA does not need this kind of process at all.

The creation of such process steps is also no longer possible in a HANA system. There is also the note 1636545, which describes this. The generated calculation scenario for such flat cube behaves as if it would be a BWA index (Converting Standard InfoCubes to SAP HANA-Optimized InfoCubes - Modeling - SAP Library).

 

br

Roland

Additional GL splitting criteria

$
0
0

Hi,

 

Is it possible to define additional GL splitting criteria?

 

I know that the standard paramters are:

 

-Posting date

-Company code

-Business Area

-G/L account

-currency

-Cost center

-Profit center

-Order

-Fund center

-Commitment item

 

And that event 945 provides the possibility of fields in structure FKKSUMKONT .

 

But is it possible to add additional parameters?

 

Regards,

 

Mario

Re: PA Act 32-W2 box20 has PSD Code from Work Tax Area instead of Residence Tax Area

$
0
0

Hi Shipra,

 

Any luck with this issue. We are also facing the same issue, Requetsing you to please share if you found any solution for this issue

 

Regards

Selecting multiple records from mdm webdynpro Resultset component

$
0
0

Hi All

I am using mdm configurator to create the search/resultset page. My requirement is to give print option on the resultset page, where user will select the record from the table and give print. I used the "RecordSelectionEvent" to get the record ID and added a button on webdynpro page where i wrote the logic to fetch the details using the record ID and create printable page.

User want to have mass print option as well where the can select multiple rows and give print, but the event can get only 1 record Id at select. so the current logic will not work for mass printing.

 

How can i provide user with option of selecting multiple records from the resultset page and give print??

 

 

 

Regards

Osman

How to Change a PR within a work order

$
0
0

Does anyone happen to know a method for being able to change the MRP created Purchase Requisition while in the order?

 

As part of our routers we create a "External Process" operation with a PP02 control key. With an information record created this will automatically create a purchase requisition for the operation and schedule it.

 

The problem is that from within the order you can only perform limited changes to the created PR. If you double click on the control key you can get to the requisition information by going to the "Ext Processing" tab. At the bottom of this tab you can directly access the PR itself by clicking on the "Purch. Requisition" button. This takes you into a partially configure ME53N but you cant enter into change mode like you could using a normal ME53N T-code. My users of this requisition need to be able to change several fields before forwarding the request but as of right now they have to exit the order and open the requisition by direct use of the ME52N or ME53N.

 

Anyone encountered and overcome this?

 

 

Gordon E. Weddle

SAP Analyst


How to - Grouping (and sorting the groups) in Swedish Alphabetical Order?

$
0
0

Hello experts!

 

currently I have CR Group By results ordered as follows:

a

å

ä

b

c

-

-

z


I need:

a

b

c

-

-

z

å

ä

ö

 

I am wondering if there is any way I can create a group (based on a text field) that possibly contains special swedish characters such asÅ, Ä, and Ö.AND have the grouping sequence respect that Swedish special characters appear after Z, based on the order in Swedish alphabet. If it was only a sorting issue, I think I could get away with changing the SQL collation setting (set on the actual SQLServer Database) and check the "perform sort on server-side" checkbox in crystal reports options.


But, because the group involves some formulas, this forces the grouping to happen on the Client-Side (within crystal reports), and so, the "natural" sorting order is the generic sort order where Ä appears after A and  Ö appears after O.... instead of having both appear after Z.

Re: SAP BO Tomcat war files deployment on another machine

$
0
0

Harsha,

 

    You can NOT just copy the WAR files to another server and do deployment.  You need to install the WEB tier on the Tomcat server, here are some link that will help in splitting the Tomcat and even creating bridge with Apache if needed.

 

MOST Important is the Admin Guide:

http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41sp5_bip_admin_en.pdf

 

Section 3 on Architecture

 

Improving the User Experience in SAP BI Platform 4.0 with Apache and WDeploy

 

Quick Step-by-Step Guide to Apache Split Deployment with BI4.1

 

Improving the User Experience in SAP BI Platform - BI 4.1 and Apache 2.4 Supplement

 

 

Regards,

 

Ajay

Re: Issues related to Gap between header and section

$
0
0

I'm having a little trouble visualizing the first issue you describe.  Does this happen only on the first page or on all pages except the first page?  Can you attach an image that demonstrates this gap?

 

For the 2nd issue, could this thick line be the table borders for empty rows instead of 1 solid line?  For example, if I had 100 empty rows and the auto height set to to a small minimum height, it might appear that there was a large solid line when in reality it was just 100 small border lines stacked on top of each other.

 

Just a thought, something to investigate.

Thanks

Jb

Re: SAP UI5: Issue with dropdown control when used over Table control

$
0
0

Hi Suneel,

have you tried using control.rerender?

 

Regards,

Swaroop

Re: field AUGRU_AUFT from vbrk into FI TABLES

$
0
0

But there is no TABLES IN FI WHERE THE FIELD augru  IS ALREADY STORED?

Re: Sybase Ase, Log Database Extend "DBIF_RSQL_SQL_ERROR dump"

$
0
0

Dear Mark,

 

Dont care .dat, i didnt write in cmd. I have already removed .dat when i writing in cmd.

 

3 - The output from sp_helpdb shows that not only was the HCP database extended onto HCP_data_001 (10G), it was also extended onto HCP_data_002 (10G), saptools_log_001 (1G), saptools_data_001 (1G) and saptempdb_ata_001 (1G)


Yeah i have already applied 5 of them. But only LOG is the problem ;


alter database HCP on HCP_log_001 = 10G

go

This command adds data space to disk 'HCP_log_001', which previously contained

only log.  You must specify WITH OVERRIDE to force this allocation.



Re: Changes made to DTP

$
0
0

Hello Chakradhar,

 

Can you check the same DTP n Dev or Test System?

 

Or see the requests before changes. You may find data package size in DTP run log.

 

Regards,

AR


Re: What are the movement types impacts on Moving average price in material master

$
0
0

Was rejected on 28 th - is rejected today.

Take your time to read the documentation and existing SCN content.

Please do not ignore moderation

Re: Wide columnar report within WEBI

$
0
0

Crystal Reports is ideal for formatted reporting.  If it is an option for you, and formatting is the priority, I would recommend using Crystal. 

 

Crystal Reports uses the printer driver and the page size defined to do pixel perfect formatting.  This makes the output to PDF, Printer and to the screen a lot more predictable.  In most cases, what you see in the designer is exactly what you will see when it is outputted to PDF or printer.

 

Definitely worth a try if formatting is a priority.  Webi is more for adhoc querying.

 

Just my 2 cents!

Thanks

Jb

Re: MDG -F Initial Load

$
0
0

Hello Hunny

 

Company code is configuration and I doubt whether you will able to use MDMGX. I have used BC set option to move the company codes. Other way is to transport all the config in MDG through ECC.

 

Kiran

Unable to register hybrid app (kapsel logon plugin) on SMP 3.0 SP05 cloud version

$
0
0

Hello SMP Experts,

 

I have followed all the steps to configure SAP HANA Cloud Platform Mobile Services by following How to enable HANA Cloud Platform Mobile Services Trial

 

I did the following steps to use kapsel logon plugin

1) Create the application & id in smp hand cloud platform. Screenshot attached by name SMP on Cloud Settings

2) Created cordova hybrid app with kapsel logon plugin and also configure SMP setting in the app. Screenshot attached by name Cordova project - SMP settings

3) When I execute the project in iOS simulator, I getting "Check your connection data". Screenshot attached.

 

Please let me know how to fix this issue.

 

fyi..i tried giving SMP IP address & 8080, 8081..I tried different combination to perform the registration. But none of the combination worked. I have also downloaded the SMP certificate on iOS simulator by following this blog Get your hands dirty and try Kapsel with SMP Cloud

 

No luck

 

Thank you.

Re: variable at bex

$
0
0

Hi,

 

Can you delete that variable and can you create another same variable and check. Some times it is weird behavior you will get. there is no restrictions for variables in BO i hope.

 

Thanks

Viewing all 8902 articles
Browse latest View live




Latest Images