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

Update inspection lot stock in QA11

$
0
0

Hello Experts,

 

I am trying to update UD code with Inspection lot stock(unrestricted use, blocked stock and so on). I able to update UD code using BAPI BAPI_INSPLOT_SETUSAGEDECISION but I could not able to update the stocks(unrestricted use,  scrap,  blocked stock).

 

This change is bit urgent. Can you please help me.

 

Regards,

A Vadamalai.


IDES Server access

$
0
0

Hello Experts,

 

I am an SAP ABAP developer with 3.5years of experience. I am currently working with SAP security department. I would like to practice ABAP through free online servers like IDES. Please confirm how can I access that? If not IDES, are there any other free online servers?

 

Thanks in advance.

 

Regards,

Rashmi Pillai

sap ECC 6.0 download link

$
0
0

Hi All,

 

Can someone send me the link from where to download  ECC 6.0 and the procedure to install it.

 

Thanks in Advance.

Cryptical technical name of HANA Live Views as Design Studio Data Source

$
0
0

Hi experts,

 

we are using HANA Live Views as Design Studio Data Sources.

 

In any cases, the technical Name of the views are not the same as in the HANA Studio. Instead of that, the technical name of the Design Studio Data Source (based on the view) are cryptical.

 

Example with two example views (positive and negative example):

DS_HANA_LIVE_VIEWS.png

 

Are there any reasons, why the technical name of the view in any cases are different in Design Studio?

 

One of the problem is, that we have to search in the Design Studio Data Source search with the Description of the HANA view, instead of the technical name search.

 

It would be better to have a unique link to the HANA view as source of the Design Studio DataSource:

DS.png

 

Thanks in advance!

 

 

Best regards,

Michael

Error when trying to open service manager

$
0
0

Hi experts,

 

I was doing an upgrade but when I try to open my service manager the next error appears can you please help me its critical.

 

 

Regards EdwinCaptura de pantalla 2015-07-11 a las 22.47.17.png

In shipment cost document item details are missing ..

$
0
0

Hello Sap gurus ,

 

when creating Shipment cost document (VI01), item details are not found ...looks like i have missed some data while creating shipment document ( VT01N)..at shipment document level am not able to find details in STAGE tab as shown in below..

 

I would really appreciate your help ...

 

 

Shipment Error.PNG

 

 

 

 

 

Thanks

Ash

File Copy Action Block in SAP MII 12.1

$
0
0

Hi Folks,

 

I have a requirement like "Need to Copy the file which will be read from the source path SAP ME to the destination path directory present in the CNC Machine Controller via SAP PCo 2.2 using SAP MII 12.1. But I face few challenges where there are no such action blocks which could take the file from the source server(SAP ME) and copy it to another server (CNC Server). Both are hosted in different servers. Can anyone suggest me with the options for File Copying. As per my analysis, I think I will have to create a new custom action block for File Copy in SAP MII 12.1. If Yes, Can anyone send me the documentation for creating the "Custom action block for File Copy in SAP MII 12.1" and the jars which needs to be deployed for the same.

 

Please reply asap. would appreciate all your efforts in advance.

 

-Praveen

Cannot install any 9.1 patches on my laptop

$
0
0

Hello,

 

I have installed SAP B1 9.1 PL05 using the installer package some months ago, and today, I want to upgrade to PL07HF1, but when I click on Upgrade.exe, it is processing a few seconds, the process is run in background and then stops. I have the same thing with patches 6 and 7. However, I tried reinstalling patch 5 using the installer package and it is working.

 

I am also able to install any other exe file fron other applications.

 

This is very weird, as I was always able to upgrade to new patches in the past...

 

Any idea where this could come from?

 

Thanks,

Thibault


PGI - Accounting Posting (FID & Markup charges)

$
0
0

Dear Experts,

 

I got some new requirement that i need to post my FID (Freight,Insurance,Delivery) charges and Markup cost in my PGI Accounting document.

since we are moving from MAP price to Standard pricing.

 

let me explain my current scenario and new requirement.

 

Current scenario:

 

CR   Stocks on hand gross          -18.38 $

DR   Third Party COGS                 18.38 $

 

New Scenario :

 

Accounting Entries (Goods Issue)
CRStocks on Hand Gross (Std.Cost) $ (18.38)
DRFinished Goods I/Co (Std.Cost) $ 18.38
CR Markup (5%) - Condition Type $ (0.92)
CR FID Charges (3%) - Condition Type $ (0.55)
DRInterco Markup cogs $ 0.92
DRInterco FID COGS $ 0.55

 

how can i achieve this above scenario, your valuable suggestions would be great help.

SD Pricing

$
0
0

Hi All,

 

