Quantcast
Channel: SCN : Popular Discussions - Business Consolidation (SEM-BCS)
Viewing all 666 articles
Browse latest View live

0SEM_BCS_10 or 0FI_GL_10

$
0
0

Hi all,

 

We are implementing SEM BCS60 and ECC60 with new GL. Understand that SAP is providing the above two datasources to extract consolidation data from ECC (FAGLFLEXT) to staging cube and subsequently to the 0BCS_C11 total cube.

 

I have came across a note indicating that 0FI_GL_10 comes with some limitation in preparing data for consolidation.

 

1)  What limitations SAP are referring to when it comes to datasource 0FI_GL_10 ?

2)  Is 0SEM_BCS_10 is the datasource for extracting consolidation data from ECC?

 

Appreciate prompt reply. Thanks

 

Regards


Migrate SEM to ECC

$
0
0

Hi All,

 

I've searched (or tried to) this space and found and read the thread http://scn.sap.com/thread/1757640.

This provided me with some answers, but I have one large question remaining.

 

My scenario is:

1x Existing SEM-BCS install (basic NW 7.31 with SEM-BW, FINBASIS addons).

1x New ERP 6.0 install (being planned, doesn't actually exist yet) with full ECC installed.

 

The customer wants to make better use of the proposed new ERP platform, by "consolidating" SEM onto the ERP stack.

From the thread I read above, I understand the technical differences between the two (OLTP vs OLAP).

I also understand that ECC includes the SEM and FINBASIS components (no addons, yay!).

 

My question is:

Is it technically feasible to migrate the existing SEM data onto the new ERP stack?

Or, would the new SEM on ERP implementation, mean that only new data could be fed in, the old data (historical reporting) would need to be archived somewhere else?

 

Has anyone actually done this?

 

ps. I'm not a functional guy, don't know anything about SEM other than what I've just read on the link mentioned.
I am trying to help plan a technical architecture and differentiate the real possibilities from the unreal.

 

Many thanks,

 

Darryl

Changing DocType from auto inversion to no automatic inversion

$
0
0

Hello,

is there anyone experienced in a change of an DT currently with autoinversion to no inversion during the year?

 

For example

Period 01- 06 PL10 DocType with autoinversion --> values will be treated via mass reversal

Period 07 PL 10 DocType no inversion--> new values with same DT (but changed to no inversion)

 

Would you recommend to set up a new DT. Business intention is more forcused on re-using the existing DT.

 

KR

P.

BCS RFBILA00 upload from presentation server does not work

$
0
0

Dear experts!

 

I am trying to upload the RFBILA00 file to SEM BCS from presentation server. I am getting errors like:

"Character string "10300020130001016*ERG*     ERGEBNIS" is cut off after 6 characters". The file

 

The text file on the presentation server :

 

10300020130001016*BG*      ERGEBNIS               000EUR  0000000000000050000000000000000000500000                    -

10300020130001016*ERG*     ERGEBNIS               000EUR  0000000000000050000000000000000000500000                    +

10300020130001016120420    0000120000             000EUR  000000000000005000000000000000000050000000000000000000500000+

10300020130001016310111    0000760000             000EUR  000000000000005000000000000000000050000000000000000000500000-

 

Is the problem with the file definition? The settings definition for the flexible upload in sem bcs is Column Width --> variable and Column separator ;Semi Colon....

 

Please advice me how can I define the right text file and also the Field Catalog -- is the external Field Catalog neccessary or not?

 

Thank you so much in advance!

Barbara

BOFC

$
0
0

Hi Guys,

 

Can you anyone give suggestion what is education required for to do SAP BOFC Module....

How to define Version in BCS

$
0
0


Hello experts,

 

could you please help to check these questions? Thank you in advance.

 

when I create a Version in BCS, there is only "name" to be defined and nothing else. Did I do something wrong? If not, how does the system know that this version applies IFRS?

 

And where to maintain the actual calculation rule which is IFRS?

 

version .PNG

 

Thanks again.

 

 

Best Regards,

Elma

Runtime Error -GETWA_NOT_ASSIGNED when running COI

$
0
0

Hi ALL,

 

We are getting run time error -  GETWA_NOT_ASSIGNED when running COI tasks.

 

 

Error analysis

     You attempted to access an unassigned field symbol

     (data segment 32995).

 

     This error may occur for any of the following reasons:

     - You address a typed field symbol before it is set using ASSIGN

     - You address a field symbol that points to a line in an internal table

       that has been deleted

     - You address a field symbol that had previously been reset using

       UNASSIGN, or that pointed to a local field that no longer exists

 

    - You address a global function interface parameter, even

      though the relevant function module is not active,

      that is it is not in the list of active calls. You can get the list

      of active calls from the this short dump.

 

 

 

 

How to correct the error

 

    You may able to find an interim solution to the problem

    in the SAP note system. If you have access to the note system yourself,

    use the following search criteria:

 

    -


    "GETWA_NOT_ASSIGNED" C

    "CL_UC_COI_ACT_PT==============CP" or "CL_UC_COI_ACT_PT==============CM00P"

    "REDUCE_GOODWILL_ENTRIES"

    -


    If you cannot solve the problem yourself and you wish to send

    an error message to SAP, include the following documents:

 

    1. A printout of the problem description (short dump)

       To obtain this, select in the current display "System->List->

       Save->Local File (unconverted)".

2. A suitable printout of the system log

    To obtain this, call the system log through transaction SM21.

    Limit the time interval to 10 minutes before and 5 minutes

    after the short dump. In the display, then select the function

    "System->List->Save->Local File (unconverted)".

 

3. If the programs are your own programs or modified SAP programs,

    supply the source code.

    To do this, select the Editor function "Further Utilities->

    Upload/Download->Download".

 

4. Details regarding the conditions under which the error occurred

    or which actions and input led to the error.

 

 

 

 

Information on where terminated

    The termination occurred in the ABAP program "CL_UC_COI_ACT_PT==============CP"

     in "REDUCE_GOODWILL_ENTRIES".

    The main program was "UCUWB000 ".

 

    The termination occurred in line 722 of the source code of the (Include)

     program "CL_UC_COI_ACT_PT==============CM00P"

    of the source code of program "CL_UC_COI_ACT_PT==============CM00P" (when

     calling the editor 7220).

 

 

702   call method do_inv_net_change->create_data_reference

703     exporting

704       i_type   = cl_uc_coi_inv_net=>gc_ref_pt_block

705       io_model = do_model

706     importing

707       er_data  = lr_t_data.

708   assign lr_t_data->* to <lt_share_block>.

709   call method do_inv_net_change->get_block

710     importing

711       et_pt_shares = <lt_share_block>.

712

713   create data lr_s_data like line of <lt_share_block>.

714   assign lr_s_data->* to <ls_share_block>.

715 * change due to selling invor's transaction

716   read table <lt_share_block> into <ls_share_block> index 1.

717

718 * direct shares prior to divestiture

719   assign component 'R_TH_DSH_OLD'

720     of structure <ls_share_block> to <lr_th_dsh_old>.

721   assign <lr_th_dsh_old>->* to <lt_dsh_old>.

>>>>   create data lr_s_data like line of <lt_dsh_old>.

723   assign lr_s_data->* to <ls_dsh_old>.

724   assign component ucf6_cs_coi_fld-pcnt1

725     of structure <ls_dsh_old> to <pcnt1_7a>.

726

727 * change of direct shares in divestiture

 

 

Please provide your suggestions.

 

Edited by: VM2727 on Feb 10, 2012 3:27 AM

PXA Storage Error

$
0
0

"No PXA storage space available at the moment."

 

Does any know how to solve this?

It is mostly happen when i execute query in BEx.

 

Thanks in advance


No more storage space available for extending an internal table

$
0
0

Hi,Dear,

When I run the Program "UC_CONTENT_ACTIVATE" to active the BCS,error happen.

 

What happened?

    You attempted to extend an internal table, but the required space was

    not available.

 

How to correct the error

    The amount of storage space (in bytes) filled at termination time was:

 

    Roll area...................... 8176

    Extended memory (EM)........... 26130600

    Assigned memory (HEAP)......... 0

    Short area..................... " "

    Paging area.................... 73728

    Maximum address space.......... " "

 

    If the error occures in a non-modified SAP program, you may be able to

    find an interim solution in an SAP Note.

    If you have access to SAP Notes, carry out a search with the following

    keywords:

 

    "TSV_TNEW_PAGE_ALLOC_FAILED" " "

    "CL_SHM_AREA===================CP" or "CL_SHM_AREA===================CM00Z"

    "_ATTACH_UPDATE70"

 

Then I change the setting as fellow:

ztta/roll_area                              5000000000

ztta/short_area                             4000000000

rdisp/ROLL_SHM                              4000000000

rdisp/PG_SHM                                4000000000

rdisp/PG_LOCAL                              4000000000

em/initial_size_MB                          16384

em/blocksize_KB                             4000000000

em/address_space_MB                         16384

ztta/roll_extension                         5000000000

abap/heap_area_total                        5000000000

abap/heap_area_dia                          5000000000

abap/heap_area_nondia                       1600000000

abap/heap_area_total                        1600000000

abap/heaplimit                              400000000

 

but the error still here(Of course I restart the Server System).

Operating system:Windows NT

Database system:DB6

 

Could you please tell me what is wrong with it?

TKS!

BCS workbench - transaction code UCWB

$
0
0

After the SAP BI upgrade from 7.0 to 7.3, the data collection method for flexible upload is returning error.

Message unable to assign company ... has mutually exclusive users in Customizing

Anyone has any idea on this one?

EHP 8 - what's in it for BCS?

Difference SEM-BCS and BO PLanning & Consolidation

$
0
0

Hi all,

 

as announced in the subject. I was wondering what the difference between SEM-BCS and BO Planning & Consolidation is(so referring to the consolidation part)?

 

Is BO Planning & Consolidation = BO Planning + SEM BCS

Looking forward to your ideas!

 

Best regards

Hagen

2 to 1: Possibilities to move a SEM-BCS into a BW ?

$
0
0

Hi,


What's best for  2 to 1 solution ... or what are obstacles against it ?


I have got 2 physical separate systems:

1 BW and 1 SEM-BCS


I want to have 1 physical and logical system with:
BW AND SEM-BCS (on HANA)


What possibilities exist  ?

( persumeing the releases are adequatley maintained)


Export / Import of BW into (same database user of ) SEM-BCS ?

->Metadata and objects foe SEM BCS and BW are completly disjunct ?

->Feasible ?


Transport of BW Objects into SEM-BCS (on HANA)?

-> How to solve if objects are symanitcall the same (0COMP_CODE) and syntactically diffrent ( Char 10 ./. Char 20) ?

-> Lot of work ...? how to do quicker than manually ?


Use a MDC-, MCOS-, MCOD-, Multitenancy- concept ?

->Two users, Transparance for reporting via union or other views , SAP BW 7.4 hybride objects

->http://scn.sap.com/docs/DOC-59771


Others ?


ThanXs  !


Martin

Differences between SAP EC-CS, SAP SEM BCS and SAP BPC?

$
0
0

Hi everyone,

 

We need to know differences between SAP EC-CS and SAP SEM BCS. Does anyone have relevant information or any kind of documentation about this issue? Any site in which we could search for information?

 

Thanks very much in advance,

 

Regards.

 

Edited the message title

Edited by: Eugene Khusainov on Sep 17, 2010 3:24 PM

Run time Error : UNCAUGHT_EXCEPTION

$
0
0

Hi Team

 

Pls reply to resolve the below error

 

When we are uploaded TB through flexible upload  and then Test run for Data Collection for that Cons unit, we got the below Run time error:

 

 

 

Runtime Errors         UNCAUGHT_EXCEPTION                                                           Except.                CX_UCI_NO_CHECK     

Short dump has not been completely stored                                                                               

Short text                                                                               

An exception occurred that was not caught.                                                   

 

 

 

 

What happened?                                                                               

The exception 'CX_UCI_NO_CHECK' was raised, but it was not caught anywhere                   

 

     along                                                                               

the call hierarchy.                                                                               

Since exceptions represent error situations and this error was not                           

 

    adequately responded to, the running ABAP program                                            

 

     'CL_UC_DATASTREAM==============CP' has to be                                                

 

    terminated.                                                                               

Error analysis                                                                               

An exception occurred which is explained in detail below.                                    

 

    The exception, which is assigned to class 'CX_UCI_NO_CHECK', was not caught and              

 

    therefore caused a runtime error.                                                            

 

    The reason for the exception is:                                                             

 

    An exception occurred                                                                               

Missing Handling of Application Exception                                                        

 

    Program                                 UCUWB000                                             

 

 

 

 

Trigger Location of Exception                                                                    

 

    Program                                 CL_UC_DATASTREAM==============CP                     

 

    Include                                 CL_UC_DATASTREAM==============CM003                  

 

    Row                                     150                                                  

 

    Module type                             (METHOD)                                             

 

    Module Name                             DTS_READ_TRANSACTION_DATA                            

 

 

 

 

Source Code Extract                                                                               

Line

SourceCde                                                                               

120

             it_hry_field            = it_char_node                                         

 

  121

             it_hry_field_attr       = it_char_attr_node                                    

 

  122

             it_hry_node             = lt_hry_node                                          

 

  123

             it_hry_attr_node        = lt_hry_attr_node                                     

 

  124

             i_authority_check       = l_authority_check                                    

 

  125

             i_keydate               = i_keydate                                            

 

  126

             it_hry_nodename         = lt_hry_nodename                                      

 

  127

             it_hry_attr_nodename    = lt_hry_attr_nodename                                 

 

  128

             i_packagesize           = i_packagesize                                        

 

  129

             i_cursor_mode           = i_cursor_mode                                        

 

  130

           importing                                                                        

 

  131

             et_hry_data             = lt_hry_data                                          

 

  132

             e_end_of_data           = e_done                                               

 

  133

             et_message              = lt_message1                                          

 

  134

           changing                                                                               

135

             ct_data                 = ct_data                                              

 

  136

           exceptions                                                                       

 

  137

             no_authorization        = 1.                                                   

 

  138

                                                                                139

         if sy-subrc is not initial.                                                        

 

  140

           move-corresponding syst to ls_message2.                                          

 

  141

           raise exception type cx_uci_no_authorization                                     

 

  142

              exporting ds_message = ls_message2.                                           

 

  143

         endif.                                                                               

144

                                                                                145

         if lt_message1 is not initial.                                                     

 

  146

           loop at lt_message1 into ls_message1.                                            

 

  147

             move-corresponding ls_message1 to ls_message2.                                 

 

  148

             insert ls_message2 into table lt_message2.                                     

 

  149

           endloop.                                                                         

 

>>>>>

           raise exception type cx_uci_no_check                                             

 

  151

              exporting dt_message = lt_message2.                                           

 

  152

         endif.                                                                               

153

                                                                                154

         call method dts_process_hry_result                                                 

 

  155

           exporting                                                                        

 

  156

             it_hry_node          = lt_hry_node                                             

 

  157

             it_hry_attr_node     = lt_hry_attr_node                                        

 

  158

             it_hry_nodename      = lt_hry_nodename                                         

 

  159

             it_hry_attr_nodename = lt_hry_attr_nodename                                    

 

  160

             it_hry_data          = lt_hry_data                                             

 

  161

           importing                                                                        

 

  162

             et_node_data         = et_node_data.                                           

 

  163

                                                                                164

 

  •     call method lo_tx_data->read_data_from_infoprov                                      

 

  165

 

  •       exporting                                                                               

166

 

  •         i_comp_s_field         = i_comp_s_char                                           

 

  167

 

  •         i_comp_s_kfig          = i_comp_s_kfig                                           

 

  168

 

  •         it_field               = it_char                                                 

 

  169

 

  •         it_kfig                = it_kfig                                                 

 

 

Pls revert me immediately how to resolve the issue, i already do the following functionality as per OSS Note 1074424

 

thanks & regards

Madhu yl


BCS Roadmap

$
0
0

Hi

Do someone knows what is the current roadmap to SEM BCS?

Do SAP stop support in 2016?

Can you refer to a relevant documdent so I can present it to my customers

thanks

Scooper

UCT8252:Cannot derive the source selection from target field Group Currency

$
0
0

Hi All

 

during Load Datastream method execution for Cons Unit (US Company and GC - USD) , I am getting WARNING MESSAGE

 

UCT8252:Cannot derive the source selection from target field Group Currency

 

" Data Extraction is Only in LOCAL Currency and not in Group Currency"

 

 

I ve tried Not Using GC Value in Mapping Field then got DUMP and the *movement I insert back USD in Group

 

 

Currency Filed ..... NO DUMP  but WARNING MESSAGE as said ABOVE will pop up

 

Appeciated Your Help

 

Thx

Ramana

SAP Intercompany Tool

$
0
0

Hi All

 

IS any one aware about any standard SAP/ Intercompany solution(I/C)   or tool  other than BO or it part oF standard SAP ERP solution i.e ERP-Financials where in we configure Intercompany process

 

Rgds

 

Dheeraj

Message no. 00088 Input must be in the format _,_,__~

$
0
0

Hi : )

 

