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

Custom fields added to BSEG not editable in FB03/FB02

$
0
0

Satyajit, did it work? Let me know


Re: Legacy Asset take over

$
0
0

Hi,

So it is safe to assume that in case the year ending has been done,legacy asset values cannot be changed.

I have one query-If i allow in OADB t code to allow ALL  values in NBV(Net book value) for temporary period-till these assets are rectified and then reverting the settings.Will it have any other impact?

Re: Problem with the transaction

$
0
0

Thanks Pedro,

I've done but all looks fine...

 

Sometimes, the same object works and then fails...

Re: Unable to setup SAP NetWeaver Gateway in Eclipse

$
0
0

You will need to ensure you are using the correct port.

 

To find out the port number oneof the two following ways:

 

1. Execute transaction code SMICM and click on Goto > Service to determine the port number for HTTP.

 

Usually the port is set to 8000.

 

 

2. Execut transaction code SICF :

 

F8 from the first screen

Then expand the tree default_host > sap > opu > odata

Expand iwfnd or sap depending on where your service is

First Right Click the mouse on the service and choose Display Service

This will display details of the service and also the service name. Use the service name in the catalog .

Go back to the Maintain Service screen and once again Right Click the mouse on the service and choose Test Service (assuming that the service is activated). If the service is inactive activate it first before testing.

A webpage will open and display a dialog box. At this moment, look at the URL Address bar to read the port number specified.

 

If you want to view the XML rendition of the service in the browser then suffix /?format=xml to the url string.

 

Hope this helps.

 

Girish Vasu

Re: Date format in WebI XI 3.1

$
0
0

Hi Paulo,

 

Did you checked in the universe?.

 

Tools > options > General TAB > Choose the English Button and  try to change the Dateformat there..

 

Also try to refresh the structure and reimport the universe to BO.

 

Thanks,

Jothi

Re: After SAP upgrdation from crystal report Xi to crystal 2010. Not able to connect to dll through dot net 4.0 application

$
0
0

Hello,

 

I assume you are referring to the 2 Enterprise Dll's that typically were include in previous versions of CR runtime?

 

If you are not connecting to BI 4.0 Enterprise Server then simply remove those 2 references from the app.

 

If you are connecting to BI 4.0 then you need to download the 4.0 SP 4 Client tools to get the .NET SDK.

 

You can get the package from Service Market Place as long as you have a support Contract. Once you do then install the Client Tool, use the Custom option and select the .NET components. Then in your application replace all of the version 13 assemblies with the version 14 assemblies.

 

Don

Re: FMLA Workbench Causing Retros

$
0
0

Mary,

 

I know this is a very old post, but I'm having the same issue with applying FMLA absences causing unnecessary retros in payroll. Did you ever get a resolution?

Missing Right ??

$
0
0

Hi All,

 

I am missing some security right in the access level, not sure what it is ??

We are missing list of values and refresh list of values.

 

We are viewing report in Web . Version 4.0 SP 5 Please help me out

 

LOV Security.JPG


Re: Looking up delivery dates from Invoice number

$
0
0

Hi,

 

Do you use delivery in your sales process or not?

 

Thanks,

Gordon

Re: Wrapping problem in Web Crystal Reports Viewer

Information Steward CMC Entries Do Not Display

$
0
0

Has anyone encountered & resolved the following:

 

Logging into CMC, at times the content (Metadata Integrators, Connections) are displayed.  Then at other times they are not.  This may happen after the initial connection into CMC=>Information Steward then selecting an item.  Other times the initial connection will display items. But then navigating back out and then attempting to display items again, they do not display.

 

So we're confident the items are there.  We've looked at some IE caching, restarting IPS servers, to no avail.  Current thinking: this may be envornmental (other Webserver cache, firewall, network latency, ...). 

 

Any brainstorming on this would be appreciated.

Re: Web Intelligence Document Error Occurs with Date Prompt Only

$
0
0

Hi,

 

Did you try executing a single report with the same DATE prompt?.

How is the Date is defined in BEX?. Interval / Mutilple/ Single?.

 

Thanks,

Jothi