Please find the attached business problem and kindly give your ideas.

 

US Client is in computer hardware and in institutional sales. Product line consists of Laptop, desktop, printer etc. The existing process they are using as follows:

 

Existing process:

 

  • They are having mainly 4 manual condition type, lets for example: ZQA1 and ZQA2 (Item level condition type) and ZQA3 and ZQA4 (Header level condition type).
  • To comply with US GAAP rules client created one Condition Type, called ZQ00.
  • ZQ00 is a statistical, Header and Manual Condition Type.
  • There is a sub total field in the Pricing procedure, which is just taking total of all 4-condition types as mentioned above. ( ZQA1 to ZQA4)
  • User needs to copy the value of sub-total field manually and paste it to ZQ00 field.
  • ZQ00 is required for re-spreading of discount to the appropriate GL a/c and its also comply with US accounting laws.
  • Having said that due to change in sales order line item business needs to re-adjust the ZQ00 every time if any changes happen in sales order (new line item addition/ Quantity Change etc.)

 

Business Requirement

 

  • Business needs to automate the entire process of ZQ00 addition/deletion related activities.
  • It is not a good idea to put the ZQ00 as part of automatic pricing procedure as it can’t has the access sequence/ condition record also.

 

 

We understand that it can be achieved through programmatic changes as required. Having said that, we also need to keep in mind that ZQ00 is a manual condition type so far.

 

Any idea how we can achieve that requirement is appreciated.

 

Thanks

AB

"Field catalog not found" error in ALV program

$
0
0

Hi,

 

Please help me,I can not find what is error is my code,I have always error message "Field catalog not found" .


report z01.

type-pools: slis .

tables:skat.

 

data:begin of wa_skat,

        ktopl like skat-ktopl,

        saknr like skat-saknr,

        txt20 like skat-txt20,

      end of wa_skat.

 

data:i_skat like standard table of wa_skat with header line.

 

data: fieldcat type slis_t_fieldcat_alv.

 

select-options:zacc for skat-saknr.

select * into corresponding fields of wa_skat

   from skat

    for all entries in zacc

   where saknr = zacc-low.

   append wa_skat to i_skat.

endselect.

 

call function 'REUSE_ALV_FIELDCATALOG_MERGE'

   exporting

     i_program_name         = sy-repid

     i_internal_tabname     = 'I_SKAT'

*   I_STRUCTURE_NAME       = 'wa_SKAT'

     i_inclname             = sy-repid

     i_bypassing_buffer     = 'X'

   changing

     ct_fieldcat            = fieldcat

   exceptions

     inconsistent_interface = 1

     program_error          = 2

     others                 = 3.

 

 

call function 'REUSE_ALV_GRID_DISPLAY'

   exporting

     it_fieldcat = fieldcat

   tables

     t_outtab    = i_skat.

T-Code and Table Name of following query

$
0
0

HI All,

 

Could you please let me know T-Code and Table Name (along with field name) of following query in SAP FICO?


i)  Navigate & verify various heads of accounts.

 

ii)  Go through the narration against various transactions recorded in voucher, cash book & ledgers.

 

iii)  Verify the profit & loss account to identify the relevant heads of account which involve wages element.

 

iv)  Identify the transactions and co-relate them with other entries so as to ascertain wages involved.

 

In extra if any video tutorial or any document available related to following query, please provide me.

 

Best Regards,

Darshan Pithadiya

Edifact to IDOC Scenario

$
0
0

Hello All

 

I am doing EDIFACT to IDOC Scenario.

 

I know two flows are involved:

1.     AS2/FILE to EDISEPERATOR

2.     EDISEPARATOR to IDOC

 

I am stuck in 1st flow itself. I am using File adapter in sender.

File adapter is successfully picking up EDI file.

In Message Monitoring when I am checking there is an error "The XML - input can not be displayed when Stylesheet XSL is used. Correct the error and then click."

 

Due to above error receiver EDISEPERATOR channel is not getting any message.

 

Please help.

 

Regards

Dheeraj Kumar

Restricting different roles from provisioning

$
0
0

Do we have any parameter or config if we want to restrict the composite and single role from provisioning?

 

Except the solution we have to change the provision type in BRM or while uploading the role file?

Maps in Accounts/Visits

$
0
0

Hello experts,

 

i'm facing this issue: when i open Visits (or Accounts) workset, i get this error: "Either Google map is inactive or both Google and Bing maps are active. Please contact the key user/system administrator."
I checked the status of bing and google maps mashups. Bing is active and Google is not.

 

How can i resolve this issue and be able to see maps?

 

 

Many thanks


Installing and Using SAPUI5

$
0
0

Hello experts, I'm new on SAPUI5 and I want to accomplish the following scenario,

 