When entering a statistical decimal value for a KPI percentage unit of measure I am getting the following error:

 

"Input must be in the format ___,___,__~

Message no. 00088"

 

Does anybody know how I can change the cell to accept a decimal rather then a real number. I have checked transaction CUNI and it is set to accept decimal values there...

 

 

 

What seems to be strange also is that in a given period a decimal value was enterred, but as soon as I try to change the value manually the error message appears.

 

Your help would be very much appreciated.

 

Tanja

Runtime Error -GETWA_NOT_ASSIGNED when running COI

$
0
0

Hi ALL,

 

We are getting run time error -  GETWA_NOT_ASSIGNED when running COI tasks.

 

 

Error analysis

     You attempted to access an unassigned field symbol

     (data segment 32995).

 

     This error may occur for any of the following reasons:

     - You address a typed field symbol before it is set using ASSIGN

     - You address a field symbol that points to a line in an internal table

       that has been deleted

     - You address a field symbol that had previously been reset using

       UNASSIGN, or that pointed to a local field that no longer exists

 

    - You address a global function interface parameter, even

      though the relevant function module is not active,

      that is it is not in the list of active calls. You can get the list

      of active calls from the this short dump.

 

 

 

 

How to correct the error

 

    You may able to find an interim solution to the problem

    in the SAP note system. If you have access to the note system yourself,

    use the following search criteria:

 

    -


    "GETWA_NOT_ASSIGNED" C

    "CL_UC_COI_ACT_PT==============CP" or "CL_UC_COI_ACT_PT==============CM00P"

    "REDUCE_GOODWILL_ENTRIES"

    -


    If you cannot solve the problem yourself and you wish to send

    an error message to SAP, include the following documents:

 

    1. A printout of the problem description (short dump)

       To obtain this, select in the current display "System->List->

       Save->Local File (unconverted)".

