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

Re: Eliminating duplicate entry

$
0
0

Hi Steve,

 

If you got answer for this thread , close this thread and open a new thread.


Re: error: 80040154 Retrieving the COM class factory for component with CLSID.........

$
0
0

Hi Mel,

 

Basically, what the error says is that the program is unable to instantiate the SAPbobsCOM.Company object due to a difference incompiling mode between your application and the DI-API.

 

Just in case, to complete $riniva$ answer: SBO version has to be the same as the addon.

 

So, do you confirm th have installed the 32bits client? If yes, then and only then, your application should be compiled as x86.

 

Regards,

Eric

Re: Direct and Indirect consolidated Cash flow in BPC 10.0 NW

$
0
0

Hi Niranjan

 

Can you share some business rules for the purpose of cash flow calculation.

 

I am aware that we can transfer balance of 1 account to another account using "Accounts based calculation".However, I would like to know on how can we create formulas such Increase in Invetory,Changes in Trade Payable,  Purchase of Fixed assets using consolidation transaction type..etc

 

Thanks

GT

Re: Is it possible to ignore someone?

$
0
0

a few month ago I had raised a similar discussion on the same kind of event.

These are the sad moments in a "social"-like community. I call it just spamming. and clicked abuse for that reason.

It is not the first time that this person is overacting, he was already one root cause for the recent measures in the Coffee Corner space. In my opinion he deserves a clear and last warning to stop his exploration behavior

Edit and Save the output values of ALV list

$
0
0

Hi,

I have developed an alv interactive report with editable column, in the output list I have edited some values.

Now, how do I collect all the modified values and save it to database through ALV function module.

 

Thanks in advance.

Web intelligence reporting

$
0
0

Hi

 

I am totally new to Business Objects.

                                

I have a query  in Document linking i.e. Linking summary report to detail report.can someone send me details or step by step process for document linking.

 

Regards,

Foram Shah

Re: Not able to upload more than 2000 lines into SAP.

$
0
0

If that's not it, We will probably need to see appropriate snippets of the code to help.

 

Neal

Re: BEX Calculation results to zero but does show empty cell

$
0
0

Hi Heiko,

 

Are you running report in Bex analyser or RSRT or Portal.

 

Check Bex query global properties under Display tab.

 

Regards, Vijay


Re: NF-e 10 Inbound - Erros nas NF-e criadas através do GRC. (Erros nos Impostos, Pis/Cofins e IPI)

Re: Production order goods movements issue:

$
0
0

Hi Madhu,

 

         For cancellation, GI , GR material movement we can also use MIGO. As our expert suggest the two way, in both ways entries are same only. If we do reversal against 262 movement indirectly 261 movement will happened, same entry will happen if we do with 261 movement. Better you can cancelled the 2nd material document which is reversed again. Check it and revert back

 

 

Thanks

Re: Crystal report server error 12154 while desgin tool works fine

$
0
0

Hi,

Basically it is correct.

It was long time ago :-), but according to my reply it seems that the the CR server had problems to read the tnsnames.ora file that was in shared folder on our internal network.

I copied it, to my pc, and changed the registry of the oracle client to point to the file on my pc, instead of the one in the network, and it was fine.

Can't explain why exactly it was solved, but ..... :-)

Good luck.

Re: Print Version - Project Management Dashboard

$
0
0

Hello Deepak,

the print version will display the table (ALV) as a PDF document. For this to function you need an ADS (Adobe Document services) instance somewhere installed (on a Java stack) and some simple configuration steps, as they are described in the Help-Link when you get the RFC error message.

 

In my experience the print version PDF is not really useful and people use the Excel-Export much more frequently.

 

btw the ADS is then also needed for the Print-fact-sheet function, which renders a PDF from item data.

 

regards,

Johannes

CUCB_SET_CONFIGURATION doesn't updated config values

$
0
0

Hello Experts,

 

I've a requirement where I need to update configuration details of a line item of a sales order. To accomplish this task I've the following (CUCB_GET_CONFIGURATION) function module to get config details. I'm passing value from VBAP-CUOBJ for instance.


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

