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

Re: OS Migration Plus Upgrade to ECC6

$
0
0

May be I'm missing the point here but why to wait for SAP's reply as above.

 

You can use the latest SWPM SP13 for the same.

 

 

Regards,

NK


Re: DTP Failed due to NO SID Value for Characteristic

$
0
0

Hi,

 

Assumed as unit are maintained/update properly at bw side.

 

Value as ' HR " - last digit have blank space.

 

field KEINH is 3 digit length. But your value have two digits. Seems like at last digit may have blank space.

Try to edit "HR" at PSA and reload again.

 

To edit record at PSA, need to delete failed request from target level.

 

Thanks

Re: Service Entry Number upon FIRST enter in DMS

$
0
0

First Enter:

2.png

2nd Enter:

1.png

 

Thanks,

Maecy

Re: Debugg VF03 and find condition values ,how they are calculated in the backend

$
0
0

Hi,

 

I put a demo program in se80 with untick fixed point arithmetic to show the result , and try to say some where in routine sum calculation like sek to eu conversion write which is root cause 

Re: Multiple entities in one view

$
0
0

Are you getting any error while doing like this?

I don't think you need to create different reference for the same service and different entitySet of the same service.

It will work.

There may be some binding Issues.

What is the code of Binding your Form?

Share your code.

Difference between open cursor and select statement

$
0
0

Hi team,

 

 

I have searched this topic in forum before posting it.

In some of the threads, it is said to use the open cursor if we have more number of records because select statement will give dump if we use try to fetch more records from table.

 

Is this only the difference between them or do we have any other difference.

 

Please correct me if i were wrong.

 

Regards,

Don.

Data types for a web service

$
0
0

Hello Experts,

 

I'm trying a web service to SOAP scenario for practice. I've imported the WSDL for the same. I have an External Definition & a Service Interface. Now, I would like to know

Q1. What data type i need to create for the same?

Q2. Is there a need for any other service interface?

 

I've referred few links for creating data types for a web service, but those refer to integer, string etc. types. But in my WSDL i have different types. Refer attached screenshot:

 

Re: Replication of Hierarchy & Groups of MDG-F Objects

$
0
0

Hi Michael

 

Similar post is created by me Second IDOC not getting created for WS72100012

 

I am using correct workflow template here but it will not gernerates two idocs. It will create only one idoc for hierarchy maintenance but not for change in object. Any reson why this happening?


Unable to restore Source System after BW system copy

$
0
0

Hi

 

(I read note 886102 but it is not clear on the sceanrio of running parallel BW systems)

 

We have made a copy of a BW dev system (7.3) and would like to connect both BW systems to a single ECC system.

 

However, after running the BDLS in BW2, we receive the following error message when trying to restore the source system in RSA1:

 

"BW unknown in source system

IDoc type ZSBC006 is not the same as the source system IDoc type

The following errors occurred in the source system:

EDI: Partner profile not available..."

 

When I look in table RSBASIDOC in both BW systems, the Basic type is the same (ZSBC006 mentioned above) for the corresponding source system.

And in the source system, there is only one entry in RSBASIDOC - for BW1.

 

How do I get the Basic type in RSBASIDOC in BW2 to be different to BW1 without having to delete and recreate the source system - I do not want to lose all the transformations, etc.

 

I have searched this forum but there has been no clear answer.

 

 

Thanks

Anton

Re: how to rename the MT940 file name based on a particular field

$
0
0

Hi Kiran,

 

Thanks a lot for the quick reply.

 

for reading the app server this is the code i am using

FORM read_application_server.

 

"""""""""""""""""""""""""""""""""""""""""""""  OPEN DATASET 'D:\old\scbbank\' FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.

   IF sy-subrc = 0.

 

     DO.

       READ DATASET 'D:\old\scbbank\' INTO wa_data1.

       IF sy-subrc NE 0.

         EXIT.

       ENDIF.

 

       APPEND wa_data1 TO it_data1.

ENDDO.

       CLOSE DATASET 'D:\old\scbbank\'.

     ENDIF.

 

   ENDFORM.

"""""""""""""""""""""""""""""""""""""""""""""""


and can u brief me exactly of the second point that is renaming the mt940 file name....



Regards,

Nawaz

Re: Abnormal behaviour of AT SELECTION-SCREEN ON event

$
0
0

I fixed the display of the code for you.

 

In addition to what others have written (that you shouldn't be doing this in the validation events), I would add that this is a good example of why you should not use of tables with header lines, and if you can't (e.g. with select options), don't use their header lines.

 

The reason you get your symptoms is that in the selection screen, it is the header line of table s_kunnr which is displayed. So that will naturally be the last value it held.

 

You should rewrite your code as follows.

 

AT SELECTION-SCREEN ON BLOCK customer.

   LOOP AT t_cosel INTO cosel_wa.

     MOVE-CORRESPONDING cosel_wa TO s_kunnr_wa.

     APPEND s_kunnr from s_kunn_wa.

   ENDLOOP.

   IF s_kunnr[] IS NOT INITIAL.

     READ TABLE s_kunnr[] INDEX 1 INTO s_kunnr.

   ENDIF.



Where cosel_wa is LIKE LINE OF t_cosel and s_kunnr_wa is LIKE LINE OF s_kunnr


(Also, put the code into at least a form of its own, so that you can define some of the variables as locals - global variables are bad).





Re: EDI856_ASN Creation for RO

$
0
0

Hello Mahesh,

 

1) Yes, Correct Plant Code is seen in T Lane Header as 8312 only.

