Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8338 articles
Browse latest View live

software provision manager -kernel 720 issue

$
0
0

Hi all

I have ECC landscape with dev-qa-prd

kernel release 701.

 

I lately had system copy to DEV .from PRD - with software provision manager.

 

the kernel was change to 720.

 

this kernel Couse to RFC problem to external system- I know that rfcexe file  no longer exist in this kernel.

but I looking for solution.

I understand that there is a replacement for this issu - more secure (sdk rfc)

but I need help to start and configure this sdk.

 

I try to add the rfc file from the old kernel to the new one.

but the connection refuse to work .

(the connection are "register to server" TCP\IP)

 

thanks

yossi


SQL query for sales comparison

$
0
0

Hi,

 

It's likely something simple, but being a relative (and learning!) notice to SQL and SAP Business One it's beyond me though not through want of trying.

 

I am trying to write a query that has the following fields in it:

 

  1. DocDate/Posting Date
  2. Customer ID
  3. Sales Employee name
  4. Item name and number
  5. Line Total

 

From this query I intend to create a drill down dashboard.

 

Once again - apologies for a silly question. I'm stumped though.

Error while registering a new ILM Store in XML Das

$
0
0

Hello experts,

 

I'm currently configuring a Data Archiving with XML DAS and find myself a little issue.

 

When I came across this step (Registering the Store in XML DAS Administration - Data Archiving - SAP Library) which to register a new ILM Store in XML DAS, I keep getting this error message:

 

  • Error while invoking method on the back end; check application log of back-end system: java.lang.Exception: 598 _DEFINE_ARCHIVE_STORES: Testing the archive store TEST failed. Reason: Parsing of the response body failed [reason: internal state error: endTag(multistatus) state(12)].

 

  • Error occurred while defining archive store Test

The store type I'm trying to define is a WebDAV System and I've already define the WebDAV connection in the AS Java Destination.

 

Can anyone kindly assist me please?

 

Regards,

Shakir

SEPA for Dummies !!

$
0
0

Hi experts

I'm trying to understand something regarding SEPA implementation on SAP for automatic Bank transfer to Vendor.

On OSS there are hundreds noteas, and on SCN there are many threads on this argument.

Because I'm a Dummie, I'd like to find some easy documentation to getting starting with SEPA on SAP.

We runs ERP 6.00 without EP.

Can somebody provide helpful info to me.

Thanks for your help.

Claudio

Change history in Material Master

$
0
0

Hello Experts,

 

When changing some Joint production data in MRP2 view, change history is not getting populated in change log tables.

 

What are the steps to enable Joint production changes in Material master?

 

Thanks in advance.

Naga.

CONVT_NO_NUMBER - Runtime error

$
0
0

Hello Experts,

 

I am modifying an SAP standard script in which I called a subroutine pool program.

 

To the program, I am passing an amount value to perform some calculations. When I try to execute the form, I got a runtime error saying as below.

 

Runtime Errors         CONVT_NO_NUMBER

Unable to interpret " 249,900.00-" as a number.

 

The value passed is from the table RF140-WRSHB.

 

Any inputs on how to resolve this issue will be highly appreciated.

 

Thanks.

Sandy

Variant creation for reports

$
0
0

