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

Re: Landed Cost Posting Using DI API

0
0

Dear Vibin,

 

Thanks for your reply. Can you share me your source code? please.


Re: Default Date of Manufacture/SLED Dates while performning MIGO(Goods Receipt)

0
0

Dear Sandeep

 

Did you search before posting your requirement? It looks like no search is done.

 

 

*hint:Check with MB_MIGO_BADI different methods.

 

Thanks

Nabheet

Re: Cannot adjust height and width of Barcode in smartforms

0
0

Hi,


I also need to set the height and width of barcode.

 

I am using pdf417 , need to create the bar code of 2*1".

 

Can you please tell me how did you set the height,

 

Vanchita

Re: After Upgrade to SAP_UI 750 SP1 no Catalogs found

0
0

Hi Tobias,

 

Could you check the launchpad roles assigned, if they are not read properly from pfcg ?

 

Regards,

Tejas

Re: LSWM

0
0

Hi Foram,

 

You prepared LSMW for which t code and what data you uploaded?

 

 

Regards

Eugene

Shift allowance - IT0015

0
0

Dear All,

 

 

I have written PCR to calculate the shift allowance based on no of days updated in IT15, it is working well and fine. I have one more requirement if user enter the amount the same value has to pass to RT table, could you please tell me where i need pass the value to RT table.

 

 

I have written PCR like below, could you please help me.

Capture.PNG

Thanks,

Sai Krishna

Re: Refurbishment Process -Serial No assignment issue

Re: LSWM

0
0

I prepared a T-code of WG21....I have to upload other data into Material Group found in WG21


Change database type at runtime

0
0

Hi,

 

Currently updating a VB6 application that uses CR XI R2.  The application itself can hook on to either a MDB or SQL SERVER backend, dependent on client needs.

 

At present, we have a number of reports that have been created against a jet MDB. Is it possible for me to simply point these reports at a SQL SERVER database at run time and generate the report, or do I need to maintain two copies of the reports (one created against each database type)? 

 

Code used to generate against an MDB file is...

 

For Each CrystalTable In Rpt.Database.Tables

        CrystalTable.Location = <Full path to DB>

        CrystalTable.SetLogOnInfo "", "", "", <DB Password>

Next CrystalTable

 

 

 

I've tried the following two methods without success...

 

1) Result: Cannot start your application.  The workgroup information file is missing or opened exclusively by another user

 

For Each CrystalTable In Rpt.Database.Tables

     CrystalTable.SetLogOnInfo <Server name>, <Database name>, <User name>, <DB Password>

Next CrystalTable




2) Result:  Logon Failed:  No database was specified


For Each CrystalTable In Rpt.Database.Tables

        CrystalTable.ConnectionProperties.DeleteAll

        CrystalTable.ConnectionProperties.add "Provider", "SQLOLEDB"

        CrystalTable.ConnectionProperties.add "Data Source", <Server name>

        CrystalTable.ConnectionProperties.add "Initial Catalog", <Database name>

        CrystalTable.ConnectionProperties.add "User Id", <User name>

        CrystalTable.ConnectionProperties.add "Password", <DB Password>

Next CrystalTable



Any help would be greatly appreciated.


Thanks,

    Anthony

Re: Service request id as URL parameter ,if user clicks on URL direct Service request id  search and result page will be opened with result service request id details?

0
0

Hi kasi,

 

i have changed the code like as below but still it doesn't work.could you please help here.

 

METHOD do_init_context.

*CALL METHOD SUPER->DO_INIT_CONTEXT