2) Yes, T Lane has right Contract reference and POrg also for Plant 8312

3) EPR is active and Validity till 2017.

 

My doubt, I am able to create ASN against the RO Manually using Portal without any issues, only when I try to process through EDI Process, its failing...

 

Regards,

Guru

Re: Passing parameters in fiori using routing.

$
0
0

Item1 = evt.getParameter("listItem").mProperties.Item1;

Item2 = evt.getParameter("listItem").mAggregations.attributes[0].mProperties.text;

var context = evt.getParameter("listItem").getBindingContext();

this.nav.to("SecondView", context);

Post Installation Steps After Homogeneous Copy

$
0
0

Dear All

 

We have done homogeneous copy for our SAP ECC6.0 System.

 

Source System Details:

===================================================================

Operating System : MS Windows 2003 Enterprise 64 bit Version

Database : MS SQL 2005

Cluster : Windows Cluster with Three Application Servers(DIs)

 

Component Version: SAP ECC6.0

SAP_BASIS 700 0019 SAPKB70019 SAP Basis Component

SAP_ABA 700 0017 SAPKA70017 Cross-Application Component

PI_BASIS 2005_1_700 0017 SAPKIPYJ7H PI_BASIS 2005_1_700

ST-PI 2008_1_700 0008 SAPKITLRD8 SAP Solution Tools Plug-In

SAP_BW 700 0019 SAPKW70019 SAP NetWeaver BI 7.0

SAP_AP 700 0014 SAPKNA7014 SAP Application Platform

SAP_APPL 600 0014 SAPKH60014 Logistics and Accounting

SAP_HR 600 0028 SAPKE60028 Human Resources

EA-IPPE 400 0011 SAPKGPID11 SAP iPPE

EA-APPL 600 0011 SAPKGPAD11 SAP Enterprise Extension PLM,SCM, Financials

EA-DFPS 600 0011 SAPKGPDD11 SAP Enterprise Extension DefenseForces & Public Security

EA-FINSERV 600 0011 SAPKGPFD11 SAP Enterprise ExtensionFinancial Services

EA-GLTRADE 600 0011 SAPKGPGD11 SAP Enterprise ExtensionGlobal Trade

EA-HR 600 0024 SAPKGPHD24 SAP Enterprise Extension HR

EA-PS 600 0011 SAPKGPPD11 SAP Enterprise Extension PublicServices

EA-RETAIL 600 0011 SAPKGPRD11 SAP Enterprise ExtensionRetail

FINBASIS 600 0011 SAPK-60011INFINBASIS Fin. Basis

DMIS 2010_1_700 0010 SAPK-91710INDMIS DMIS 2010_1_700

ECC-DIMP 600 0011 SAPK-60011INECCDIMP DIMP

ERECRUIT 600 0011 SAPK-60011INERECRUIT E-Recruiting

FI-CA 600 0011 SAPK-60011INFICA FI-CA

FI-CAX 600 0011 SAPK-60011INFICAX FI-CA Extended

INSURANCE 600 0011 SAPK-60011ININSURANC SAP Insurance

IS-CWM 600 0011 SAPK-60011INISCWM Industry Solution CatchWeight Management

IS-H 600 0012 SAPK-60012INISH SAP Healthcare

IS-M 600 0011 SAPK-60011INISM SAP MEDIA

IS-OIL 600 0011 SAPK-60011INISOIL IS-OIL

IS-PS-CA 600 0011 SAPK-60011INISPSCA IS-PUBLIC SECTORCONTRACT ACCOUNTING

IS-UT 600 0011 SAPK-60011INISUT SAPUtilities/Telecommunication

LSOFE 600 0011 SAPK-60011INLSOFE SAP Learning SolutionFront-End

SEM-BW 600 0011 SAPKGS6011 SEM-BW: Strategic EnterpriseManagement

NMI_CONT 2006_1_700 0018 SAPK-61718INNMICONT NMIContent

ST-A/PI 01Q_700 0002 SAPKITAB7L Servicetools for otherApp./Netweaver 04

 

Kernel Version:

 

Kernel release    700

Compilation       NT 5.2 3790 Ser

  1. Sup.Pkg lvl.      353

ABAP Load         1563

CUA load 30

Mode opt

Rsyn file

 

Database information:

DB client lib.     SQL_Server_8.00

DB releases        MSSQL 7.00.699 or

DBSL version       700.08

DBSL Patch Level   350