2. A suitable printout of the system log

    To obtain this, call the system log through transaction SM21.

    Limit the time interval to 10 minutes before and 5 minutes

    after the short dump. In the display, then select the function

    "System->List->Save->Local File (unconverted)".

 

3. If the programs are your own programs or modified SAP programs,

    supply the source code.

    To do this, select the Editor function "Further Utilities->

    Upload/Download->Download".

 

4. Details regarding the conditions under which the error occurred

    or which actions and input led to the error.

 

 

 

 

Information on where terminated

    The termination occurred in the ABAP program "CL_UC_COI_ACT_PT==============CP"

     in "REDUCE_GOODWILL_ENTRIES".

    The main program was "UCUWB000 ".

 

    The termination occurred in line 722 of the source code of the (Include)

     program "CL_UC_COI_ACT_PT==============CM00P"

    of the source code of program "CL_UC_COI_ACT_PT==============CM00P" (when

     calling the editor 7220).

 

 

702   call method do_inv_net_change->create_data_reference

703     exporting

704       i_type   = cl_uc_coi_inv_net=>gc_ref_pt_block

705       io_model = do_model

706     importing

707       er_data  = lr_t_data.

708   assign lr_t_data->* to <lt_share_block>.

709   call method do_inv_net_change->get_block

710     importing

711       et_pt_shares = <lt_share_block>.

712

713   create data lr_s_data like line of <lt_share_block>.

714   assign lr_s_data->* to <ls_share_block>.

715 * change due to selling invor's transaction

716   read table <lt_share_block> into <ls_share_block> index 1.

717

718 * direct shares prior to divestiture

719   assign component 'R_TH_DSH_OLD'

720     of structure <ls_share_block> to <lr_th_dsh_old>.

721   assign <lr_th_dsh_old>->* to <lt_dsh_old>.

>>>>   create data lr_s_data like line of <lt_dsh_old>.

723   assign lr_s_data->* to <ls_dsh_old>.

724   assign component ucf6_cs_coi_fld-pcnt1

725     of structure <ls_dsh_old> to <pcnt1_7a>.

726

727 * change of direct shares in divestiture

 

 

Please provide your suggestions.

 

Edited by: VM2727 on Feb 10, 2012 3:27 AM

Viewing all 666 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>