Variant creation for reports Introduction: If you want to run a report programs with same selections at regular intervals (for example, for monthly sales statistics) you would not want to enter the same values each time. Some ABAP/4 offers the possibility to combine the desired values for all these selections in one selection set. You can create as many different selection sets as you like for each report program and they remain assigned only to the report program in question. Such a selection set is called a variant Using variant in background processing, starting a report via variant saves the user work, minimizes in out errors. In background processing, a variant is the only possibility you have to pass values for the selections SAP users need to execute reports during their normal course of business. Users need to enter different selection criteria to access the dataset they need. Users need not enter the report selection criteria each time they need to access a report. Here, SAP provides users with the functionality of report variants. Creating Report Variants Use of Variants in Selection Screens: While executing most of the display or edit transactions and while running any kind of report, selection data needs to be provided to SAP on the selection screen. Many times the same report needs to be run repeatedly with the same selection parameters. This is where the use of variants saves the end user from entering the same selection data again and again every time the report needs to be run. Instead, the selection data is entered once and then stored as a variant. Next time whenever the same report needs to be executed with the same selection data, the variant is simply selected and it automatically populates all the selection fields. Use of variants not only saves the time and effort for the end user but also ensures that the correct reports are executed and errors due to manual entry of the selection parameters can be avoided. The SAP best business practices suggest that the selection data for frequently used reports should be saved as protected variants. Protected variants can be used by any user but can be modified only by the user who created the variant. This allows multiple users to execute the same report and ensures the consistency in the output of the report. Variants also remove the dependency on a certain user for running a certain report. A complete knowledge about the report and the underlying module is required for entering the selection data for a report. Only a person from the HR department can understand the selection data for a personnel report. But if the selection data is saved as a variant, then anyone having basic knowledge of SAP can run the report. Instead of entering the same values in selection criteria input fields each time you execute a report, you can create a variant. Using variants reduces both data entry time and system processing time. Pre-requisites: You must have the proper authorization to create a variant. See your system administrator for information on authorizations. A report can have any number of variants attached to it. Procedure: Go to transaction SE38 enter the program name and click on icon Variants so that variants could be created. 1. On the initial screen of the ABAP Editor, enter the name of the program for which you want to create a variant, select Variants in the Sub-objects group box, and choose Change. 2. On the variant maintenance initial screen, enter the name of the variant you want to create. Note the naming convention for variants 3. In the Variant input field, enter a name for this variant, and then click on Create. You can use any combination of characters to create the variant name except for special characters, such as the percent sign ("%") and dollar sign ("$"). 4. Choose Create. If the program has more than one selection screen, a dialog box appears in which you can assign the variant to one or more screens. The dialog box does not appear if the program only has one selection screen. In this case, the selection screen of the program appears straight away. 5. If there is more than one selection screen, select the screens for which you want to create the variant. 6. The selection criteria screen for the report is displayed. 7. Enter values in the selection criteria input fields. 8. For information on how to enter or change values, see Entering Selection Criteria in a Report. 9. Click on Continue. 10. The Save variant screen is displayed. The name you entered for the variant is displayed in the Variant field. 11. In the Description field, enter a short description of the variant. 12. Select any of the following environment options by clicking on the check box to the left of the option. Your choices will affect the variant as a whole. Only for background processing Mark this field if you need your variant only for background jobs and not for online (Dialog) processing. You should always print large lists in the background. Protect variant Mark this field if you want to prevent other users changing your variant. In such a case you will be the only person who can Only display in catalog Mark this field if you want to call your variant only in variant catalog and not via search help (F4) System variant (automatic transport) This field would be automatically flagged when you create a system variant (CUS&, SAP&) Definition for Objects of selection screen: Select any of the following characteristics for the individual selection criteria by marking the corresponding check box:  Type: This field is used as an indicator to specify whether a specific field is a Parameter (P) or a selection (S). You will have to use "Type" when creating variables via table TVARVC  Protect field: Mark this field is you want to set it to “Read Only” in the selection screen. Field will be visible in the selection screen with content you have saved, but cannot be edited.  Hide field: Mark this field in case if you want to hide it in the selection screen. Data you have entered in this field will be used for processing, but not be visible in the selection screen.  Hide field "BIS": Mark this field, if you want to hide the range selection option.  Save field without values: If you mark this field, then the system will ignore the values which you have saved in the variant once it is imported to selection screen.  Switch GPA: This field is used for the purpose of filling values from the memory ID of the user. This is not active for background processing.  Required field: Mark this field if you want to set a mandatory flag in the selection screen. For example, if you mark the field in the variant, then in the selection screen this field would become a mandatory field.  13. Save the variant by clicking on save or pressing CTRL+S Result: When you have finished, an overview screen appears (ABAP: Save Attributes of Variant), on which you can enter the attributes of your variant and save it. Note that when you create a new variant, you must enter both values and attributes. Names of variants: Names can consist of up to 14 alphanumeric characters. The "%” character is not allowed. If you want the variant to be transported automatically with its program, you must create a system variant. The name of a system variant starts "CUS&" for customers, and "SAP&" for SAP system variants. You can only use the "&" character within this prefix in the name of a system variant. It may not occur in any other context. System variants are administered by the Workbench Organizer. Although you can create and access variants from any client, they are always stored in client "000". The variant is saved and its values are displayed on the selection criteria screen. Creating a transport request: After creating the variant, go to SE38 ABAP editor screen  enter program name  select Variant from the sub objects click on Change Enter newly created variant name  Go to UtilitiesTransport request. Here we can enter the Program name & Variant name and Execute. Choose the variant you want to transport and click on Continue. It will prompt for a workbench request. The transport request is created which is a client dependant object. Table where variants are stored: How to find the report and variant from table: All variants are stored in the table – VARID Get the required information in the combination of Report name and variant name. You can use the function module –“RS_VARIANT_CONTENTS” to get the values of your variant. Schedule background job: 1. Online Go to SE38Enter program nameExecute in Background Enter output device  Select Start time as Immediate Save You can check the report execution status from SM37 or from the same screen choose System Services Jobs Jobs overview and click on Execute. The screen would show the Jobs overview list. 2. Schedule Scheduling Background Jobs: Find below steps in defining background job: 1. Background jobs are scheduled by Basis administrators using transaction SM36 2. To run a report in a background, a job needs to be created with a step using the report name and a variant for selection parameters. It is recommended to create a separate variant for each scheduled job to produce results for specific dates (e.g. previous month) or organizational units (e.g. company codes) 3. If spool requests generated by this job are to be sent to someone as email, specify the email address. Choose the Spool list recipient button. 4. Click on start condition in application tool bar 5. In the pop-up window, click on Date/Time 6. Below you can see a check box "Periodic Job" 7. Next click on Period Values 8. Select "Other Period" – Enter the values are per the requirement 9. Save the job. In order to view the job newly scheduled, go through transaction SM37. Here mention the job name or the report name to check the status of the job. After mentioning the job name or program; execute it. (If you execute without any name then it gives populate all the jobs set by your user name. Select the Job status as Scheduled, Released, Active, Finished etc. Thus we have seen what is a variant, how to create variant, transport it to various clients and scheduling of background jobs. ======================================================================================== References: http://www.learnsaptips.com                                                                                                    Source: help.sap.com

