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

Re: you may only read from table..Error

$
0
0

Hi

I remember, when we use READ table WITH KEY option, then the it_table should be defined with Key..

 

So, I would suggest

 

1. Pass the internal table as table parameter,

2. Inside the function,  crete another it_table with key option

3. assign the pased table parameter it table to this above defined it_table.

4. then use the REad statement on the newly defined it_table

 

Regards,

Venkat


Re: Revalorización articulos

$
0
0

Hola Ángel,

Cuando realizas la parametrización de la base de datos decides si permites que se puedan sacar artículos con coste cero, esto lo puede encontrar en Gestión --> Inicialización de sistema --> Detalles de empresa --> Ficha Inicialización básica:

 

1.png

Por este motivo te da el error al hacer la salida.

 

Cuando realizas la revalorización de inventario las cuentas que utiliza son las mismas cuentas que utilizarías al realizar la entrada de mercancía (existencias contra variación de existencias), revisa una entrada que ya tengas hecha y comprueba las cuentas de gastos que de forma estandar se asigna en el asiento y la puedes utilizar.

 

Un saludo,

 

Tere

Re: VF01 - Document is incomplete so billing cannot be carried out

$
0
0

zh,

 

Could you create a proforma invoice (delivery related proforma), in VF01, give billing type - proforma, give delivery number and check.

If proforma is getting created then probably you would have to check the copying requirement (routine) in copy control (VTFL).

Updating Extension Collection in a project Using Import

$
0
0

Hi Piyush,

 

To add to Uday response, the common extension collection template has the following columns that needs to be populated with the column definitions created in your application:

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

# Field Type Required Notes
# CLASS CUSTOM true The name of the class having the
  target extension collection
# OBJECT CUSTOM true References the EXTERNAL_ID of the
  object having the target extension collection
# COLLECTION CUSTOM true The name of the target extension
  collection
# <EXTENSION_COLLN_FIELD_NAME> CUSTOM true Placeholder for the name of an
  extension field in the target extension collection

 

Once the values are populated you should be able to import mass values into the collection extension object.

 

Regards,

Parankush

Re: Mass activation of QM Proc. Active

$
0
0

Thanks Very Much FF....

 

Thanks for your, and other colleagues help thus far. We're getting there.  I've researched and executed one number then 10 numbers. No problem with one number, (not a mass change though) then 10 numbers, no problem. When I went for the full Monte 4,000 + material numbers... I received an error " no foreign key available" and halted the process. What is this error? How should I proceed?

QI06 completed, QA08 completed,...... MM17 completes this major task.

 

 

Thanks again

 

Verroz

Re: NW users with password which does not expire

Re: SetFullState in a WCF Service

$
0
0

Hi Denise;

 

  You can not use the SetFullState ( ) approach between PB variants because:

 

1) DW object format is different

2) ResultSet format is different

3) Buffers internally are different

 

   You can not use a GenerateResultSet ( ) method either to pass the datum via that mechanism either because PB.Net doe not support this PB Classic command. 

 

   The only way I know of to pass the datum between DW's in PB Classic vs PB.Net is via XML (a most inefficient mechanism though I'm sad to say).

 

HTH

 

Regards ... Chris

Re: This Enhancement Package installation must be configured with a Stack XML

$
0
0

HI,

 

The problem could be with the product system assigned in SMSY in Solution Manager.

The product version should be EHP6 FOR SAP ERP 6.0 and not ECC.

 

Please check

 

Regards,

Sohrab Kapoor


Re: Use MDA to list unused indexes

$
0
0

I forgot to answer your earlier question if there is a maximum number of indexes that MDA can monitor. Answer: no such limit for MDA per se. In practice the limit boils down to the number of open object/open index descriptors -- if you do not have enough of these they get re-used and as a side effect the MDA coutners are reset to 0. But we've already touched upon that and you indicated you do not see any reuse happening.

Re: SDM initialization Failed

$
0
0

Hi Vijay

 

Could you pls define the parameter in you default profile and then try

 

and also paste the sdm*.log under the folder location E:\usr\sap\VPD\DVEBMGS00\SDM\program\config\log\sdm*.log

 

Thanks

Ram

Row as blank

$
0
0

Dear Experts,

 

I want a space betweent the rows without displaying any thing and some rows as just text headings.

 

 