* get configuration
   call function 'CUCB_GET_CONFIGURATION'
        exporting
             instance                     = '1507033'
        importing
             configuration                = lt_configuration
        exceptions
             invalid_input                = 1
             invalid_instance             = 2
             instance_is_a_classification = 3
             others                       = 4.
   if sy-subrc <> 0.
     message id sy-msgid type sy-msgty number sy-msgno
          with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
   endif.
==================================================================================


Once I get lt_configuration[] table then I update certain value and then use the following FM (CUCB_SET_CONFIGURATION) to update config values.


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

   call function 'CUCB_SET_CONFIGURATION'
        exporting
             root_instance                = '1507033'
        changing
             configuration                = lt_configuration
        exceptions
             invalid_input                = 1
             invalid_instance             = 2
             instance_is_a_classification = 3
             others                       = 4.

if sy-subrc <> 0.
   message id sy-msgid type sy-msgty number sy-msgno
          with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
endif.

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


In the end I also use the following code to commit changes.


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

         l_owner-object_type = 'VBPS'.
         l_owner-object_key    = '7000234681'."'7000000035'.
         l_owner-object_key+10 = '000001'.

     call function 'CUCB_CONFIGURATION_TO_DB'
       exporting
         root_instance         = '1507033'
         root_object           = l_owner
*        iv_material           = <ls_istru>-idnrk                "598540
*        iv_location           = <ls_istru>-werks                "598540
*      TABLES
*        exp_new_nested_cuobjs = l_nested_cuobj
       exceptions
         invalid_instance                    = 1
         invalid_root_instance               = 2
         no_changes                          = 3
         already_registered_for_update       = 4
         instance_is_a_classification        = 5
         others                              = 6.

     if sy-subrc <> 0.
       message id sy-msgid type sy-msgty number sy-msgno
          with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
     endif.

commit work.

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


In the above code no errors are return and I also see value get updated in table (IBINVAL_SEL_F). However, when I see the order line item then values are not changed. Can anybody see if I'm making any mistake here or something is missing in my code? In either case please help me resolve this issue.


Many thanks in advance.

Re: Need your valuable suggestion for my career

$
0
0

Yes you are correct..

I suggest At first know little bit about PI, then if you are interest then go for PI.

See we should go for this which we have interest....

Don't go for this things which you things your career will be better but you don't like to do that.

Go for this module which you like.

Re: Synchronization group error during project deployment

$
0
0

Hi,

 

When I uncheck the PK's, I get errors that the objects must have a PK.

 

Regards,

Adam


Re: procedure to block the billing when a active condition record and release status blocked condition record exist for the same condition type for the current date.

$
0
0

Two condition records? could  you elaborate taking an example or sharing a screen shot for a better idea!

 

Thanks.

Connect ABAP system to remote (different network) SLD

$
0
0

Hello,

 

I am trying to register an ABAP system to an SLD on a remote (different) network. SLD is installed with Solution Manager system and both systems have access to SAPRouter.

 

I usually work with RZ70 to create ABAP connections to SLD but in this case, I'm not sure how to do it. Should I open my sapgwXX port so that the SLD_UC connection works or is there a workaround?

 

Could I register the ABAP system differently? Is there any way I can use SAPRouter to create this connection?

 

Any input is highly appreciated.

 

Regards,

 

Maria Sahukar

Supressing groups

$
0
0

Hi all,

 

i have 2 groups A and B , both A and B have sub groups , now my problem is when i execute the report i want only the  first group A and rest sub groups of the first group must be suppressed. how to achieve this?

Re: getting runtime error in production HCM

$
0
0

What were you doing when the error happened? Just the initial parts of the ABAP dump does not mean anything, alternatively you could scroll through the entire dump and try to identify all the relevant bits and paste it here. If you do that, however, you might actually get a clue yourself and may not need anybody else to tell you.

Re: RunTransactionExpirationCheck System Property....what is it?

Viewing all 8676 articles
Browse latest View live




Latest Images