SAP Screen Personas

$
0
0

Copy Controls Issue

$
0
0

Hi Experts ,

 

I am creating a new Bill type which is to be assigned to New Order type in Copy Control Settings. Order when generated the new Bill Type is to be Triggered . I am pretty lost at what to write or which routine can I take as a reference for wrtting my new requirement Data VBRK /VBRP and Copying Requirements routine .

Pls advice.

 

 

Thanks

MM_SD

Standard Cost to Moving Average - Calculation

$
0
0

Hello SAP experts,

 

I need your help with one issue. We are changing from Moving Average to Standard cost on our SAP, because we are having issues with the Inventory Audit Report (negative values with zero quantities). Unfortunately the 'Manage Item Cost per Warehouse' is not an option for us, because our main company does not agree with that.

 

Well, going to the question: is there any way that we can use to calculate the Moving Average cost of all the items? A good report was Inventory Valuation Simulation Report, but unfortunately it just help with the items that are purchased, it does not calculate for the manufactured items.

 

Thanks,

 

Pedro Pagliosa

Vacation pay processing - No vacation year found error during payroll

$
0
0

Hello all,

When running payroll, one of the employee error out with message "No vacation year found for vacation pay processing".

Infotype 2006 has a record from 01/01/2013 to 12/31/2013.

Pay period for 2014 starts from 12/30/2013.

 

Tables

 

Have someone encountered this issue and could you please help me with some pointers ?

 

Thanks,

Mahesh

Original/Copy in Marketing Documents - SAP B1

$
0
0

Hi guys, I hope you will be able to help me with this one.

When I work in B1, lets say when I am printing an AR Invoice:

 

* if I save it as a pdf, then in then template it says "Original" but if,

