Recent Activity

    Task 4 - Implement Criticality feature and create an Object page

    This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

    Resolved! Accepted Solution

    Field exit not working

    Hi,I am using field exit for validation on Quantity in T code CJ20N. The field exit working fine in Dev server but Its not working in Quality server.The profile parameter abap/fieldexit = yes has been set. Is there any other configuration required to...

    Resolved! Accepted Solution

    strategy in developing ABAP-Applications in a complex SAP-System Landscape

    Hello SAP- Community,Assume that you have to develop a new ABAP-Report in a complex SAP System landscape.The system landscape consist of-          More than 13 local SAP ERP-Systems (separated by Division and/or Regions)-          One central SAP ERP...

    Resolved! Accepted Solution

    how to change the user status of inspection lot from a program!!!!

    hi all,,i want to write a program to change the user status of inspection lot . i.r APRv or NAPR.....i have found some bapi and fm's where am unable to achieve my requirement.i have used the following ....CO_QM_INSPECTION_LOT_UPDATE  and BAPI_INSPLOT...

    Resolved! Accepted Solution

    Business partner

    Hi,i have problem when creating Business Partner. I use 2 bapi's which are:    -BAPI_BUPA_CREATE_FROM_DATA    -BAPI_BUPA_ROLE_ADD_2Till this moment everything is fine. But i can't fill reconciliation acct, sort key, planning group, terms of payments ...

    Sqvi transaction

    HiI've tried to create the next thing in sqvi and i didnt succed in doning that -selecting all employees from pa0001 subtyp 0001 endda 31.12.9999 and joing it to pa0105 subtype 0013 endda 31.12.9999i created a join between the 2 infotypes ( using PER...

    how alternate signature can print on print check using sapscript if authority person is unavailable

    Hi Experts,Currently client is printing primary signature on their AP and Payroll checks . The signature is stored on printer's DIMM chip.The chip has two escape sequences for two signatures but only the first signature is used.  They require one sig...

    Resolved! Accepted Solution

    Select statement extremely slow when field dont have value

    Hi all, Following is the select statement I use: If user enter a value for ARBPL in the select-options field, the selection process is very slow because the user entered value does not exist in database table. If there is ARBPL value, then the select...

    Resolved! Accepted Solution

    Field "A" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.

    hi,  i need to display ZSHT - Handling/Throughput and ZSPC - Port Charges on the existing infoset using SQ02.But, i got the error below :  Field "A" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.    Here i...

    Resolved! Accepted Solution

    Getting Error message Field MARC-INSMK 1. 2 is not an input field for Post to Inspect Status

    Hi Experts,I am trying to update the QI flag for mass materials through a program performing BDC. But i am getting the error "Field MARC-INSMK 1. 2 is not an input field" Also i checked material and plant in MM02 tcode check box for "Post to Inspect ...

    Resolved! Accepted Solution

    BAPI BAPI_SALESORDER_CHANGE: condition value is not taken over in SD-request

    Hello together,I have a problem with the BAPI BAPI_SALESORDER_CHANGE.I want to set the condition value for one condition and transfer this value to the field condvalue of table condition_in.But the problem is that SAP does not take this value, but ca...

    Resolved! Accepted Solution

    Check if string is numeric

    FORM IsNumeric.DATA:   numeric(10) TYPE C VALUE '0123456789 ',             account(10) TYPE C VALUE '600',             rc TYPE C.  IF account CO numeric.      rc = ''.  ELSE.      rc = 'X'.  ENDIF.ENDFORM.The result is  rc = 'X'Where I'm wrong?Regard...

    Labels in this area

    Explore this Area