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

Managing from Extended View of Head Office - FSCM-Collection management

$
0
0

Hi Gurus

 

Our client wants to do promisse to pay from the head office account from head office view in UDM_SPECIALIST . I understand that Extended view of head office tab gives you only display mode, in which we can see all the branches items with particular head office. Is there anyway possible to manage branch items from head office view.

 

Urgent responce is highly appreciated.

 

Jayesh.


Re: Using PRELIMINARY_POSTING_FB01 to Park FI Document

$
0
0

I have been trying to use PRELIMINARY_POSTING_FB01 to park but I am not successful.

 

I always bet the message "specify an account number". please advise.

Thanks,

Edwin

Re: Production order changes - Audit trail

$
0
0

Dear All;

 

Thanks for the guidance. Issue resolved.

 

Regards;

Malka

Re: not able to post GR - error message M7379

$
0
0

I am not able to access MSC2N for the material (no tick for batch management) with valuation type.

dev.jpg

MCHA table:

dev.jpg

Re: No task lists are included in the order

$
0
0

Hello Murugan,

 

how do you solve it?

 

Thank you.

 

Best regards.

Re: excel file upload from pc to internal table

$
0
0

Hi Cem Unal,

 

The reason for your error is type conflict.In the structure for itab you are having around 5 to 6 fields and in the function module which you are using for uploading data from excel to internal table(ALSM_EXCEL_TO_INTERNAL_TABLE).Should be passed as below

 

* need changes to your code

 

  1. CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
  2.      EXPORTING
  3. FILENAME = FILE_PATH 
  4.        I_BEGIN_COL             = '1'
  5.        I_BEGIN_ROW             = '2'
  6.        I_END_COL               = '2'  * depends on no.of fields present in the excel
  7.        I_END_ROW               = '2'  "depends on the no.of records present in the excel useful if you                                                    specify it as '9999'.
  8.       TABLES
  9.        INTERN                  = ITAB

 

Regards,

Chakradhar.

SQL code: -8001" occurred while accessing table "/IWFND/SU_ERRLOG

$
0
0

Dear All,

 

I am a developer and trying to create a fully customized fiori App for SAP MIGO Transaction.I have created an oData model and with below piece of code I am getting an error from the server .

 

var oDataModel = new sap.ui.model.odata.ODataModel("proxy/http/[IP[port]

/sap/opu/odata/sap/ZMIGO_SRV/MIGOSet(GmCode='01',DocumentInput='2000006954')?$expand=MIGO_Navigation", false, "user", "pw" );

 

oTable1.setModel(oDataModel);

 

error from Chrome Dev tool

500 (Server Error)

 

Call of service /sap/opu/odata/sap/ZMIGO_SRV/MIGOSet(GmCode='01',DocumentInput='2000006954')/$metadata terminated because of an error. The following error text was processed in system NGD : SQL error SQL code: -8001 occurred while accessing table /IWFND/SU_ERRLOG.The error occurred on the application server ADV-SAPDEV01. The termination type was: RABAX_STATE.

 

 

 

 

plz help

 

Tags edited by: Michael Appleby

Planned delivery time in MRP view 2 not available

$
0
0

Hi Experts,

I have configured all necessary things such as scrsq:21 and field group:52 as required. Even though i am unable to see in material master.

Kindly help.


Re: If a purchase requisition already exists for an item then system should give warning message

$
0
0

Hi Kumar,

This BADI is already implemented in our system and I have entered my code in it.

But the warning message is not triggered.

Can you please send the code of your implementation because your popup window functionality

sounds better than a warning message. 

 

 

 

 

Thanks,

Vishal

MIRO SAPSQL_ARRAY_INSERT_DUPREC

$
0
0

SM13

1 CKML_F_POST_INDEX V1 (no retry) Error

2 POST_DOCUMENT V1 Initial

3 ISJP_INVSUMIT_SAVE V1 Initial

4 ISJP_INVSUM_SAVE V1 Initial

5 FMCA_UPDATE_FI V1 Initial

6 G_GLDB_POSTING_A V1 Initial

7 ME_UPDATE_INVOICE V1 (no retry) Initial

8 MRM_INVOICE_DOCUMENT_POST V1 Initial

9 SD_SCD_IV_SELCRITERIA_SAVE_DB V1 Initial

10 SWE_EVENT_CREATE_IN_UPD_TASK V1 Initial

 

 

I implemented the note 1613559, but the issue is not resolved.

 

Further analysis showed:

CKMI1

ckmi1.jpg

FM CKML_F_POST_INDEX

LOOP AT t_tckmi.

     t_tckmi-awref = i_awref.

     t_tckmi-aworg = i_aworg.

     t_tckmi-vbdatum = sy-datum.

     t_tckmi-vbuzeit = sy-uzeit.

     MODIFY t_tckmi.

   ENDLOOP.

 

   INSERT ckmi1 FROM TABLE t_tckmi.

SM13.jpg

 

CKMI1-UZEIT 14:47:04

T_TCKMI-UZEIT 14:47:10

 

Why is the program writes the values ​​for the table second time?

Re: Hiring Without Position

$
0
0

I tried with default position. But I am getting error like IGMOD feature is not taken

Re: Custom Super Admin role

$
0
0

Hi Michal,

 

Thanks for the reply!

 

Requirement:: We want all the content will visible only in Read only mode, all other stuff working fine(As Required), except FPN.

 

Is there any UME Action for FPN?

Or any other alternate way?

 

Waiting for the response!

 

Regards,

Tarun Dhuria

Re: ITSM Incident creation date - can it be manually updated ?

$
0
0

Hi Elena,

 

I have a system where the external ticket-ID from 3rd party tool must be available in SolMan ITSM. The tickets get created by a custom webservice. So, on WebUi there's no logic behind the field - just display mode. I therefore added an append to header table crmd_orderadm_h. Then I created an enhancement for UI component AIC_INCIDENT_H. In View AIC_INCIDENT_H/IncidentHeaderEF I then added my external ticket-ID field and build an custom configuration to have it right below the transaction ID of the ITSM ticket.

 

In your case I think you can do the same but need some more "postprocessing" when saving the ticket, e.g. overwrite the created at timestamp with your inputs and perform a recalculation of the SLA appointments afterwards.

 

Regards, Richard

Re: Query designer cells

$
0
0

In Google you will get many document related to cell definition. if you have any queries related to cell definition let us know.

Re: Install Application Server Linux with MSSQL on Windows

$
0
0

Well! I found all the information!

 

Many thanks to all for your support!

 

Have a nice day,

Claudio


Re: Process Industry- How to map the Scenario?

$
0
0

Hi Shailesh,

 

Here are the replies:-

 

1) There would be 2 BOMs to be made.

