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

multiple selection with Columns feature

$
0
0

Hi,

 

i am wondering if it is possible  any filter component has Columns feature?  Radiobutton has that feature but in my scenario i need also multiple selection.

what exactly i need is  filter component with multiple selection at every selection changing dynamic text component . i wanted to use Filterpanel component but it has not .getselectedvalue statement..

 

Any idea ?

Erdem


Re: Rest Adapter

$
0
0

if you are receiving empty response, then it should be status 200. not sure if are facing same issue experienced by venu.

 

can you try this?

 

1. Take the input payload from "Data from MS" step.

 

2. Test the message mapping manually.

 

3. Take the mapping output and test the proxy by going into ECC tcode "SPROXY". check if that is returning anything

Re: Ho can we create a pick list in s4hana

$
0
0

Sorry for the screenshot, first paramater is not totally visible,

 

Run program RSVARDOC_610 with following values VL06P will run

 

S_REPORT : WS_MONITOR_OUTB_DEL_PICK

 

S_VARI : SAP&STANDARD

 

SYSVAR : X

Re: Remove the content of sap.ui.core.HTML

$
0
0

Hi ,

 

 

I have a main page which contains basic data and I want to display a PDF in a detail page .

 

Page navigation is done but i would like to know what to write in the second page content  section so that my PDF will be displayed in the second page view.

 

I have my XSTRING with me and i would like to know where to bind this XSTRING value so that my PDF will be displayed.

 

Please let me know what to code in the content block of second view(JAVASCRIPT) AND how to bind my PDF CONTENT(XSTRING) ?

Re: new field is not reflecting while sending the IDOC to ECC

$
0
0

are you able to see the added CIMTYP in below step?

 

IdocMapping.jpg

Re: Search help on MAT1_A(length of the search help field)

$
0
0

Hi Sandra/Juergen,

 

Thanks for the infor.

 

I am searching for some text(150 char) in search help and returning matnr . This is in language EN.

1159564- This note for Non-English

 

Is there anyway I can achieve search helps?

 

regards

Trupthi

Re: different types of templates in webi

$
0
0

as of now  webi templete is based on the some webi query.like create webi templete on the efashion universe.temple is based on the some source.with this you have to add the webi query in the existing templete and need to delete the query from the the report which is used for the templete.

 

in the idea it is considered for future enhancement.

 

CSS custom file is available from BI 4.0.based on the need you can create your own style.

Re: SCC for Replication Server

$
0
0

Peter,

 

Thank you for your note.  I've installed the SCC 3.3 - standalone.  I wonder though what I need the SAP CNTL FRAMEWORK for?  I remember that there was a plan to have a form of SAP CNTRL FRAMEWORK on top of which the future ASE cockpit will reside (for non-standalone installations).  SCC seems like being able to work on its own?

 

Not sure if I need both.

 

Andrew


Re: Disable MasterPage in SplitApp?

$
0
0

Hi Storch,

 

Can you check this, we have implemented same scenario but on click of event we are disabling the Master Page. Here is what I have done.

 

App view :

<SplitApp  id="idAppControl" />

<Image press="hideMaster" src="icon/white-home-icon.png"/>

 

controller:

hideMaster: function (e) {

        var oSplitApp = this.getView().byId("idAppControl");

        var oMasterNav = oSplitApp.getAggregation("_navMaster");

        oMasterNav.setVisible(!oMasterNav.getVisible());

    },

 

Hope this will help you with your requirement.

 

Thank you,

Rohini

Re: Suggestion on sp_iqcheckdb 'allocation database'

$
0
0

Ajay You may get some "Future Version Errors" if there is some DDL operation going on after you start sp_iqcheckdb. To avoid this, simply run COMMIT before running sp_iqcheckdb. I would try to  issue the COMMIT and try rerunning your sp_iqcheckdb - see if there are any error messages then and check to see if there are any messages in the iqmsg log at the same time. regards John

Re: How to use either CPA DME or ACH DME depending on currency key / account of payment

$
0
0

Hello Thomas, the easiest way would be to define 2 payment methods. Tie them to respective program and set-up rankings in FBZP in a way you want it to be picked up by APP.

Best regards,

Anton

Re: BR0863W No tables/indexes found to update/delete statistics

$
0
0

Hi,

First thing to mention is the having statistics that are not "actual" is not a problem.

Second thing, the "standard" brconnect command does not "calculate" statistics.

What it does is follow some rules to see if statistics are needed.

In your case it has decided that new statistics are not needed.

Why? Impossible to say with the information you have provided.

