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

Re: Sort data in sap script

$
0
0

Hi Jaya,

 

So from the Print program sapscript is being called in a loop and the select statement should be inside loop. Can you please check if it is possible to fetch required data into internal table outside the loop. Later, sort the internal table as per your requirement and then loop the internal table to pass data to your script. Please check if this helps.

 

Thanks

Sri


Re: EDLI ISSUE

$
0
0

Can you check /3FL wage type in the result table based on the /3FL amount system will calculate EDLI Charges and maintain info type record either PF Basis or Eligible pay or PF basis which ever is less i.e

1)PF basis - system will consider PF basis to calculate the EDLI charges.

2)

a) Eligible pay or PF basis which ever is less - System will check PF Basis(10000) and eligible pay(6500) but considers the lesser amount 6500 to calculate the EDLI charges.

b) Eligible pay or PF basis which ever is less - System will check PF Basis(5500) and eligible pay(6500) but considers the lesser amount 5500 to calculate the EDLI charges . 

 

 

Regards

Venkatesh

Re: ELM in CRM

$
0
0

Hi,

I have make config settings as per attached screen shot ,still its not visible in menu.

 

Regards,

Shachi

Re: How to maintain Master Inspection Charcteristic Group

$
0
0

Hi Jishu, Try using QE51N instead of QA32 for result recording. You can get the list of all MICs operation wise on same screen.

 

Anand

Re: Source Inspection

$
0
0

Hi,

 

As you said system should allow user to make GRN if the material UD is rejected for partial qty in PO's, then your source inspection lot rejection does not influence for the GRNs. I suggest below solution to you.

 

1. Define new Z inspection type for source inspection.

2. Create inspection lots manually whenever vendor informs business that partial quantity is ready for inspection and process them. You can mention PO number in short description field for reference.

3. If you want enhance your QA01 as ZQA01 and add PO number and PO item number field to the screen.

4. If you want to create inspection lots from background job then use BAPI for creating inspection lots. for this you need to develop Z table with Date, PO number, PO item number, material, vendor, etc. and Partial quantity for which inspection lots to be created. Use the logic something like this(this is just an idea) to address your clients needs.

 

Regards,

Gururaj Kulkarni

Error -10000111 - On "Contents" tab, enter item or items

$
0
0

Hi,

 

Trying to upload stores consumption through DTW  but getting error message Error -10000111 - On "Contents" tab, enter item or items

Re: Reg : Cluster and pool tables

$
0
0


Hello,

 

SLT Supports replication of non-Unicode to Unicode systems.

 

Includes cluster / pool tables, etc. (writes into transparent tables in SAP HANA system).

 

Regards,

Subbu

 

Re: Upgrade from Nakisa 4.0 SP1 to 4.1


Re: Global Table Decalartion

$
0
0

Hi,

 

Try to declare in Function group TOP include.

 

Regards,

 

Anil

Re: Most allocated extents in any segment oracle 11g

Re: Duplicate mail triggered

$
0
0

Hi Murali ,

 

Its same. I have checked version in both QAS and PRD .But in Trace REALEASESTEPCREATED triggered  twice as i have mentioned above.

 

Tx

Mrinal Pradhan

Re: How to maintain Master Inspection Charcteristic Group

$
0
0

Hello,

 

OK, but for that you need to maintain the same in info fields1/2 in MIC in master. Same will reflect in RR screen.

 

Regards

Create a Ztable and updating by user input

$
0
0

Hi

I am very very new in ABAP coding.

I create a z table, now I want to fill it by user input. Below is my code. it is syntactically correct but the table is not updating

 

Data: it_zemp TYPE STANDARD TABLE OF zemp,

      wa_zemp TYPE zemp.

 

 

SELECTION-SCREEN:begin of BLOCK b1 WITH FRAME TITLE text-001.

PARAMETERS:empno TYPE zemp-empno,

empname TYPE zemp-empname,

address TYPE zemp-address.

SELECTION-SCREEN:end of BLOCK b1.

START-OF-SELECTION.

 

 