* I send the document straight to the printer, and it is the second time I print it, then in the document it says "Copy".

 

I want to print Invoices with the "Original" field always no matter if I am creating a pdf or sending straight to the printer.

Is there any option allowing me to do that?

 

Cheers,

 

Marcos

Uninstall Afaria Client App from IOS devices

$
0
0

Hi all,

 

I want to uninstall the AFARIA CLIENT APP from my IOS device.

Please help me?

Changing Vendor reconciliation account to another existing recon account

$
0
0

Hi Gurus,

 

we have business scenario, Vendor recon account need to be changed from trade recon to inter company recon.

 

I have configured OBBW settings like below

 

recon 100000

 

Adjustment     100001

 

 

and executed the F101 to transfer the balances from 1 account to another recon account. i got a error

 

 

than i have maintained  new recon account in OBBW

 

Recon (NEW)          100050

 

Adjustment       100051

 

than system didnot throw any error and after all  i have executed SM35 to run session batch it was successful.

 

Please clarify my below doubts

 

1)how to check that open item balances transfered from old recon to new recon (FBL1N/FS10N)

 

2) i have seen in other threads that this F101 program will not transfer any balances, than what is the purpose of running F101.

 

3) after F101 do i need to reverse the entry if so what is the T code to be used

 

4) if there is another way to transfer balances please throw some light.

 

Regards,

Sree

SOLMAN_SETUP Managed Systems Config Step Issue - "Check Configuration" Step

$
0
0

Help please,

 

Issues with SOLMAN_SETUP Managed Systems Config Step Issue - "Check Configuration" Step

 

Initial and Basis configuration steps completed successfully.

 

All other steps except Extractor setup completed successfully, however then performing Check configuration step Error message Managed Systems <SID>~ABAP is not configured.

 

The following errors are displayed.

 

 

 

Satellite System being configured is ECC ABAP Only EHP6 and Solman is 7.02 (SP43).

 

SLD and LMDB details are correct, been resynced and upto date.

 

Earlier step Extractor Setup the following error occured. Even though all entries in the extractor framework are showing as successful.

 

 

Any assistance/guidance on this issue will be very much appreciated.

 

Thanks & Regards

Tariq


md04

$
0
0

Hi Gurus, is there any way to show the sum of planned order qty or sum of process order qty or sum of any other mrp element qty in md04 for particular period like for dec month only?

please advise.

Vlookup function in webintelligence

$
0
0

Hi All,

 

I couldn't find VLOOKUP function in web intelligence business object reports. please let me know how to achieve the same requirement that would be really great help. Thanks in Advance.

 

I have two tables, i.e  table1 and table2 . both tables have only one column which contains data. I wanted to capture mismatch data which is there in the column of table1 and which is not there in the column of table2  (VLOOKUP). Please let me know the formula or logic that can be implemented to achieve this solution.

 

Regards

Sudhan

Issue with MultiProvider data

$
0
0

Hi,

 

I have a MultiProvider which is getting data from 2 Cubes and 1 DSO, out of that I am reporting a Key figure Which is coming from only one Cube and has assignment with only one target.

 

The data for the key figure in the report is expected to show for example as '1' but it showing multiple of 49 i.e. 49. I have checked the data till InfoCube data looks as expected but when I'm looking the data in the MultiProvider the data is showing as multiple of 49.

 

Can you please provide me some inputs..Thanks in advance for the help.

 

Regards,

Surendra.

Alerts mailing to user.............

$
0
0

Hi Friends,

 

Im having a requirement that is

 

im having alerts in report it has threshold limit is 15 if it is exceed more than 15 it should automatically  send a mail to business user. is it possible in sap BO OR BI?

Using Copy express across different localizations

$
0
0

I need to copy authorizations only across many companies from a Canadian localization company.

 

Copying authorizations using copy express from Canadian to Canadian companies is a piece of cake, but it does not copy across authorizations from Canadian to a US localization company.

 

Besides manually creating authorizations at least once in a US-localization, is there any other simpler way to do it?

 

Thanks,

Ajay Audich

Viewing all 8338 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>