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

Re: sap bo xi migration to 4.x two questions

0
0

thx Jawahar for the answer. In my case desktop intelligence is the only sollution, becuase as I've mentioned above - I've got a problem with reports that didn't convert with report conversion tool


Re: SQL error 701 when accessing table "T021D"

0
0

Sreenu,

 

You aren't giving your database nearly enough memory to operate. According to these figures, you have 32 GB of physical RAM on this box, and yet you have only apportioned a little over 3 GB for the database. You should consider adjusting "Min Server Memory" and "Max Server Memory" to something closer to perhaps 30% or 35% of the total physical RAM. Be aware, though, you'll also need to adjust PHYS_MEMSIZE in your instance profile downwards to make that memory available for SQL Server. You might want to set PHYS_MEMSIZE to something like 60% or 65% of physical RAM. That will require a restart of your application to take effect, so if this is a production system, plan accordingly.

 

Cheers,

Matt

Re: BW job fails ...deadlock .....

Re: BI JOB failing with dump DBIF_RSQL_SQL_ERROR exception CX_SY_OPEN_SQL_DB

Re: source system inactive

Re: unable to create Quality Level in Quality Characteristic

0
0

Hi Arijit

what did you mean by "

You can try coping the data As-Is form QDQL, except the below values -

 

a) PRUEFLOS => Insp lot level or PLOSOVE => MIC level

b) DATLPRUEF => Date of last inspection

c) DELDATUM => Deletion Date

d) RESDATUM => Reset date

e) BWLOS => Lot usage date (This value is copied form Result Recording)

f) BWLOSDYN => Dynamic Valuation (This value is copied form UD)"

 

how can we copy directly? If you meant creating this programatically, I think this is not recommended in our company making direct table entries.

Re: Estrategia de Liberacion en SolPed generada por Orden de Mantenimiento (PM)

0
0

Hola Octavio,

 

¿pudiste resolver tu requerimiento? tengo un escenario similar al tuyo

 

Gracias.

How can I obtain the forecast for sells

0
0

I'm working with transaction MD04 to see the planifacated sells for the actual month and the next three months but since we work with a lot of part numbers this is very slow, I do not know if there is another transaction where I can see all the Part numbers at the same time or is this the only transaction where I can check it?

 

Thanks


Re: Display JPG image in Webdynpro Java Application

0
0

Hi Vijay,


The code works very good. I had to save the images in the MIME Repository, and then send the xtsring to webdynro.


Re: AUC/Internal Order updated only in F-58 and not in F-48

0
0

Hi Dave,

 

For down payment i used same PK 29A and Same GL Account 152000

 

It is the same process i followed for both scenarios.

 

At the time settlement KO88

 

IO with down payment with Check(F-58/f110), the down payment amount is settled to AUC Asset

IO with down payment with Wire(F-48) the down payment  is not settled to AUC.

 

The requirement is not to settle down payment to AUC. As IO is updated on down payment for check, during AUC settlement down payment is settled to AUC asset. I want to stop this

Change customer and partner . Doubt.

0
0

Hi experts

i want to know how should i  fill  SD_CUSTOMER_MAINTAIN_ALL parameters to change a adress data customer.

this is the correctr way ?

 

CLEAR: lv_kunnr,

          lv_id,

          lv_message.

 

   w_kna1-kunnr = kunnr.

*  w_knb1-kunnr = kunnr.

 

   ls_fkans-kunnr = kunnr.

   ls_fkans-mandt = sy-mandt.

   ls_fkans-land1 = w_kna1-land1.

   ls_fkans-kz    = 'U'.

   APPEND ls_fkans TO tfknas.

 

   CALL FUNCTION 'SD_CUSTOMER_MAINTAIN_ALL'

     EXPORTING

       i_kna1                     = w_kna1

*     i_knb1                     = w_knb1

*     i_knvv                     = w_knvv

       i_bapiaddr1                = w_addr1

       i_maintain_address_by_kna1 = 'X'

       pi_postflag                = 'X'

*     pi_cam_changed             = 'X'

     IMPORTING

       e_kunnr                    = kunnr

     TABLES

       t_xknas                    = tfknas

     EXCEPTIONS

       client_error               = 1

       kna1_incomplete            = 2

       knb1_incomplete            = 3

       knb5_incomplete            = 4

       knvv_incomplete            = 5

       kunnr_not_unique           = 6

       sales_area_not_unique      = 7

       sales_area_not_valid       = 8

       insert_update_conflict     = 9

       number_assignment_error    = 10

       number_not_in_range        = 11

       number_range_not_extern    = 12

       number_range_not_intern    = 13

       account_group_not_valid    = 14

       parnr_invalid              = 15

       bank_address_invalid       = 16

       tax_data_not_valid         = 17

       no_authority               = 18

       company_code_not_unique    = 19

       dunning_data_not_valid     = 20

       knb1_reference_invalid     = 21

       cam_error                  = 22

       OTHERS                     = 23.