If you attach the log file it might be possible that we could figure it out. Otherwise it would be guessing, looking at a crystal ball, vudú  or something like that.

BTW, did you force statistics after the upgrade?

Re: How to display PDF in Java script view UI5

$
0
0

HI Phani

 

did you try displaying this PDFs in a new window just to confirm if the PDFs is correct.

 

thanks

amara

Re: How to change Datasource Dynamically

$
0
0

This is possible, but it's not as trivial as your code might indicate. I'd recommend having a read of the following:

Crystal Reports for Visual Studio 2005 Walkthro... | SCN

(Applies to all versions of CR and .NET)

 

Sample apps:

Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki

NET RAS SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki

 

SAP Crystal Reports .NET SDK Developer Guide

SAP Crystal Reports .NET API Guide

 

Report Application Server .NET SDK Developer Guide

Report Application Server .NET API Guide

 

And don't forget to do a bit of searching. You can use the search box here in the top right corner, or go directly to www.find.sap.com

 

 

 

- Ludek

Senior Support Engineer Product Support, Global Support Center Canada

 

Chat with SAP  Support! See KBA 2213344 - Starting a chat with SAP Support [video]

Follow me on Twitter

Got Enhancement ideas? Use the SAP Idea Place

Re: SAP Lumira Desktop using table with expand/collapse features (treetable-like)

$
0
0

Hi Mario,

 

As far as 1.30 is concerned, we do not have have an expand or collapse feature. Once the hierarchy is created and used as dimension in the crosstab, we can navigate to different levels using the settings as follows.

Capture.PNG

Please let me know if there are any questions or comments.

 

Thank you,

Varun Anand


How to transport Z table entries

$
0
0

Hi,

I'm creating a SAP Java EE application which will allow users to maintain table entries in dev and transport them to pre-prod, prod etc. This is achieved on ABAP stack when we maintain the table entry in SM30. Is there an API on the server that can be called to add dictionary obects to a transport.

 

Thanks,

Vikas

Re: VL10B for Intracompany STO - How to disable POD (Proof of delivery)

Re: Rolling52Week trend which is reportable in breakdown per week

$
0
0

Hi Roger,

 

We have a similar requirement, were you able to solve this reporting requirement?.if, so can you please share the solution.

 

Thanks & Regards

Sri

WEBI - CRM WEB UI Integration [BOBJ 4.2]

$
0
0

I will pass the parameter in WEBI (using prompts) and it should filter the report in CRM WEBI UI.

 

Can we pass WEBI value to filter report in CRM system ?

 

Is it doable using OpenDoc ?

 

Are there documentation available for WEBI-CRM WEBI UI integration ?

DTW import error

$
0
0

Hi Gurus,

 

I am attempting to import item master data via DTW and am receiving the error Invalid Item Name 'tNO' in Enum 'BoYesNoEnum' .The Valid Names are 'tNO'-'N','tYES'-'Y'65171.

 

I have tried importing via CSV and also Tab Delimited. Both give the same error.

 

Can you take a look over a few lines of my spreadsheet and let me know if you can see anything that would be causing this?

 

