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

Re: Can't export to Excel from MB5L?

$
0
0

well... for me works very well, only for verify... activating debug mode (/h) and inmediately type the command, you will be placed into the following line of code:

debug_MB5L.PNG

...and the value at gt_stack-listtype should be 'S', when the value is H (hierarchical list) this trick not Works.

 

And you can check also if your SAP user has the authority object S_GUI. (or inmediately after the command, check if some autorization is missing with /osu53)

And reset the defaul export format with &RESET_EXCEL command.

 

 

Regards.


How can I obtain the forecast for sells

$
0
0

I'm working with transaction MD04 to see the planificated 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: SLT with MSSQL as target

$
0
0

Which SP Version you are using?

 

Best, Tobias

Re: SFTP Advantco adapter connection failure...Error transmitting the message over HTTP. Reason: java.net.UnknownHostException: http.

$
0
0

Hi Kalyan,

 

Can you please post your IDOC comm channel definition? The problem is that 'http://' is repeated twice in the endpoint you are posting the IDOC to.

 

Regards,

Nick

Re: Time to open secondary database connection to HANA

$
0
0

Checking the Netweaver docu e.g. here (Creating a DBCON Entry - SAP NetWeaver Technical Operations Manual - SAP Library) helps with this!

There is a checkbox to indicate that you want the connection to be open permanently.

 

The re-open time you see in the trace however is not related to the db connection but to the DB cursor. So unless you find that creating the connection actually is the problem here, setting it to permanently open might not solve your issue.

Re: MAIN_NEWBAS/XPRAS_AIMMRG phase , Job RDDEXECL failing

$
0
0

Hi Rajesh,

You need to use EXT kernel . Please check in PAM to find the compatible kernel  for Netweaver 7.3 EHP1 .

I could see that following kernel versions are compatible with netweaver 731

 

SAP KERNEL 7.20 EXT,

SAP KERNEL 7.21 EXT

SAP KERNEL  7.22 EXT

 

Please refer the SAP note #1591607.

You should also use higher version of tp and see if it helps.

Re: Salary & IT Projection statement error

$
0
0

Hi Shankar

 

I've not maintained any additional parameter settings, do i need to??

111.jpg

Kindly suggest!!!

 

Regards

Shiva

Re: Is posible use dynamic images in SAP Lumira?

$
0
0

I'm wondering if you would be better off using a tool like Design Studio for this Exception Icons in Design Studio

 

Remember Lumira is for self-service discovery; what you are showing is more of a dashboard application


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.

Re: Is posible use dynamic images in SAP Lumira?

$
0
0

I need to showthis designtomobiledevice-smartphonenottablets. ModelsDesign studiocan be viewed onsmartphones?

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 8902 articles
Browse latest View live




Latest Images