loop at it_zemp into wa_zemp .

  INSERT  into zemp VALUES wa_zemp.

  ENDLOOP.

 

 

End-of-SELECTION.

BW endroutine

$
0
0

Hi ABAP experts

 

I wrote this endroutine, a lookup from a DSO into an infocube.

syntax checks says: E:"WA" cannot be converted to the line type of "ITAB".

 

What's wrong?

Thanks for any help.

Regards

Thomas

 

TYPES : BEGIN OF CFM,
          CFM_SEC_ID TYPE /BI0/OICFM_SEC_ID,
          COMP_CODE TYPE /BI0/OICOMP_CODE,
          CALDAY TYPE /BI0/OICALDAY,
          FS_BDATE TYPE /BI0/OIFS_BDATE,
        END OF CFM.

 

    DATA: ITAB_TARGET TYPE STANDARD TABLE OF _TY_S_TG_1.
    DATA : ICOUNT TYPE RSARECORD.
    DATA: ITAB TYPE TABLE OF CFM, WA type TABLE OF CFM.


    IF NOT RESULT_PACKAGE[] IS INITIAL.

 

      SELECT CFM_SEC_ID COMP_CODE CALDAY FS_BDATE
        FROM /BIC/AZXYZ_O0100 INTO CORRESPONDING FIELDS OF TABLE ITAB
            FOR ALL ENTRIES IN RESULT_PACKAGE WHERE
            CFM_SEC_ID EQ RESULT_PACKAGE-CFM_SEC_ID
            AND COMP_CODE EQ RESULT_PACKAGE-COMP_CODE AND
            CALDAY EQ RESULT_PACKAGE-CALDAY.

 

      IF SY-SUBRC EQ 0.
        SORT ITAB BY CFM_SEC_ID COMP_CODE.
      ENDIF.

 

      LOOP AT RESULT_PACKAGE ASSIGNING <RESULT_FIELDS>.


        READ TABLE ITAB INTO WA
        WITH KEY CFM_SEC_ID = <result_fields>-CFM_SEC_ID.
        COMP_CODE = <result_fields>-COMP_CODE.
        CALDAY = <result_fields>-CALDAY.
       

        IF SY-SUBRC EQ 0.
          <RESULT_FIELDS>-FS_BDATE = WA-FS_BDATE.
        ENDIF.


        APPEND <RESULT_FIELDS> TO ITAB_TARGET.
      ENDLOOP.
        REFRESH RESULT_PACKAGE.
    RESULT_PACKAGE[] = ITAB_TARGET[].
  ENDIF.

Re: Can SMP 3.0 use backend SAP directly without Netweaver gateway ?

$
0
0

Hi Midhun,

 

We've just installed IW_BEP component in our ERP system. Just a quick question. What configuration do we need to setup in ERP which will allow it to communicate with SMP Integration Gateway. Sorry to be troublesome but it would be grateful if you could point me to the right direction.


Regards,

Pan


Re: BUPA_MAIN BDoc State

$
0
0

Hi Kamran,

 

Thanks for the help.

i've cleared the R3AD_CUSTOME* queue in ECC then the BUPA_MAIN BDoc is moving to confirmed state upon successful replication to ECC.

 

Regards,

Syam

Re: Live Office and database changes

Re: user  getting multiple labels in one copy instead of one label.how to solve this issue?

$
0
0

Hi,

i have

This is for only one printer.

 

Thanks,

Prasad

Re: Dont want Packing condition records to be triggered for Consignment issue

$
0
0

Hi,

 

You can create the Requirement routine from VOFM transaction and assign it to your condition type. In that you can check the preceding document from VBFA table or LIPS table to find out the order type. And based on your sales order document type you can suppress your condition type.

 

Regards

Suneet

Re: Asset Cut over upload in SAP at Go-Live.

$
0
0

Yes Mukhtar,

 

I run it on background and it works. Cheers .let me work on it tell you if any other problem occurs.

 

Thanks buddy.

 

 

 

Regards

Soumya.

Viewing all 9197 articles
Browse latest View live




Latest Images