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

Re: How to delete a dependency?

$
0
0

Hello Hugo,

 

Thanks for your quick response!

 

   Can you explain, how can I delete the dependency using RCCTKNOW report, because i didn't use it before?

 

Thank you in advance!

 

Rares


Re: User cancelled commerical invoice but forgot to excise invoice

$
0
0

hi

 

when cancel the excise invoice automatically invoice cancel

 

include :MJ1IHF01

Form  COMMIT_WORK

 

if sy-tcode = 'J1IH' and v_trans_type = 'CEIV' .

   data: l_RDOC2 type J_1IEXCDTL-RDOC2.

   DATA : lt_return   TYPE TABLE OF bapireturn1,

          lt_success  TYPE TABLE OF bapivbrksuccess,

          lw_return   TYPE          bapireturn1.

    l_rdoc2 = j_1iexcdtl-rdoc2.

    if l_RDOC2 is not INITIAL.

   CALL FUNCTION 'BAPI_BILLINGDOC_CANCEL1'

     EXPORTING

       billingdocument = l_RDOC2

       testrun         = ''"c_space " c_x

     TABLES

       return          = lt_return

       success         = lt_success.

       READ TABLE lt_return INTO lw_return WITH KEY type = 'E'.

   IF sy-subrc NE 0.

*       CALL FUNCTION 'BAPI_TRANSACTION_COMMIT' IN UPDATE TASK.

   else.

     CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'.

   endif.

   endif.

   endif.

Re: Performance Determination by Measuring point

$
0
0

Inderjeet,

 

Have you activated the user-exit in transaction CMOD?

 

Also try entering a "hard" break point in your code using syntax: Break-Point.

 

PeteA

Re: Transaction Code CJ14

Re: Show member hierarchy

$
0
0

P1.jpg

 

p2.jpg

 

Dear experts

 

I am following the same path and above i have attached the screen shots. Please let me know ..

 

Regards

Re: table T184 - No item cat. available

$
0
0

Good morning Prashant!

I tried VD53 for many Material (the one I want to add to the quotation and even the ones already in the quotation) and I get the message : No info records found.

 

Thank you for your help and suggestion.

I'll continue to investigate

 

P.S. What is really confusing here with this problem is that we don't have a SD analyst for a very long time so I'm 100% confident that we didn't do any changes to the config regarding this issue.

Re: How to implement SSO using SAPLogonTicket in HTTP System

$
0
0

Hi Amardip,

 

I am not integrating any query here. I am trying to integrate the BEx Analyzer with portal. Since it is an URL http://<server:port>/sap/bc/bsp/sap/rsr_bex_launch/bexanalyzerportalwrapper.htm that should be integrated with Portal, I am using URL iview and HTTP system. And I want to implement SSO using logon ticket, so that user need not login again in BEx Analyzer.

 

So my question was, how to enable the HTTP system to use Auth type as SSO using SAPLogonTicket?

 

Can you please elobarate on what your suggestion was?

 

Thanks & Regards,

Vishwa

Re: (MX) Contabilidad Electrónica - RME 2014 Anexo 24

$
0
0

Hi Johnatan,

 

an ABAPer found the solution. Additionally to the coding of the document we entered a declaration for the dynpro:

 

 

Thank you for your support,

Sebastian


Re: Integration solution for ECC & non-SAP mobile app

$
0
0

Hi Vikky,

 

Hope you would be doing good.

 

Did you find / finalize the best approach to integrate ECC based web services with non sap mobile applications.

 

If yes, please let me know the solution in detail.

 

If you followed any other approach also apart from the ones mentioned above, please do let me know.

 

BR,

Anurag

Re: Organizational Managment

$
0
0

Hi,

 

This is not an authorization issue. Rather, it is related to user parameters. Please compare the parameter values for parameter POK. If memory serves me right, it is usually set to XXXX X.

 

You can check the parameters either in table USR01 or through transaction SU01/SU3.

 

Hope this helps.

 

Donnie

0MATMREA - Reason for Goods Movement compounding issue.

$
0
0

Hi All

 

I am stuck with an issue for Master data text for 0MATMREA.

 

There is no standard BI extractor present to load text for Reason for Goods Movement and the table which contains this text in ECC is T157E but there is one issue with this table

 

the text for Reason for movement type depends on movement type also but in the standard info object there is no compounding provided by SAP in business content.

 

I searched on SDN and one more person has faced same issue and he created compounding but I would like to know what is the reason why the compounding is missing in Business content if that is the only way.

 

Unfortunately help.sap also does not have information on this.

 

 

Thanks

Navneet

Re: MDM internal ID

$
0
0

We are using main as well as image tables for which we need the database table name.We are using SAL server 2008 as MDM Database.

We have record Ids stored at database level and not in MDM DataManager.

We need these record Id's for the records to be  kept in MDM tables.

 

So,we are looking for an option thru which we can populate these record Id in an MDM field.

 

Regards,

SDN

Re: Production Order -BOM Item

$
0
0

Hi Nancy,

 

The storage location is getting copied to production order if I maintain the same in MMSC.

 

My question is:

 

If I do not maintain the storage location "2600" for the material in MMSC and also if I do not extend the "Storage Location View" for the material in material, will it NOT be copied to production order?

 

Thanks

Re: sap.ui.table repeats last row from oData service

$
0
0

hey Max, your answer makes lot of sense to me. working on changes for oData... would update you back!

 

Message was edited by: SAP Box

Re: tag UF no xml da 3.10 com ANP

$
0
0

Beleza Vinicius. Vou dar uma olhada.

Muito obrigado.


Re: SAP CATS For Perdiem

$
0
0

Hello Suresh,

 

I would have an extra field with check table like Attendance type to track location or other info relevant for per-diem calculation and use CATS_DA report at month-end to book per-diem manually.

 

Regards,

Paulo

Re: ORA-12543: TNS: destination host unreachable

$
0
0

Firewall should be disable right I've disabled the firewall and I've stop the firewall service at services.Mac again it's not coming

EPM Formula as a local member

$
0
0

Hi Expert,

 

I would like to use an EPM formula as a local member.

This formula should look for the workstatus for each member of dimension Profit Center which it's placed in the rows. The first row it's in cell C25. The other compulsory dimensions are hardcoded as the values in cells D16 and D3.

 

This formula works fine if I use it directly in Excel.

 

=EPMWorkStatus(;0;"[D_PCENTER].[PARENTH1].["&C25&"]";$D$16;$D$3)

 

However, when I tried to use it as a local member I will see:

 

#Error - Impossible to apply local member formula.

 

I guess I could make this work using a COPYRANGE function but, Does anyone know how should the above formula be written as a local member?

 

Any help, greatly appreciated.

 

 

Regards,

 

Alberto Sabate

Re: Compatibility of Browsers with Netweaver CE 7.2

$
0
0

Dear Shobhit,

 

If you are using Internet Explorer. Go to setting -> Compatibility View Settings

Then add the domain.

Then Open the url again and it will be ok.

Re: OUTNFEHD - 04 Erro temporário na última etapa do processo

$
0
0

Coloca status 02 ou 03.

 

É tentativa e erro por mais estranho que seja, ainda não consegui 100% editar essas tabelas para versão 3.10 corretamente.

 

Se fosse 2.00 seria tão simples.

Viewing all 8902 articles
Browse latest View live




Latest Images