*    .

  .

  DATA: lr_qs               TYPE REF TO cl_crm_bol_query_service,

 

 

           result              TYPE REF TO if_bol_entity_col,

 

 

           bo_col              TYPE REF TO if_bol_bo_col,

 

 

           lt_ivr_url_param  TYPE        tihttpnvp,

           lr_wrapper TYPE REF TO cl_bsp_wd_collection_wrapper,

 

 

           ls_ivr_url_param  TYPE        ihttpnvp,

 

 

           lr_searchcustomer TYPE REF TO if_bol_bo_property_access,

 

 

           ls_searchcustomer TYPE        crmt_bupa_il_header_search.

 

 

 

 

  CALL METHOD cl_crm_ui_session_manager=>get_initial_form_fields

    CHANGING

      cv_fields = lt_ivr_url_param.

 

 

  READ TABLE lt_ivr_url_param INTO ls_ivr_url_param WITH KEY name = 'crm-object-value'.

 

 

  IF sy-subrc EQ 0.

 

 

    lr_wrapper = typed_context->SEARCH->get_collection_wrapper( ).

 

 

*    lr_qs = cl_crm_bol_query_service=>get_instance( 'BTQSrvReq' ).

 

 

*    lr_qs->set_property( iv_attr_name = 'OBJECT_ID' iv_value = ls_ivr_url_param-value ).

 

 

*     result = lr_qs->get_query_result( ).

 

 

    typed_context->SEARCHRESULT->collection_wrapper->set_collection( iv_collection = result ).

 

 

  ENDIF.

 

 

ENDMETHOD.

 

Thanks & regards

Kalpana

Re: Select Query taking more and more time

0
0

create one database view for all tables .

 

do select query on on view.

 

may be it will fast.

Re: BDC and BAPI MM module

0
0

It seems your program is half deigned

 

Point 1- When you using > BAPI_GOODSMVT_CREATE to 101. System always use PO price. So Goods receipt was happen based on PO price

 

Point 2- MEK1- this only update pricing condition but for which info record ? contract ? it will not update PO price at all.

 

Point 3- your program should call PO change BAPI- update the new price in the PO- provided business allow this - PO is always a legal document - changing price for every good receipt does not seems right to me

 

Point 4- why you need update new price in the GR - is your material price varies every day ?

 

I think if you think may find more questions then answers based on your statement as it is confusing

Asset shutdown & Retirement by scrapping

0
0

Hi Expets,

 

I have  a requirement Shutdown the asset and retirement by scraping using the BAPI's below

 

BAPI_FIXEDASSET_CHANGE

BAPI_ASSET_RETIREMENT_CHECK

BAPI_ASSET_RETIREMENT_POST


can you please suggest me which BAPI i need to use first.


Regads,

praveen Lingutla.

Re: Production order settlement consideration

0
0

HI Rajneeh and Ajay

 

Thanks , i was little bit confused in Complete Profile of COHV..now it is clear to me for Closing all Order Thanks..

 

let me check now Order will come into Settlement or not...

 

Rgds

Pankaj Agarwal

Delete attachment data from tables SOOD AND SRGBTBREL

0
0

I have successfully attached files from application server with purchase order .

I have used fm in following order.

 

SO_FOLDER_ROOT_ID_GET

SO_OBJECT_INSERT

BINARY_RELATION_CREATE_COMMIT

 

.

 

Now i want to delete that attachments i have used some fms but it doesn't work .

BINARY_RELATION_DELETE_COMMIT. it doesnt show any attachments when you open me22 transaction and try to view the attachments . but i can still see the attachment data in SOOD AND SRGBTBREL.

 

SO_ATTACHMENT_DELETE and  SO_OBJECT_DELETE didnt help me too .


Re: Price per unit issue

0
0

I got the reason. Future price was getting recalculated too and it was getting overflowed.

Re: BPC DM package failure /CPMB/LOAD_INFOPROVIDER

0
0

BPC version and SP?

Re: Reload Salesdocuments

How to upgrade from GRCPINW V1000_731 to V1100_700

0
0


Hi All,

 

Can I upgrade to version GRCPINW V1100_700 from GRCPINW V1000_731 with GRCPINW_V1100_700_UPGR SAR file.

 

Thanks.

 

Sandeep

Re: Supplier data import thourgh DTIMPORT (DIF)

0
0

Hi Kiran

 

Unfortunely it is same. I tried with CREMAS05/CREMAS04 also in WE20.

In BD64 it is CREMAS as message type.

In DTIMPORT it is not creating change request

Viewing all 8594 articles
Browse latest View live




Latest Images