I want to deploy what I need to build on UI5 on an Apache server and consume Bapis from an ABAP server.  From what I understand this can be done by unzipping SAPUI5 on a folder inside Apache's Folder (don't know where to find this zip file) and using OData services to consume ABAP, am I correct?  If I am, would someone give me more guidance on the install process and creation of the OData services and the connection to ABAP.

 

 

Hoping you guys can help me,

Best regards,

Jose

Pie chart not displaying refreshed values in dashboards 4.1

$
0
0

Hi All,

 

I have requirement to show data in combo box and Pie chart. when user clicks on the value in combo box the pie chart has to change and display according to value in combo box.

 

I used LO to get data into dashboards and data is getting from webi to LO. Here I have few doubts in linking between combo box and pie chart.

Combo box has values "cal month /year ( MAY 2015)"

 

Here my doubt is Combo box “destination” is single cell(which contains Calmonth/year) and I can’t give it as a source to pie chart, I tried to map the destination cell of combo box to pie chart values that also didn't worked out.


My pie chart is not displaying data according to the combo box value.


Screen shot of Combo box


Combo box.png

Screen shot of pie chart


pie chart.png


Please let me know how to connect combo box and pie chart so as to work dynamically( means if I click value in combo box pie chart has to change)

Please help in getting the data to pie chart

 

 

 

 

Thanks,

Saroja

COA to be display sold to party for output types in VL71

$
0
0

Hello QM guru's,
We are facing an issue for long time. The condition record for COA output type for external send (ZMD1,ZMD2,ZMD3,ZMD4) has been set up for ship to and sold to part both.

For some reason the Sold party address output for COA is not getting triggered for delivery in VL71


Could you point at any possible reasons why sold party addresses not coming on COA output?


 


Input in VL71 –


  • Output Type- ZMD1
  • Transmission Medium
  • Sort order 01
  • Processing Mode 1
  • Shipping Point/Receiving Pt- xxx
  • Delivery-XXXXXX

Execute –

Print preview result – Sold to party address not getting populated on COA


Please provide your expert comments.

SAP Security questions

$
0
0

Dear Experts,

 

Please help with following SAP Security questions

 

  1. What is the difference between ST01 and STAUTHTRACE tcode and why STAUTHTRCE in place?
  2. I have broken the relationship between master role and derived role and how do i rest it back
  3. What are the authorization and tcode we should give to auditors
  4. What are the critical authorization objects we should not give it to users in prd system
  5. What is the use of SE54 tcode ?


Regards,

RK



SAP Excel program reading only two sheet

$
0
0

Hi Experts

 

I have created a excel program to read data from Excel multiple sheets

I was able to read the data earlier from multiple sheet but now I am getting a strange problem

 

Only two sheet are always read

Even though I am passing the third sheet name only 2nd sheet data is being fetched

 

The other problem is If I open the excel file ,opened third worksheet and closed it.

The program starts reading the data from 3rd worksheet but not from worksheet 1

 

Can you please provide the solution for this or what I am missing here when working with excel

 

Please find the code what I have written to read the data from multiple sheets and correct me if I am doing anything wrong

 

 

LOOP AT i_sheets INTO wa_sheets.

 

         lw_range-name     = 'Test'.

         lw_range-rows    = p_rows.

         lw_range-columns = p_cols.

         APPEND lw_range TO lt_range.

 

         CALL METHOD iref_spreadsheet->select_sheet

           EXPORTING

             name     = wa_sheets-sheet_name

*           no_flush = ' '

           IMPORTING

             error    = iref_error

*           retcode  =

           .

         IF iref_error->has_failed = 'X'.

           EXIT.

         ENDIF.

 

         CALL METHOD iref_spreadsheet->set_selection

           EXPORTING

             top     = 1

             left    = 1

             rows    = p_rows

             columns = p_cols.


         CALL METHOD iref_spreadsheet->insert_range

           EXPORTING

             name     = 'Test'

             rows     = p_rows

             columns  = p_cols

             no_flush = ''

           IMPORTING

             error    = iref_error.

 

         IF iref_error->has_failed = 'X'.

           EXIT.

         ENDIF.

 

         REFRESH i_data.

         CALL METHOD iref_spreadsheet->get_ranges_data

*          EXPORTING

*            all      = 'X'

           IMPORTING

             contents = i_data

             error    = iref_error

           CHANGING

             ranges   = lt_range.

 

         CALL METHOD iref_spreadsheet->delete_ranges

           EXPORTING

             ranges = lt_range.

 

endloop.

 

is there any special procedure we need to follow while saving the excel which I am using for the program

 

 

Thanks

Pawan Akella

Viewing all 8989 articles
Browse latest View live