ItemCodeItemNameItemsGroupCodeBarCodeVatLiablePurchaseItemSalesItemInventoryItemMainsupplierSupplierCatalogNoDesiredInventoryMinInventoryUser_TextManufacturerManageSerialNumbersManageBatchNumbersValidFrozenSalesUnitSalesItemsPerUnitSalesUnitLengthSalesLengthUnitSalesUnitWidthSalesWidthUnitSalesUnitHeightSalesHeightUnitSalesUnitWeightSalesWeightUnitPurchaseUnitPurchaseItemsPerUnitPurchaseUnitHeightPurchaseHeightUnitPurchaseUnitVolumePurchaseVolumeUnitPurchaseUnitWeightPurchaseWeightUnitDefaultWarehouseShipTypeGLMethodMaxInventoryManageStockByWarehouseCostAccountingMethodIssueMethodSRIAndBatchManageMethodInventoryUOMPlanningSystemProcurementMethodOrderIntervalsOrderMultipleLeadTimeMinOrderQuantityU_PMX_HBBDU_PMX_SLIDU_PMX_DSLCU_PMX_QSCRU_PMX_PILRU_PMX_SLDRU_PMX_CSOR
Unique ID for the item.
Limited to 20 Characters
Description of the Item.
Limited to 100 characters.
The Numeric Code for the Item Group that the Item belongs to.
The Value needs to match the code in the Item Groups sheet in Column A ("Number").
A field to store a barcode or UPC Number.
Can hold up to 16 alphanumeric characters.
Will be displayed in SAP as the alphanumeric characters, which can be converted to a barcode on printed documents with a Barcode Font (SAP does not provide that font).
Sets the item to be taxable or not on all transactions.
Valid Values are tYes or tNo
If this field is left blank, the item will default to be taxable.
Sets whether the item can be used in Purchasing Transactions.
Valid Values are tYes and tNo.
THIS SETTING CANNOT BE CHANGED ONCE TRANSACTIONS TAKE PLACE.
Sets whether the item can be used in Sales Transactions.
Valid Values are tYes and tNo.
THIS SETTING CANNOT BE CHANGED ONCE TRANSACTIONS TAKE PLACE.
Sets whether the item can be used in Inventory Transactions.
If set to tYes, quantites and cost will be maintained for the item.
Valid Values are tYes and tNo.
THIS SETTING CANNOT BE CHANGED ONCE TRANSACTIONS TAKE PLACE.
The Preferred Vendor for an Item.
The value in this field should match a Vendor's Business Partner CardCode from the BP DTW Sheet.
Used in the Materials Planning Process. SAP will allow you to purchase the item from other Vendors.
The Manufacturer's Catalog Number.
If the Manufacturer's Item Code is different than your Item Code, you can store the Manufacturer's code here.
The Quantity (in the Inventory UoM) where the item should be reordered.
If you are Managing Inventory By Warehouse, do not fill in this field.
Fill in the corresponding field on the Warehouse Tab instead.
The Minimum Inventory Quantity (in the Inventory UoM).
If you are Managing Inventory By Warehouse, do not fill in this field.
Fill in the corresponding field on the Warehouse Tab instead.
A large Text field to store Notes about the item on the Remarks Tab of Item Master Data.
Can hold up to 256000 characters.
The Code that Represents the Item's Manufacturer.
Codes are found on the Manufacturer Tab.
Sets whether the system records Serial Numbers for the Item.
Sets whether the system records Serial Numbers for the Item.
Cannot be changed if there is inventory quantities for the item in the System.
Valid Values are tYes and tNo.
Sets whether the system records Batch Numbers for the Item.
Cannot be changed if there is inventory quantities for the item in the System.
Valid Values are tYes and tNo.
Sets the item to be Active in SAP.
Items will default to Active if this field is not filled out and the Frozen field for the item is not set to tYes.
Valid Values are tYes and tNo.
Sets the item to be On Hold in SAP.
Valid Values are tYes and tNo.
The Name of the Sales Unit of Measure (ie EA, Box, ETC.) for the item.
Can Hold up to 100 Characters.
The quantity of Items (in the Inventory UoM) that are in the Sales Unit of Measure.
If the Sales UoM is Box, and there are 10 inventory items in that box when it's sold, the value in this column will be 10.
The field will default to 1 in SAP if no Value is set here.
The Numeric Value of the length of the item.
For Example, if the item is 5 in. long, this field would contain the number 5.
The Numeric Code for the length type found on the Length Tab in this Workbook.The Numeric Value of the Width of the item.
For Example, if the item is 5 in. wide, this field would contain the number 5.

The Numeric Code for the length type found on the Length Tab in this Workbook.
The Numeric Value of the height of the item.
For Example, if the item is 5 in. tall, this field would contain the number 5.
The Numeric Code for the length type found on the Length Tab in this Workbook.The Numeric Value of the Weight of the item.
For Example, if the item is 5 lb, this field would contain the number 5.

The Numeric Code for the Weight type found on the Weight Tab in this Workbook.
The Name of the Purchase Unit of Measure (ie EA, Box, ETC.) for the item.
Can Hold up to 100 Characters.
The quantity of Items (in the Inventory UoM) that are in the Purchase Unit of Measure.
If the Purchase UoM is Box, and there are 10 inventory items in that box when it's bought, the value in this column will be 10.
The field will default to 1 in SAP if no Value is set here.
The Numeric Value of the height of the item.
For Example, if the item is 5 in. tall, this field would contain the number 5.
The Numeric Code for the length type found on the Length Tab in this Workbook.The Numeric Value of the Volume of the item.
For Example, if the item is 5 cubic in, this field would contain the number 5.
The Numeric Code for the length type found on the Length Tab in this Workbook.The Numeric Value of the Weight of the item.
For Example, if the item is 5 lb, this field would contain the number 5.

