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

Re: How to Create BEx Query With Output Similar to SQL Select?

$
0
0

Hi Katherine,

 

Place all ID,Make,Model,Body type and year in rows and for all suppress results

 

And place one key figure in column and hide it.

 

Execute report.

 

Thank you,

Nanda


Re: Element Linking and Hide/Show help in webi

$
0
0

YEs it is. The first thing I think you should do is merge both queries so you can work with both years together.

Cheers,

ROgerio

Re: [Agentry 6] UI presentation of drop down list

$
0
0

Yang,

For complex tables, you can use the CT Search control or if using CT Dropdown, set the selection method to "Always open dialog" on the CT Dropdown tab.  This will always open a dialog that the user will then need to press "Done" on after picking the list entry.  I have not seen the radio button scenario that you mentioned.

 

Jason Latko - Senior Product Developer at SAP

Issues with SMP logon/logout on different environments, (DEV, QAS, PRD)

$
0
0

Hello guys, i'm facing a problem with SAP SMP 3.0, PL 04, logon and logout stuff, what is the problem:

 

My smp application is consuming ODATA services, which one consume some master data, and store these data inside my application as follows in Claudia Pacheco 's tutorials with everything right and configured in OnlineStore and OfflineStore stuff, MAFLogon...  and etc.


Everything is fine as the way of the tutorials, and i created my entire logic for what i need to do(which one are, create service orders) in my app storing in SQLiteDatabase, so i combine the master data from my ODATA service + the information that i need to create an order for example.

 

So, my problem is my SMP 3.0 is configured on 3 different and distincts enviroments as normally is the configuration in SAP world, (DEV, QAS, PRD).

 

And as solution to this I created a Logout option to change the enviroment but there is couple problems, for example if the user first do the logon on DEV enviroment, and download all the inital data (master data) in DEV enviroment,

 

And if the user do the logout and do logon again in QAS enviroment, the APP don't download de QAS data, the app continues with DEV database, and the same persistis in DEV to QAS and QAS to DEV as the same to PRD, how can i handle this ??

 

I imagine that i need to call, some delete method from Online and OfflineStore, or something close to that, I thought  that after implementing the MAFLogonActivity and created the doLogon and doLogout methods, all the old user data would be deleted including the database for the Offline and OnlineStore, but these methods don't that they just erase the credentials of an user right ?

 

Any helps on this ?

Re: My Leave Request - Failure Error

$
0
0

Hi Masa,

It is cache issue and debugging is showing as per screen shot, Could you please advice alternative way to proceed.

 

well I have used t-code /IWFND/CACHE_CLEANUP but no success.

 

Attaching screen shot for reference.

 

Cache Issue Log - 1.png

Cache Issue Log - 2.png

 

 

 

Cache Issue Log - 3.png

Regards,

Sanjeev

Table to relate the Serial # with Line item GUID

$
0
0

Hi Guys

 

Im trying to extract data from CRM to BODS, Ive been asked to give a report showing the relation between Line Item GUID and the Serial Numbers.

We've been researching a lot and found a lot of FM starting with CRMD_ORDER_READ to get the INSTANCE and the IBASE but we cant fins which table could have the relation with the SERIAL NUMBERS. We have also tried debugging the transaction IB53, tracking the tables IBIN, IBIB, IBST, IBSP, COMM_PRODUCT and so on but nothing.

 

Could you help us with this please!

 

Belinda

Re: Updating an object from a BADI

$
0
0

Thanks everyone for the replies so far.

 

To be a bit more specific, I need to create new entries in my custom object when creating a goods receipt in MIGO. For this I'm using MB_DOCUMENT_BADI, and I'm trying both methods MB_DOCUMENT_BEFORE_UPDATE (before the commit) and MB_DOCUMENT_UPDATE (after the commit).

 

I tried firstly using transaction manager and it short dumps because commits are not allowed in either of these methods. Then I tried the slave transaction manager (steps 1, 2 and 4, as described here) but also failed.

 

Thanks and regards,

Custodio

Re: SIA Node Name With underscore in 4.2 upgarde


Re: Trade promotion and agreement relationship

$
0
0

You have to use a combination of the CRMD_MKTGS_LINKS table and the SRRELROLES table.  It is kind of tricky because it is recursive.

 

if you use SE16, then do the following

 

1. SRRELROLES.objkey = TPM GUID

2. CRMD_MKTGS_LINKS.roleb = value of SRRELROLES.RoleID  (Use the BRELTYPE = AGTP)

3. SRRELROLES.RoleID = CRMD_MKTGS_LINKS.rolea

4. SRRELROLES.ojbkey = AGR GUID

 

I'm unable to paste in the code I have for a query, otherwise I would provide you a query.

Data Object Access Level best practise?

$
0
0

hello,

 

we are developing a project that has several Applications in it.

 

the Applications communicate with each other by the use of Function calls.

 

we have some data (the same value) that needs to be shared between the Applications.

 

one option is to define the data objects once and make their access level global so they can used where required.

 

the other option is to create the data objects where required and restrict their access to Application level and pass the data value via the Function call.

 

much debate in our team.

 

so, what is the best practise for this scenario? are their any significant pro's and cons?

 

thank you for any input.

 

cheers.

 

pas.

Re: GRC 10. BRM: Issue with settings in MSMP (SAP_GRAC_ROLE_APPR)

$
0
0

Hello All,

 

Just generated the MSMP workflow and everything is working fine though I am not sure how MSMP generation will impact BRF+ rules for BRM.

 

Regards

Deepak M

Re: variable at bex

$
0
0

Hi,

 

