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

Re: Problem with Physical Inventory without reference: SAP IM

$
0
0

Hi Krishna,

 

It's almost a year, I wonder if your problem was solved or not.

 

I haven't used this FM yet (but I am gonna try it soon)

I think, to use this fm (MB_PHYSICAL_INVENTORY), we have to call it twice.

     First call with INV_ACTION = '1'

     If no error, then call it again with INV_ACTION = '2'

 

As I see in some BAPI_MATPHYSINV_*, they do so.

 

Thanks,

Phu Nguyen


Re: 0CUST_SALES_LKDH_HIER extraction error

$
0
0

Hi Raj,

 

Seems like valid from info object length was too small. pls check the length of valid from date. its need to same length ecc field. Check at ecc side how much its have valid from date source field and same length need to have at bw info object of valid from date.

 

Date field/info object always will be 8 or 10 digit length. if your bw info object have less than that pls change the length to required one and try to reload.

 

Thanks

Re: Words too separated in a fix label Smartforms

$
0
0

Hi Nicolas,

 

I think you need corrections and not suggestions.

 

There are may threads on it. Try with &var(C)& as corrected by Ramesh.

 

 

 

 

Regards

Purnand

Re: 0CUST_SALES_LKDH_HIER   extraction error

$
0
0

Hi  ram,

 

No issues with infoobject length and data type. It was all working fine until last week.

Re: No such class: "sap_productsystemlandscapeproduct"

$
0
0

hi Rishi,

Please check the attached SPs Level of my system. As you said and reffered the thread that I have to upgrade SPS 08.

Dear, I have already applied some patches which are the part of SPS08. If I apply the SPS08 with SUM then .xml may be create issue. what do you say about it?

 

Regards,

Re: Default payment method

$
0
0
ParentKeyLineNumPaymentMethodCode
CardCodeLineNumPymCode

 

i can see only above 3 columns in BP payment method.There is no column where I can check the include box.

Re: Modeling Discussion

$
0
0

You can keep all these cubes under one MP and show KPIs from all the cubes in a single record with the valid char combinations. I feel, you should start working on it instead of speculating so much.

 

Already many experts replied you with good suggestions.

Re: A dynamic internal table having datatype of INT4 is of inttype I or X?

$
0
0

Hi Kavya,

 

 

My program is working fine check it out.

 

 

 

TABLES : zexample.

type-pools : abap, slis.

field-symbols: <fs_table> type standard table,

               <fs_wa>,

               <fs_field>.

data: dyn_table    type ref to data,

      dyn_line     type ref to data,

      wa_fieldcat type lvc_s_fcat,

      it_fieldcat type lvc_t_fcat.



*ALV data declarations

data: fieldcatalog type slis_t_fieldcat_alv with header line,

      gd_tab_group type slis_t_sp_group_alv,

      gd_layout    TYPE slis_layout_alv,

      gd_repid     like sy-repid.



selection-screen begin of block block1 with frame.

parameters: p_table(30) type c default 'SFLIGHT'.

selection-screen end of block block1.



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

*start-of-selection.

start-of-selection.

  perform get_table_structure.

  perform create_itab_dynamically.

  DATA : n TYPE zexample.

  n-test = 831.

MOVE-CORRESPONDING n TO <fs_wa>.

APPEND <fs_wa> TO <fs_table>.

WRITE :'HELLO'.



"&---------------------------------------------------------------------*

"&      Form  get_table_structure

"&---------------------------------------------------------------------*

*       Gt structure of an SAP table

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

form get_table_structure.

  data : it_tabdescr type abap_compdescr_tab,

         wa_tabdescr type abap_compdescr.

  data : ref_table_descr type ref to cl_abap_structdescr.



