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

Re: class attribute in technical workflow log not updated

$
0
0

Hi Dominik,

 

You should not populate attributes in this manner, for the very reason you're experiencing. Attributes are transient adn behave like variables, i.e. when the class stops existing they disappear. During binding only the key is transferred, and - if needed - the class is re-instantiated at the other end. If you have implemented some kind of buffering/instance management (not a bad idea), then you may be lucky to have attributes survive if everything happens within the same program context. However once your WF session stops executing, this is lost.

 

This is why when you look at the log later, it is re-instantiating a completely new instance - where would it know the approver from?

 

The attribute value must be written to the DB somewhere, so that any later object instantiation (e.g. when you look at the log) will read the value and populate the attributes correctly.

 

Incidentally this is why OO theory discourages the use of public attributes and suggests GET_ and SET_ methods instead....

 

Regards,

Mike


Re: Extract field GUELTIGAB & LOEKZ from 0INSP_CHAR_TEXT not possible

$
0
0

Hi,

 

For attributes purpose are you using 0INSP_CHAR_ATTR,

if yes then check above two fields are part of your attribute data source or not.

 

In general thru text data source we just load text details only.


Mean while can you check table - ROOSFIELD(source side),

try to see above two fields SELECTION - what values it have for your data source.

 

Once again install your data source from RSA5(source system) and check at RSA6.

if its not hided then replicate into bw side and see transfer option. Whether it selected or able to select.

 

Thanks

Re: User exists in BOP

Re: BADI takes longer time to run

$
0
0

Ups, strange badi code with a lot of hardcoded values and without passing badi parameters...

 

Vadim

Re: Clear Filter option on Charts that has element linking setup

$
0
0

Right click on top right icon and select reset.

 

Re: SSO Vintela on a new SAP BO 4.1 SP3

$
0
0


Manual AD is working, but only for service account user Auto EPMS-BASA BO.

SSO doesn't work for anyone

 

But Manual AD is working for others or not ?

Firstly you have to get right Manual AD before to start with SSO ...

 

In the CMC, is a AD user group mapped ? Do you see it in tab users and groups ?

Re: how to hide design tab and show filter bar for the end user ?

$
0
0

Hi Samatha,

 

that is exactly i need it... can you elaborate what exactly have you done to achiev this ??

 

i tried giving selected privileges in applications >> webintelligence but it didnt work so....

Re: The backend table for SAP BODS Trace Log

$
0
0

Depends on your version. In DS 4.2 it's ProgramData instead of \Program Files (x86). Note that by default ProgramData is a hidden folder.


Re: I am unable to apply patches via MOPatch

$
0
0

Hi,

 

Are you running as ORA<DBSID>?

 

Note 1027012 provides more details.

 

Thanks

Imtiaz

Re: SAP HR Administrative processes

$
0
0

Actually we have customer process which is created, it is Z_CHANGE_OF_ADDRESS, and the transaction is HRASR_TEST_PROCESS, so when executed for a employee, i will change the address and click on Send, after that a process reference number is generated. when i serach for this number its not available. even i feel after send, i should be able to approve that, even after having all authorizations its not coming.

 

Can you please if there are any configutation which needs to be checked?

Re: SAP Workflow got stuck

$
0
0

Hi Sean,

  if you don't want to delete the workflow, you can end the workitem manually.

 

Kind regards

Elmar

Re: Contract Release value not update

$
0
0

Hi Aditya,

 

We have a similar situation. We are using SRM 7.02 (SP level: SAPK-70208INSRMSRV and SAPK-70206INSRMPLUS)

 

Can you please provide the details on how you resolved this issue?

Re: Crystal Server or Crystal for Visual Studio?

$
0
0

Thanks Dell. Those are good options to know. We have currently implemented option 2 with a different product that we have integrated Webi as our default reporting tool using the OpenDocument URL and the .NET SDK to manage user logins.

 

Cheers,

Chris

Re: Need to get display only mode in ess

$
0
0

Thank you Yugandhar. The details tab is only showing up for some infotypes and not all. Is there a reason why it is so? Kindly let me know!

Re: An error has occurred: Could not find the document.

$
0
0

can you share a screenshot of the error with browser address bar visible ? also the screenshot with browser address bar visible when you are able to open another report using opendocument url.


Re: Validation on CR_REASON( USMD_REASON)

$
0
0

Hello,

 

You want to validate the CR header without regards to any entity; correct? There are a few ways to do this. Here is a couple:

 

- Using BRF+ validation: Use the CHECK_<main entity>. The main entity is the one attached to the CR type definition in MDGIMG. You need to add the CR reason to the signature of the function. How to find the name of CR header fields? Look under the BRF+ application list of data objects (open the BRF+ application directly using transaction BRFPLUS). The link Shankar provided above gives shows you two of those fields.

 

- Using the CR GenIL model: Enhance the CR header GenIL model (transaction GENIL_MODEL_BROWSER). Over-ride the header handler class name (the new class should be a child of the original handler class). There is a check method in which you can write any additional validations (make sure the super->check method is called first before any custom validation rules).

 

- Using the FPM feeder class: This is the least recommended approach (as it adds business logic in the UI layer). Enhance the feeder class of the CR Reason UIBB. You can either create a sub-class that you can use or just create a post-exit enhancement to method GET_DATA.

Re: How to dynamically load a Base64 string to an image on the Crystal Report?

$
0
0

Crystal has no way of converting a string to an image, so you'll probably have to save it to a temp file and use that.

 

This is a great idea for an enhancement.  You can request this at IdeaPlace here: http://ideas.sap.com.  If you do request this, please post the URL to it back here so we can publicize it - the more votes you get, the more likely it is that the request will be included as a future enhancement.

 

-Dell

Re: Row member auto populate based on a property

$
0
0

hey Vadim, Just got off meeting with my architect. I did not know this feature. I am going to exactly do what you said. I will post how I did it and if it works.

 

Thanks for the input.

Re: Please share the possible T code in MM of ERP to validate the data of MM bex Queries.

$
0
0

Hi sairam,

 

Other SCn members already provided important tcodes in R/3 side.Just to add your infomation you can the extractor logic using ABAPer.but for MM i think imp codes are mentioned by others.

 

Regards,

Ganesh Bothe

F4 Help- Disable/ Suppress 'Display All Values" icon from drop down list

$
0
0

Hello All,

 

We are having a requirement to suppress or disable 'Display all values' icon from drop down list for certain users only.

 

We want user should be able to see only the values stored in their personal list.

 

Any parameter ID for it?

 

Regards

Manoj P.

Viewing all 8594 articles
Browse latest View live




Latest Images