It's always possible to create variables for 0FISCPER of type user exit (not "input ready" so processed at i_step = 2). It is quite easy to come to the appropriate time interval based on the other variable of type manual input

 

An alternative approach could be to add 0FISCYEAR and 0FISCPER3 to the data model of the InfoProvider. In the Transformation you can use the standard Time conversion rules to e.g. derive Fiscal Year from Fiscal Year/Period.

This will make it very easy in the BEx Query to use offsets. E.g. 0FISCYEAR minus 1 will result in last Fiscal Year.

 

Best regards,

Sander

SAPUI5 project in Fiori Launchpad

$
0
0

I've been following this http://scn.sap.com/people/craig.haworth/blog/2014/08/19/how-to-get-your-sap-ui-5-apps-to-work-like-sap-fiori-apps-in-sap-fiori-launchpad and using this app http://scn.sap.com/community/developer-center/front-end/blog/2014/03/04/building-sap-fiori-like-uis-with-sapui5-in-10-exercises

 

Based on the first link, I converted the main view from JS to XML.

 

The app launch but got the following error message.

error_log.png

2015-01-16 20:58:07 registerResourcePath ('sap/ui/demo/myFiori', '/sap/bc/ui5_ui5/sap/ztestfiori01/') -  sap.ui.ModuleSystem

 

http://ussltcsnw1526.solutions.glbsnet.com:8000/sap/bc/ui5_ui5/ui2/ushell/shells/abap/i18n/messageBundle_en.properties 404 (NOT FOUND)

http://ussltcsnw1526.solutions.glbsnet.com:8000/sap/bc/ui5_ui5/ui2/ushell/shells/abap/i18n/messageBundle.properties 404 (NOT FOUND)

http://ussltcsnw1526.solutions.glbsnet.com:8000/sap/bc/ui5_ui5/ui2/ushell/shells/abap/model/mock.json 404 (NOT FOUND)

 

 

Any idea what am i missing? I think i just need to make sure the resource is set correctly, but I could not figure out how to. I tried to use sap.ui.localResources but it does not make any different.

 

- Iwan

Re: Changed Member format

$
0
0

I am glad your issue is resolved. Assign points and mark the thread as answered.

GRC 10.0 BRM : Issue with Decision Table

$
0
0

Hello GRC mates,

 

I could successfully configure the following condition.

 

 

I built a condition where If I select a Composite role to be built in BRM it will go to approver 1 and if I select single Role to be built the request will go to Approver 2 for role approval based on condition group.

 

 

Now, My requirement is If I select Composite Role it has to go Approver 1 irrespective of any criticality of the role whereas for Single Role if the role criticality is HIGH it has to go to Approver 2 and If the role criticality is MEDIUM and LOW it has to go Approver 3.

 

Any screenshot on how to maintain the condition in a decision table please?

 

Thanks in advance.

 

Regards,

Deepak M


Re: Is there a future after PowerBuilder 12.6?

$
0
0

I agree with Chris and Roland entirely.  PB Classic should be enhanced and extended to incorporate the features that are needed to keep pace with the market place.  Sure, there are loads of things that could be done to make the product better, but as far as I know, there's not a perfect development platform on the planet.  In the hands of someone that knows how to use it PB Classic can easily keep up with any development platform on the market today, and if with even token level of support from SAP it could be extended to be even better. 

 

In my mind the biggest problem facing PowerBuilder right now, is that there's not enough people that believe that it can keep pace with other development environment options.  For me, the most encouraging thing they could announce is the launch of a proper marketing strategy to get the perception of PowerBuilder back in line with how awesome the product really is.

Re: Data Object Access   Level best practise?

$
0
0

Hi Pas,

There are other levels as well. 

 

On my current project we are currently using Application Component but setting all rules applications to the same component hierarchy code.  This gives us much the same effect as global without some of the downsides that come with moving between global and other access levels (we previously came across some performance issues). 

 

It also means that if we change our minds later, or want to create another group of shared rules applications we can easily do that without impacting the original combination.

 

Btw if you are looking at a potential multi-deployment scenario, where some of your rules might need to be shared to more than one SAP server (e.g. CRM & ERP, SRM & ERP, etc.) then make sure the component you use exists in both systems.  One of the basis components is usually good for that, e.g. BC-SRV-BR itself.

 

Rgds,

Jocelyn

Re: NWDS New DC - Grey on Context Menu

$
0
0

"this was not the case initially when I setup the track."

what is the case when you initially have?

 

the url for the inactive and active source should be there

 

are you sure you imported the correct development configuration?

Re: V3 Job scheduling Issue for raising a event to trigger process chain

$
0
0

Hi Rahul,

 

In understand what you are trying to achieve. I am familiar with the concept to trigger an upload from OLTP. My only doubt is the dependency between master data and transaction data. I wonder how you can manage that using a pull mechanism (for master data) and a push mechanism (for transaction data) at the same time.

 

Let's go back to your initial question; does it work now as you expected? Does the released background job contain the appropriate scheduling and the additional step with the program to trigger an event in BW?

 

Last but not least, please also review SAP Note 409239 - Automatically trigger BW loads upon end of V3 updates. It might give you an alternative approach.

 

Best regards,

Sander

Re: Crystal parameter functionality

$
0
0

If you're running the report from your own application, you would have to create a parameter screen that will do what you want and then set the parameter values in code which will effectively "turn off" the Crystal parameter screen in order to get the functionality that you're looking for.  If you're running from BO/CRS or an application that you haven't written, there is no way to do this.

 

-Dell

Viewing all 8594 articles
Browse latest View live




Latest Images