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

Re: Query to get the a/r receivables based on a cut-off date

$
0
0

Hi,

 

Try with standard system report which meets above requirement under Business partner report-->Aging-->Customer aging

 

Thanks & Regards,

Nagarajan


Re: EH&S and WWI server installation

Re: warm standby synch up

$
0
0

oqid is used in replication - using the dbgenid, timestamp of log page, transaction id etc.

 

but we are talking about the uncommitted transactions in the  database dump and how they are reconciled during warm standby resync - or rather post sync up, when the commit comes thru the DSI.

 

so how is the linkup done between uncommitted transactions in the database dump (which are rolled back during db load) and their related commits coming in later through the DSI. so when the ASE gets a commit through the DSI, how does it link that commit to its actual transaction (which it has actually rolled back during database load because they didn't have a commit then)?


Re: Query to get the a/r receivables based on a cut-off date

$
0
0

I already did that and i look the column before January but the thing is if I will adjust the cutoff date to May, the column before January changes to before February, with it, it will a/r for January 2014 which is not I want. I only want a/r for 2013.

Screen Painter container error

$
0
0

Hi I have used a screen painter to have buttons in my alv and Im new in using it. Can you help me because I'm having a dump .

Whenever I click on a button the dump appears.

I've put breakpoint in my  Module LIST and it's not passing here it jumps automatically in the MODULE USER_COMMAND_0100 INPUT. The module List shoud run before clicking a button. Ive checked se 51 as well:

PROCESS BEFORE OUTPUT.

 

  MODULE STATUS_0100.

*

PROCESS AFTER INPUT.

  MODULE USER_COMMAND_0100.

 

Below is the Code:

MODULE LIST OUTPUT.

DATAR_CONTAINER  TYPE REF TO CL_GUI_CUSTOM_CONTAINER,

        R_GRID       TYPE REF TO CL_GUI_ALV_GRID.

DATAgv_success_log TYPE c,

        gv_error_log   TYPE c.

 

   TYPES: BEGIN OF typ_logs,

               ZROW          TYPE ZLOGS_UPLOAD_APPRAISAL-ZROW,

               ZMESSAGE      TYPE ZLOGS_UPLOAD_APPRAISAL-ZMESSAGE,

               ZSTATUS       TYPE ZLOGS_UPLOAD_APPRAISAL-ZSTATUS,

               ZCHANGEDBY    TYPE ZLOGS_UPLOAD_APPRAISAL-ZCHANGEDBY,

               ZCHANGEDDATE  TYPE ZLOGS_UPLOAD_APPRAISAL-ZCHANGEDDATE,

            END OF typ_logs.

   DATA: it_report_error_log TYPE TABLE OF typ_logs,

         it_report_success_log TYPE TABLE OF typ_logs,

         it_report_log TYPE TABLE OF typ_logs.

 

   CREATE OBJECT r_container

     EXPORTING

       container_name = 'CONTAINER'.

 

   CREATE OBJECT r_grid

     EXPORTING

       i_parent = r_container.

 

   IF gv_error_log = 'X'.

 

     CALL METHOD r_grid->set_table_for_first_display

       EXPORTING

         i_structure_name = 'ZREPORT_LOG'

*        is_layout        = is_layout

       CHANGING

         it_outtab        = it_report_error_log.

 

 

 

   ELSEIF gv_success_log = 'X'.

 

     CALL METHOD r_grid->set_table_for_first_display

       EXPORTING

         i_structure_name = 'ZREPORT_LOG'

*        is_layout        = is_layout

       CHANGING

         it_outtab        = it_report_success_log.

 

 

 

   ELSE.

 

     CALL METHOD r_grid->set_table_for_first_display

       EXPORTING

         i_structure_name = 'ZREPORT_LOG'

*        is_layout        = is_layout

       CHANGING

         it_outtab        = it_report_log.

 

 

   ENDIF.

 

ENDMODULE.                 " LIST  OUTPUT

 

MODULE STATUS_0100 OUTPUT.

 

  SET PF-STATUS 'ZSTATUS'.

  SET TITLEBAR 'xxx'.

 

*  SET PF-STATUS 'xxxxxxxx'.

*  SET TITLEBAR 'xxx'.

ENDMODULE.                 " STATUS_0100  OUTPUT

 

MODULE USER_COMMAND_0100 INPUT.

  CASE sy-ucomm.

     WHEN 'BCK'.

       LEAVE TO TRANSACTION 'ZTWEAKED_APPRAISAL_MIGRATION'.

     WHEN 'ERRORLOG'.

       gv_error_log = 'X'.

 

       CALL METHOD r_grid->free( ).

       FREE r_grid.

 

       CALL METHOD r_container->free( ).

       FREE r_container.

 

       CALL SCREEN 100.

     WHEN 'SUCCESSLOG'.

       gv_success_log = 'X'.

       CALL METHOD r_grid->free( ).

       FREE r_grid.

 

       CALL METHOD r_container->free( ).

       FREE r_container.

 

       CALL SCREEN 100.

   ENDCASE.

 

ENDMODULE.                 " USER_COMMAND_0100  INPUT




DUMP ERROR:

Access via 'NULL' object reference not possible.

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not

caught and

therefore caused a runtime error.

The reason for the exception is:

You attempted to use a 'NULL' object reference (points to 'nothing')

access a component (variable: "R_GRID").

An object reference must point to an object (an instance of a class)

before it can be used to access components.

Either the reference was never set or it was set to 'NULL' using the

CLEAR statement.

Re: Softwares to be downloaded for Fresh installation

$
0
0

Hi Dheen,

 

Go through the Installation master guide(http://service.sap.com/insguides ) for required software DVD for complete installation. And Software Provisioning manager is the replacement of SAP installation master.

 

Thanks

Asad

Re: Read Master Data in BW Transformation

$
0
0

Hi,

 

     You can add master data text to your info object's attributes and through read master data to get text to data target.

Re: What would happen to SM 7.0 EHP1 after the end of it's maintenance?

$
0
0

7.0 and 7 .0 EHP1 are in the customer specific maintenance now. By doing so you would be missing out lot many features that you can take advantage of in 7.1. If you are concerned about existing functionality then there are tools available using which you can safely top the upgrade and transition to 7.1 without much hassle.

 

sshot-1.png

 

Regards,

Vivek


请教大师:有谁知道可以在PA模块中添加自定义字段备注内容

$
0
0

如图所示:在PA40模块中,是否可以相应添加一个文本字段对Reason for action进行说明?比如说自定义的文本框"International assignment period"

attached 1.jpg

Re: system copy - start export on application server / dialog instance

$
0
0

Yes,

 

I thought it is homogenous, For heterogeneous system copy he need to export/import option for copy.

 

Asad

Re: How to export/import metadata from bw 7.0 to 7.4

$
0
0

Hi Jesus Valero,

                   Its a simple same old mechanism of transport. If you still have the question What does that mean?

Ans. Currently how do you transport the meta data from Development system to production system. Same way once you install the NW BW  7.40 system transport the required objects from your development system to the new 7.40 system.

Hope this clears your doubt.

 

Thanks & Regards

  A.Dinesh

Re: Can SMP 3.0 use backend SAP directly without Netweaver gateway ?

$
0
0

"Integration gateway replaces NWGW."

I never heard that. Is there a official SAP statement on it?

Re: NFNUM - # da NF nao eh gerado

$
0
0

Oi Elton,

 

Primeiramente, evite postar perguntas em threads antigas, o ideal é abrir uma nova, mesmo que mencionando a antiga como referência, pois isso ajuda a visibilidade da sua questão (para ser respondida) e para quem pesquisa posteriormente também.

 

Se "pesquei" seu cenário, você criou uma NF modelo 1/1A, consequentemente deve estar com o flag de eletrônica desmarcado, correto?

Sendo assim, o seu documento será numerado no momento de ser feita a impressão do mesmo (J1B3N -> Saída), quem faz isto é o programa de impressão definido na NACE.

 

Veja se é isso e retorne.

 

abs,

Eduardo Hartmann

Re: How to define different COGS account in OBYC based on customer group

$
0
0

Hi Sonia,

 

If you want to have different GL accounts for COGS for different company codes the simplest way is to use Valuation Grouping Code in OBYC. Create different Valuation Grouping Codes for different company codes. Assign plants from which you sell in different company codes to respective valuation Grouping Codes. And then in OBYC assign different GL accounts to VAX and Valuation Grouping Codes.

 

Regards,

Szymon

Re: Help How to Push data to Another Application BPC NW 10 Using BADI

$
0
0

Hi Budi,

 

I suggest you to write the "Write Back BADI" like below code...

 

 

* Source Appllication------------------------------------------

 

CALL METHOD zcl_bpc_basic_method=>data_extraction_infocube

    EXPORTING

      appset_id      = 'PET_DEPOT'

      application_id = 'SALES'

      t_sel          = lt_sel

    IMPORTING

      t_cube_data    = lt_inv_tmp.

 

  IF lt_inv_tmp IS NOT INITIAL.

    LOOP AT lt_inv_tmp INTO ls_inv_tmp.

      MOVE-CORRESPONDING ls_inv_tmp TO ls_inv_ip.

      APPEND ls_inv_ip TO lt_inv_ip.

    ENDLOOP.

  ENDIF.

  LOOP AT lt_inv_ip INTO ls_inv_ip.

*--------------------------------------------------------------

 

 

*TARGET APPLICATION -----------------------------------------

 

  CALL METHOD zcl_bpc_basic_method=>data_extraction_infocube

    EXPORTING

      appset_id      = 'PET_DEPOT'

      application_id = 'COST_CENTER'

      t_sel          = lt_sel

    IMPORTING

      t_cube_data    = lt_inv_tmp2.

 

  IF lt_inv_tmp2 IS NOT INITIAL.

    LOOP AT lt_inv_tmp2 INTO ls_inv_tmp2.

      MOVE-CORRESPONDING ls_inv_tmp TO ls_inv_ip2.

      APPEND ls_inv_ip2 TO lt_inv_ip2.

    ENDLOOP.

  ENDIF.

  LOOP AT lt_inv_ip2 INTO ls_inv_ip2.

*----------------------------------------------------

 

 

*********************************

 

*********************************

 

    IF ls_inv_ip-l_account = 'DT011_DI_0002' AND ls_inv_ip-signeddata IS NOT INITIAL.

      READ TABLE lt_inv_ip INTO  ls_inv_ip1 WITH KEY l_account = 'IP11234'

                                                  l_material =  ls_inv_ip-l_material

                                                  l_time  = ls_inv_ip-l_time

                                                  l_category = ls_inv_ip-l_category

                                                  l_product = ls_inv_ip-l_product

                                                  l_company = ls_inv_ip-l_company

                                                  l_currency = ls_inv_ip-l_currency

                                                  l_distributor = ls_inv_ip-l_distributor

                                                  l_version = ls_inv_ip-l_version.

 

 

*-----------------------------Writing back to target Application from Source  with a calculation

      IF sy-subrc = 0.

        MOVE-CORRESPONDING  ls_inv_ip TO ls_inv_op.

        ls_inv_op-l_account = 'CALC1234'.

        ls_inv_op-signeddata = ls_inv_ip1-signeddata / 100.

        APPEND ls_inv_op TO  lt_inv_ip2.

        CLEAR : ls_inv_op.

      ENDIF.

    ENDIF.

 

*******************************

******************************

 

Like this you can Push the data from one application to another with calculations (If required).

 

Hope this helps ...

 

Regards,

Praveen K.


Re: Dynamic analysis using FC in Excel

$
0
0

hi Carolin,

 

When you define the Analysis in dynamic analysis,

If Package data is selected , then  click on button next to Reporting ID and select required Reporting ID.

If Consolidation data is selected, then click on the button next to Consolidation and select required Consolidation ID.

. Members get populated in reporting iD or consolidation ID specific Dimensions. After selecting this select other Dimensions for Anaysis by checking box under Analysis column.

Untitled.png

 

Thanks & Regards,

Shalini

Difference in quantity for a key figure in info cube and planning book.

$
0
0

Hi Experts,

 

We are facing an issue wherein the value for a key figure in planning book is different from its value present in Infocube. We are using infocube key figure.

 

Our planning area UOM is in Tonnes but the base UOM that we are using at present is different one (MCF).

Tonnes to MCF conversion is maintained in the product master as 1TO = 50MCF

 

We are having values in Base uom (MCF) in cube and when we display that data in planning book, the planning book initially opens up in

Base UOM(MCF)but the value that is getting displayed for that keyfigure in planning book is getting multiplied by 50 and displayed under UOM MCF.

 

Say if I have 50 MCF for a keyfigure X in my cube , then in my planning book the value against keyfigure X is displayed as 2500MCF.

 

Looks like the planning book is reading the value in Cube in TO and its multiplying this value by the conversion factor for TO-->MCF conversion and is displaying the same value under UOM MCF in planning book.

 

Please let us know if anyone has faced this issue and also what can be the possible reason for this issue.


Thanks

Geethika

 

Re: Please help me in choosing a career...

$
0
0

Hi Vikas,

SAP implementation and SAP testing both are related to each other, in SAP implementation you will get in touch with each and every process (as far as concerned) involved, that means you will know how HR porocess lifes cycle works on, so literally saying it has more advantage in terms of learning and manupulating the process.

When it comes to go with SAP testing, it is just a process of getting different output based on input, as seeing your experience and exposure i will recomend you to go with SAP implementation side, as it will boost your career and future.

 

BR

Sanjeev

Re: Unable to color individual lines/bars in Dual axis chart

$
0
0

Hello

 

Would be of great help if someone could assist.

I'm using Dual axis column chart.

 

What should be my css code to control font sizes of each of my y axis labels.

 

I got one of the y axis working with the below, but not sure how to get the other one working.

g.v-m-yAxis g.v-label {fill: black;font: bold 10px, Arial}

Re: Job errors but shows warning

$
0
0

Hi Ken,

after seeing your first screenshot i can understand

1 - you are using HANA database

2-there is one field "WBS_Text" whose length is less than the value length coming from source.

3- You are creating Sub dataflows( using run as as seperate process or data transfer transform).

 

suggestion :

 

1-Can you please check that your DSN created for HANA database is working fine. as it says HDODBC is unknown.

 

2- PLease increase the field length for WBS_TEXT.

 

3 - For the first run don't create any sub_data flow.

 

Please try and update the thread.

 

Regards,

Shiva Sahu

Viewing all 8713 articles
Browse latest View live




Latest Images