===================================================================


Target System Details:


SAP ECC6.0

Operating System : MS Windows 2012 R2 Std 64 bit Version

Database : MS SQL 2012



===================================================================







We  performed the following steps for doing the homogeneous copy.


In Source System:


Step 1:  Upgraded SP level of BASIS to 26

Step 2:  Upgraded SP level of ABAP to 26

Step 3:  Upgraded SP level of BW to 28

Step 4:  Run SWPM and choose export system copy installation

              Select the option of System Copy - Attach/Detach Method

               And generate Export Files

Step 4:  Detached the Data from Source


In Target System


Step 1: Installed Windows 2012 Operating System

Step 2: Installed SQL 2012

Step 3: Attached Database

Step 4: Run SWPM

           System Copy Target Installation - Attach/Detach Method has been chosen.

          Followed the screen instruction

 

 

 

Now the target system is up and running.

As per the above system environment, I need to know what are post installations steps to be performed.


Please help me to clarify the following queries also,


1. Do I require to copy the Profile parameter from Source to Target System after homogeneous copy?

    If yes, Can you specify the procedure?

    If no, Can you specify the recommended profile parameter?

2. Is it require to delete Transport Routes and configuration?

3. Is there anything performed in Database level?

4. What about all background jobs?



Please explain all post installation steps after homogeneous copy - attach/detach method.

 


Thanks

Sel






Function Module to get all Parameters details of any function module

$
0
0

Hello All,

 

According to my requirement  I need to have all parameter details of any function module.

 

/SDF/GEN_FUNCS_FUNC_INFO_GET gives on Export ,Import and Table parameter details.

PT_PARAMS table will give list of parameters.

PT_FIELDS will gives the fields of table s or structure used in FM.

 

But what to use for changing parameter details?

 

Regards.


ABAP ADBC - method EXECUTE_UPDATE - (INSERT dbtab FROM fieldsymbol)

$
0
0

Hi guys,

I'm wondering. Is it possible to use method EXECUTE_UPDATE with statement "INSERT dbtab FROM <field_symbol>"?

My goal is to catch exception in more detailed way than SY-SUBRC and use application log class interface IF_RECA_MESSAGE_LIST which is ready to store messages from catched exceptions.

 

My expectation is something like this (I used MARA table just for an example)

 

 

     DATA:     it_internal                    TYPE mara,

                    ld_rows_processed      TYPE i,

                    lo_sqlstmt                   TYPE REF TO cl_sql_statement,

                    lo_sql_exception          TYPE REF TO cx_sql_exception,

                    lo_parameter_invalid     TYPE REF TO cx_parameter_invalid.

.

     FIELD-SYMBOLS: <ls_internal> TYPE mara.

 

 

     CREATE OBJECT lo_sqlstmt.

 

     LOOP lt_internal ASSIGNING <ls_internal>

 

 

          ..... do some work here......

 

 

          TRY.

              

               CALL METHOD LO_SQLSTMT->EXECUTE_UPDATE

                    EXPORTING

                         STATEMENT      = 'INSERT ZDBTAB FROM <ls_internal>'

                    RECEIVING

                         ROWS_PROCESSED = ld_rows_processed

                       .

 

               CATCH cx_sql_exception INTO lo_sql_exception.

 

               CATCH cx_parameter_invalid INTO lo_parameter_invalid.

          ENDTRY.

 

     ENDLOOP.

 

 

But if I do it in this way I get general error, that SQL statement is wrong.

SQL0104N  An unexpected token "ZDTAB" was found following "INSERT ".  Expected tokens may include:  "JOIN". SQLSTATE=42601

Re: TECO in Background

$
0
0

Hi

Do you have any Enhancement running in Production Order level ( CO02)  where PO can only be TECOed on the following condition

 

1.Order Balance Zero

 

2.No Open Reservation or open Goods Issue qty in the production order

 

3.All the Final Issue Indicator should be marked in Components in PO

 

4.No COGI error

 

Check whether the following any of the Badi  implemented in CO02-

PPCO0002

PPCO0004

BADI -WORKORDER_UPDATE


Please check and revert

 

regards

JH

Re: Define Rounding Rules for Currencies

$
0
0

Thank you so much Amlan..!!! That solved my doubt.!! I also checked it. Standard rounding works as you explained..!!

 

Thanks once again..!!

Re: Planning method field grayed out in Project Profile

$
0
0

Hi Virendra,

 

This is because of the Sched. scenario which you have maintained as 2.

 

Just remove the 2 and press enter, then the planning method is editable

 

Regards

Terence

Re: After reversing ISU Invoice, Reversal entry not shown in FPL9

$
0
0

Hi Viraj,

 

Give the account no in FPL9 and execute and go to the Account Balance:Basic List

Now in the Menu, go to Environment (Alt+S) and go to Zero Clearing-->Show.

I think you will be able to see the original and reversed documents.

 

Thanks,

Amlan    

Viewing all 8713 articles
Browse latest View live




Latest Images