* Return structure of the table.

  ref_table_descr ?= cl_abap_typedescr=>describe_by_name( p_table ).

  it_tabdescr[] = ref_table_descr->components[].

  loop at it_tabdescr into wa_tabdescr.

    clear wa_fieldcat.

    wa_fieldcat-fieldname = wa_tabdescr-name .

    wa_fieldcat-datatype  = wa_tabdescr-type_kind.

    wa_fieldcat-inttype   = wa_tabdescr-type_kind.

    wa_fieldcat-intlen    = wa_tabdescr-length.

    wa_fieldcat-decimals  = wa_tabdescr-decimals.

    append wa_fieldcat to it_fieldcat.

  endloop.

endform.                    "get_table_structure



*&---------------------------------------------------------------------*

*&      Form  create_itab_dynamically

*&---------------------------------------------------------------------*

*       Create internal table dynamically

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

form create_itab_dynamically.

* Create dynamic internal table and assign to Field-Symbol

  call method cl_alv_table_create=>create_dynamic_table

    EXPORTING

      it_fieldcatalog = it_fieldcat

    IMPORTING

      ep_table        = dyn_table.

  assign dyn_table->* to <fs_table>.

* Create dynamic work area and assign to Field Symbol

  create data dyn_line like line of <fs_table>.

  assign dyn_line->* to <fs_wa>.

endform.                    "create_itab_dynamically

 

 

Regards

Alenlee


Re: In WEBI Data Provider merging queries

Re: side by side list box possible?

$
0
0

If you are on CE 7.2 or NW 7.3, then try the option of drag and drop.

 

Create two tables and use drag and drop.

 

Drag from one table and drop into another table. Using OnDrop events, in the respective table, handle the function - remove or add element.

 

Regards,

Sharath

Re: 0CUST_SALES_LKDH_HIER   extraction error

Re: Modeling Discussion

$
0
0

Hi,

 

So you mean to say that --different cubes for sales,deliveries,billings,WIP and materials.

 

As sales deliveries billing all related to sd so it can logically be grouped together into one multiprovider.,

 

Regards,

AL

Re: Which of the two Proxy or RFC is preferred in PI 7.31?

$
0
0

Hi,

 

Still i am not seeing any response which is for pi7.31 single stack.

 

topics discussed Proxy vs Rfc for 7.11 will also be applicable to this single stack 7.31.

 

there is not much difference.

 

let us wait if we get any response in terms of single stack 7.31.

 

Regards,

Muniyappan.

Re: WEBI error message IES 10901 & WIS 10901

$
0
0

Hi Asghar,

 

Its a database error and not BO as it clearly says "Database errro".

 

It seems you need to check Universe connection Properties, its not defined correctly.

Re: Reporting on vendor document by document line item

$
0
0

Hi

 

Standard FBL1N would show individual vendor line items for a single document. Hope you are not using a variant in FBL1N where there is a summarization at the level of document number.

 

Regards


Sanil Bhandari

 

Message was edited by: Sanil Bhandari


Re: Reporting on vendor document by document line item

$
0
0

Hi

 

 

What are the steps to brows data in table BSEG?

 

Regards

Nakul

Re: Central SLD

$
0
0

Hi,

 

I recommend you have a look at SLD planning guide:

 

http://scn.sap.com/docs/DOC-14151

 

3.4.1.1.2 SLD Landscape: General Recommendation – Landscapes with SAP NetWeaver PI and/or

Web Dynpro Java Applications

 

Thanks.

 

Jim

Re: FM or View to read AUFK and AUFM

$
0
0

Anurag,

     Check this link for clear understanding of the indexes.

Regards.

Re: delta info package running too long time

$
0
0

Hi Eddy,

 

Pls check at ECC system Tx - SM58, If SM58 was full of LUWs Queue, processing idocs may be stucked.

 

Ask basis team to clear SM58(source system) Then refresh your GL text data source info pack load, it may turn to green.

 

Thanks

Re: FLTP to Decimal conversion

$
0
0

Hi Gopi,

 

Have you tried as above?

Viewing all 8902 articles
Browse latest View live




Latest Images