The Numeric Code for the Weight type found on the Weight Tab in this Workbook.
The Default Warehouse for the Item.
The Value should match the Warehouse Code in Column Warehouse-OWHS Tab in this Workbook.
The Shipping Type for the Item.
The value should Match the Shiping Type Code Column in the Shipping Types - OSHP Tab in this workbook.
If you are not using Advanced GL Determination for the item, this field will set how the GL accounts are determined.
GL Accounts can be determined by the Item Group, Warehouse, or Item Level.
If using Advanced GL Determination, leave this field Blank.
Valid Values are glm_WH, glm_ItemClass, glm_ItemLevel
The Maximum Inventory Quantity (in the Inventory UoM).
If you are Managing Inventory By Warehouse, do not fill in this field.
Fill in the corresponding field on the Warehouse Tab instead.
Sets whether item quantities and costs should be maintaied seperately for each warehouse, or combined and maintained for the entire company.
Valid Values are tYes and tNo.
Valuation Method for the item (Moving Average, Fifo, Standard Cost).
Valid Values are bis_MovingAverage, bis_FIFO, bis_Standard.
Determines if the item is issued Manually or Backflushed if used in Production Processes.
Valid Values are im_Backflush, im_Manual.
Controls if Serial and Batch Numbers are required on both inbound and outbound transactions, or only on outbound transactions for serial and batch managed items.
Valid values are bomm_OnEveryTransaction, bomm_OnReleaseOnly.
The Description for the Inventory Unit of Measure, for example, Box or EA.
SAP will treat the Inventory UoM as Eaches in the system for calculating Sales and Purchase UoMs.
Limited to 100 characters.
Determines if the item is available to be planned using the MRP functionality in SAP. 
Valid Values are bop_MRP, bop_None.
Determines if the MRP Planning module recommends Purchase Orders or Production Orders for the item.
Valid Values are bom_Buy, bom_Make.
Tied to Cycle Count records now. The quantity (in Inventory Unit of Measure) that your vendor requires you to puchase in. 
If you must purchase in lots of 12, then the value in this column will be 12.
Enter the number of days it takes the item to be recieved in your warehouse, after you have placed a purchase order with your vendor.  SAP uses the Lead Time in MRP calculations.The Minimum quantity of the item you must order from your vendor when you order this item.  Used in the MRP module to create purchase recommendations.Has best before date? Article with Best Before Date? SBO:Alpha 1                        'N'
NULL => NULL
'Y' => 'True'
'N' => 'False'     
Shelf life in days SBO:Numeric default shelf life for deliveries. If no default then skip.  Needs to be entered in dayDefault storage location or zone   SBO:Alpha 50 bin location where you normally store items. This is optional.  Default quality status for reception SBO:Alpha 8.  This will discuss this in the blueprinting session.Print label at reception?         SBO:Alpha 1   'N'
NULL => NULL
'Y' => 'True'
'N' => 'False'
Shelf life of article in days (reception) SBO:Numeric On Goods Receipt and alert can be triggered by this field if the vendors shelf life exceeds your requirementsCreate SSCC on reception          SBO:Alpha 1                        'N'
NULL => NULL
'Y' => 'True'
'N' => 'False'     
MandatoryMandatoryMandatoryOptionalOptionalMandatoryMandatoryMandatoryOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalOptionalFour51 - OptionalProdumex - MandatoryProdumex - OptionalProdumex - OptionalProdumex - OptionalProdumex - OptionalProdumex - OptionalProdumex - Optional
748252839732Coffee, Cappuccino & Latte Lovers Gourmet Snacks Gift Tote29100748252839732tYEStNOtYEStYESAoAAoA316-WEB1212Discontinue when out of containers30tNOtYEStYEStNoPiece112510585644Piece1WH1142tYESbis_MovingAverageim_Manualbomm_OnEveryTransactionPiecebop_MRPbom_MaketYes171Y120ReceiveY120N
713757598231Crazy for Coffee Gourmet Food and Snacks Gift Basket (Chocolate)29100713757598231tYEStNOtYEStYESAoAAoA315-WEB1212Discontinue when out of containers30tNOtYEStYEStNoPiece1125125125644Piece1WH1112tYESbis_MovingAverageim_Manualbomm_OnEveryTransactionPiecebop_MRPbom_MaketYes171Y120ReceiveY120N
748252839336Crazy for Coffee, Gourmet Food and Snacks (Candy)29100748252839336tYEStNOtYEStYESAoAAoA315-Summer121230tNOtYEStYEStNoPiece1125125125644Piece1WH1112tYESbis_MovingAverageim_Manualbomm_OnEveryTransactionPiecebop_MRPbom_MaketYes171Y120ReceiveY120N
Viewing all 8531 articles
Browse latest View live


Latest Images

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