1st BOM  ( ACID + TC + CATALYST) =  MF + LF + RESIDUE

Both LF & Residue need to be marked as Co-Product and quantity need to be put as negative.

 

2nd BOM ( LF + RESIDUE + TC) = MF + LF + RESIDUE

Both LF & Residue need to be marked as Co-Product and quantity need to be put as negative.

 

2) For Co-Product Costing . Please the below link for Apportionment structure.

http://help.sap.com/saphelp_46c/helpdata/en/90/ba61f4446711d189420000e829fbbd/frameset.htm

 

BR

Rahul

Solution Manager and GRC DEV in the same machine

$
0
0

Hello experts!

 

Someone all ready installed the Solution Manager in the same machine than GRC system?

 

We don't have hardware capacitiy in to DEV of ECC to install, the unique alternative is use GRC system machine.

 

We can? Some restriction?

 

Thanks in advanced!

Cost Center Analysis Period.

$
0
0

Hi All,

 

Am having this cost center analysis period that overlapped per the screenshot below.

I found a SAP note 608405 that referenced to the below.

My concern is how do I implement the solution correction report below to see if it will take care of the overlapping date.

Kindly advise me.

 

TCode: XK03

Bomi_Untitled.jpg

 

SAP note 608405:

Solution

Implement the correction report

  • for cost centers:  Z_CSKS_CSKT_OVERLAP
  • for cost elements:    Z_CSKB_OVERLAP
  • for activity types: Z_CSLA_CSLT_OVERLAP

and execute it for the controlling area/chart of accounts in question.

Program description:

The report deletes 'SPACE' master data in all controlling areas and lists all master data in the test run:

    1. that has overlapping intervals
    2. whose start date or end date have initial values OR are lower than the m inimum start date '1900.01.01'
    3. whose start date is later than the end date.


In the update run (test flag not selected), choose ICON OKAY for all intervals to be deleted so that the system displays ICON DELETE in this position and then enter =DELETE in the OK code field.
If you mark all records for master data* with DELETE, then the system displays an error message because this is like completely deleting master data*.

EXCEPTION:

If you only list an inconsistent period for the 2nd and 3rd case, the system determines the number of all intervals for this master data* on the database again:

    a) If there is only one interval in the controlling area, the start date is changed to '1900.01.01' and the finish date is changed to '9999.12.31'.  You can then reset the validity period required by creating/deleting master data intervals (KS01/KS04, KA01/KA04, KL01/KL04).
    b) If there are several intervals, then this inconsistent period is deleted.


The system deletes the selected records and displays the number of deleted records.

 

 

Regards

Femmy John.

Re: Trouble with BI4.1 & Tomcat cluster

$
0
0

I haven't been able to resolve it, if that's what you're asking.

 

I think the problem is that not all of the BI Launchpad session attributes are implementing Serializable, which is required for session failover to work.

Re: Running the jobs sequentially instead of parallel

$
0
0

Hi Archana,

 

How about jcsSession.waitForJob(infoJob);

 

 

Regards,

 

HP

Viewing all 10449 articles
Browse latest View live


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