Company code created by mistake

$
0
0

Hi Hitesh,

 

It is very rare situation that happens in real time. you first need to delete all the transactional data if it is there with transaction OBR1 then use OBR2 for deleting all master data that related company code.Deassign controlling assignments and asset accounting assignments. Then directly delete  company code from the config. and check in table T001.

 

Regards,

Prasad

Re: Order dates

$
0
0

hi ,

 

ME91 tcode is helpful for this reason. also ME91F ...

 

M.Ozgur UNAL

Load XML data source to Lumira ?

$
0
0

Anyone know if it's possible to load data to SAP Lumira from a XML source ?

 

Regards,

Luis


Shell Workitem content getting deleted?

$
0
0

hi

Am currently working on creating a Shell UI Control with multiple work items & sub items. Each Work-Item Sublink will have different UI content that will be displayed on the Canvas..The content of the 1st sub-link is generated correctly. However, when I navigate to a different sublink, the content is does not generated...Also when I navigate back to the first sublink, its content also get deleted.

here is what I have,

 

Shell Definition

worksetItems : [

                            new sap.ui.ux3.NavigationItem({id : "id_wiAssignment",text : "Assignment",key : "WI_Assign", tooltip : "Assignment",

                                        subItems : [

                                                    new WI("WI_Assign_Lot",{key:"WI_Assign_Lot", text:"Lot/Assignment"}),

                                                    new WI("WI_Assign_Seller",{key:"WI_Assign_Seller", text:"Seller Info"}),

 

 

------some more ----

 

worksetItemSelected : [ function(oEvent) {

                                        var sId = oEvent.getParameter("id");

                                        var oShell = oEvent.getSource();

 

                                        switch (sId){

                                        case "WI_Assign_Lot":

                                                  oShell.destroyContent();

                      oShell.setSelectedWorksetItem("WI_Assign_Lot");

                                                  oShell.setContent(this.createLotContent("WI_Assign_Lot"));

                                                  break;

 

                                        case "WI_Assign_Seller":

                                                  oShell.setSelectedWorksetItem("WI_Assign_Seller");

                                        //          oShell.destroyContent();

                                                  oShell.setContent(this.createSellerContent("WI_Assign_Seller"));

                                                  break;

 

                                        case "id_wiTrip_Comm":

----

 

On the first run of the shell, the content inside the work item WI_Assign_Lot gets created..no problem...if I go to the 2nd sub-link WI_Assign_Seller, content is not created...

 

Also from 2nd sub link, while navigating to the 1st sub-link - the 1st sub-link content is erased.

 

Any help, what could be wrong here.

 

Thanks

Sandip

 

Message was edited by: Sandip Agarwalla

Re: Some Reports don't run after migrating from Crystal Reports 11 to 13 libraries

$
0
0

Hi Jason

 

 

I pinged one of my coworkers and asked him to review the case. Until I get back, it's about all I can do...

 

 

- Ludek

Re: Query is inactive

$
0
0

Please run T Code QCHECK for query check and see if that is helpful.

 

Also will suggest generate the query via T. Code RSRT and see if it works.

 

Thank-You.

 

Regards,

VB

How to Remove GR-Based Invoice Verification Not Active from MRRL

$
0
0

Hey Guys,

 

I have a PO which had the ERS checkbox ticked.

GR-Based Iv was not checked.

 

A goods Receipt was performed.

The Vendor should not be ERS so the user decided to change the PO to untick ERS after the goods receipt was done.

 

Now whenever ERS is ran for this Company code, the item appears every time with an error "GR-Based Invoice Verification Not Active".

If an invoice is entered manually or the Material Document is reversed, it still appears.

 

Is there a way to get rid of this from the ERS log??

Re: Order dates

$
0
0

Hi John,

 

You can see the expected delivery date in transaction ME2N, when the ALV with results is showed, click on button Delivery Schedule (Shift + F11).

 

For actual delivery dates (I understand like real delivery dates), you can use transacction MB51.

 

I hope this help you.

 

Best regards,

 

Alejandro Lopez.

Viewing all 8798 articles
Browse latest View live




Latest Images