I tried using new selection for both spaces and static text , but problem is I am getting the values in columns against this rows.

 

So please tell me how to get 1 ) rows as blank cell and 2)  row as text , for both the requirments the column values should be blank.

 

Thank you..

Re: Upgrade ECC 6.0 to EHP6

$
0
0

Hi Dilip.

So, you mean that I need to install EHP1 and then EHP2...until EHP6. I thought that EHP6 contains all old EHP ( ehp1, ehp2, ehp3...).

Also, I read the info from SAP and it gives an idea that it is possible to install EHP6 directly from ECC 6.0 without the need to install the old EHP5...4...3...2...1..

 

Not clear yet

Re: Multiple Equipment's with single Materiel Number and Serial Number Combination

$
0
0

Hi,

 

This should not be possible. There can only be one equipment (EQUI record) for a material/serial combination. If more than one exists it is a data inconsistency. If you are able to do this then there is a bug in whatever process you are using to create the additional equipment.

 

-Paul

Re: NW users with password which does not expire

$
0
0

Hi Paul,

 

in the UME Main screen, when you creating a new user, you will find on the bottom a combobox

"Security Policy". Select the entry "Technical User". Now the user password will never

expire and you will never have to change the password after the specify period.

 

BR

 

Pedro

Re: Contol array - is there a limit?

$
0
0

Hi Russ;

 

  Suggestion: You might want to try doing a "Full Build" on your target after adding the new TP ... especially with the heavy PFC framework - to get all the related code generated properly. I have run into this many times, even with my own framework.

 

  FWIW: I don't know of any Control array restrictions in the PFC or PB that should not support up to at least 32K objects per parent.

 

Regards ... Chris


Re: Populate a dropdown box with values

$
0
0

Thanks Steffen.

1. So what you are suggesting is that we create a custom table in SE11 with all the drop down values

2. Create a configured field to link those values.

 

Can you please elaborate how do we do Step 2.

 

Thanks

Radhika

Re: processing parameters for REC JDBC channel

$
0
0

HI Raju,

 

Maximum Concurrency can be up to 5. Thread count can be increased to 15 or 20 depending upon your required. So if you have 4 java instances and 20 threads, it would be 80 maximum threads.

 

 

Hope it helps!

Ambrish

Re: Fold/Unfold not working in 2nd page onwards in webi 3.1

$
0
0

 

Hi mallik,

 

I checked the pdf u mentioned and found the following adapt numbers related to Fold/Unfold option in Webi although i am not if any of them below exactly solves my problem.

 

ADAPT01630549 :

When viewing Web Intelligence documents in Business Intelligence (BI) launch pad, after folding a value in one section, other sections incorrectly fold the value.

 

 

ADAPT01514110

 

The fold and unfold arrows still appear in a Web Intelligence document in Reading mode after the "Bookmark section" in Section properties has been unselected. The arrows work correctly in the Web Intelligence Rich Client Reading mode.

 

 

ADAPT01543429

A Web Intelligence document opened via an openDocument URL opens with the Fold/Unfold feature disabled,despite the fact it was saved with the option enabled.

 

ADAPT01549697

In Safari, in a document open in the Web Intelligence Web interface, when working in the Fold/Unfold section, the button to expand and collapse "ALL" sections is only partially visible and not usable.

 

ADAPT01630282

Folding or unfolding the last item in a block fails to work in Web Intelligence Rich Client or the Advanced creation tool.

 

ADAPT01665067

After folding at a break, the total number of pages is increased

 

Re: Crystal Reports 2011 and .Net 4.0 dll as a data source

$
0
0

Unfortunately this dll is from a 3rd party and cannot be changed to 2.0

 

By failing I mean that it doesn't see any dataset methods in the dll while CRVS version does see and use them fine. It doesn't give any errors, just silently doesn't do it.

If i just type the name of the dataset method from within that dll it gives a message:

Logon failed

Details: mscorlib: Could not load file or assembly 'file:path to file' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

Re: Total Issue

$
0
0

Hi Abhilash,

Thanks for your quick reply, that is a correct answer for the total part but it will avoid any perior records to the selected date range from being calculated, apart from all of that can you please give an example for saved data selection,

Viewing all 8676 articles
Browse latest View live




Latest Images