how i fill the BUPA_ADDRESS_CHANGE to partner?



Thanks


I searched about it but nothing worked.

Re: Disp+work stops after few minutes

0
0

we found solution.

 

Tivoli backup agent update installed slq native client 10.0.

We set environment variable MSSQL_FORCEOLEDB=1 (sap note 1082356) and problem solved.

 

thanks everyone.

Re: $batch response error handling

0
0

Hi Ashwin,

Do you have a answer for your question now?I am too facing the same situation.I want the UI to know the response and error messages for ecah operation in a batch request.How can that me done.If i send the request as part of different changeset ,i understand i will get individual response in case of error .But if its one changeset ,how can this is achieved?

 

Thanks and Regards

Neeta

Re: Java mapping to Edit Payload - Sender HTTP

0
0

HI Justin

 

 

Fully agree with you, looking at details Requestid does not look to be part of payload xml, but i have checked with sender and they confirm that this is raw xml and this is how they will be sending, i need to adjust it. and hence Requestid, username and password  is part of xml payload

 

PLease suggest how to extract and isolate from payload

Re: Dar permiso a usuario para ver las sucursales

0
0

Puedes adjuntar las pantallas del usuario que lo ve y el que no lo ve.


Adapter Specific properties in HTTP_AAE

0
0

i doing a very complex requirement. I have ten webpages, all ends in aspx.com, and I have to fetch data from all to a single database table in ECC.

we are doing a single interface, ten webpages to proxy. HTTP_AAE --> PI ---> Proxy

 

I asked the team how they want an they did not give much info.

 

for ex, I have six fields in first webpage

name, age, phone number, office number, email id and address..

 

its a Form Data submission. Age has drop down menu with options <18, 18-25, 25-40 etc..

 

when the end user enters details of this and clicks submits it should reach PO. Like that nine more pages..

 

I thought of using HTTP_AAE. how should i get the data from webpage. should it be in payload or url. which is betetr

 

and also HTTP header fields and URL parameters are thre in Adapter specific properties in the adapter.

name is a unique field in all ten webpages. should i use that common field in HTTP Header fields or URL parameters..

 

when should i use the fields in http header fields or url parameters..

 

when i give the url to the webpages to post data to PO, how data should be best taken.. all six fields in payload like file, some fields in payload and irl, or all fields in url..

really confused and this is complex

Re: APD: Dump when Data source Query (based on MultiProvider) is used

0
0

I had the same problem after upgrading from BW 7.3 to 7.4.

I tried Sankar Kumar's solution but it didn't work for me.

 

Here is the solution that was successfull for me:

I removed the query filter on 0INFOPROV, and I added it to my restricted key figures.

 

Worked perfectly after.

Regards.

Re: HCP(WebIDE)-SMP : Failed to open offline store

0
0
You mentioned OFFLINE kapsel is enabled or not , are you pointing in webide or smp ,

 

web ide only

 

 

Do you have more one 'Back-end connection' ?

Can you share the code for opening store?

 

Looping Dan to provide more inputs.

Como saber el Nombre de la Búsqueda Formateada al que apunta una Lupa

0
0

Muy buen día apreciados Consultores

 

He llegado a Administrar Sap Business One a una Compañía

y dentro de los Módulos de compras y ventas los anteriores administradores

crearon Diferentes campos de usuarios, y a esos campos de usuarios le programaron diferentes Búsquedas formateadas

el problema fue que no documentaron Nada.

 

y en el query manager ahy como unas 200 Consultas Guardadas

y necesito depurar, para comenzar a organizar que hace cada cosa

 

Para eso necesito saber si desde la Lupa que hay en el campo de usuario

existe la forma de mirar a que Búsqueda Formateada le esta apuntando ??

 

de antemano muchas gracias por su Atención

Are there any style guides for Hana SQL Script?

0
0

Are there any guidelines on whether to name schemas, table and field names in upper or lower case? I read something about the CE engine converting unquoted identifiers to upper case so you had to be careful about it.

Viewing all 8798 articles
Browse latest View live


Latest Images