Data Prob in tcode IW29

Hi,
I am exectiing the transaction IW29 and after executing the tcode in the layout I clicked the variant button and changed the layout.
in the layout I added the System status field and I was able to get the output.
but in the debugging mode at the FM REUSE_ALV_GRID_DISPLAY the Internal Table does not have the values populated for the system status for any  of the record but  I am gettting the values in output.
Could any one please explain me the reason?

HI,
My Doubt is that in the FM REUSE_ALV_GRID_DISPLAY the data internal table is not having the SYSTEM STATUS column filled for any of the records. But when I chnged the layout data is coming into the field.
In debugging you can check
The field is STTXT ( 59th field ) no data is filled but in output when you use the SYSTEM STATUS field you can see the data.
Hope I am clear
Plz help
Regards

Similar Messages

  • How to add appointment date into CRMD_ORDER TCODE

    Hello i am trying to add 3 dates into the appointment area of the TCODE CRMD_ORDER,i am making this action into de BADI ORDER SAVE, and depents of a specific date of the TCODE i make the 3 differs dates after that ,i fill the input fields tables and of course the appointment tables too, after of that i call the function module CRM_ORDER_MAINTAIN and i send the both table to the this Fucntion module, and when go out of the ORDER_SAVE BADI i am expecting to have the result into the CRMD_ORDER TCODE, but i coudn´t save these dates. (in this example i send only one date)
    InputFields
    ls_input_field-ref_handle = lv_handle_h.
    ls_input_field-ref_guid = iv_guid. "Guid del Documento
    ls_input_field-ref_kind = 'A'.
    ls_input_field-objectname = 'APPOINTMENT'.
    ls_input_field-logical_key = 'ZV01'. "Indica que la fecha es Presentacion de proyecto
    ls_fielname-fieldname = 'DOMINANT'.
    ls_fielname-changeable = 'X'.
    INSERT ls_fielname INTO TABLE ls_input_field-field_names.
    ls_fielname-fieldname = 'DURATION'.
    ls_fielname-changeable = 'X'.
    INSERT ls_fielname INTO TABLE ls_input_field-field_names.
    ls_fielname-fieldname = 'RULE_NAME'.
    ls_fielname-changeable = 'X'.
    INSERT ls_fielname INTO TABLE ls_input_field-field_names.
    ls_fielname-fieldname = 'SHOW_LOCAL'.
    ls_fielname-changeable = 'X'.
    INSERT ls_fielname INTO TABLE ls_input_field-field_names.
    ls_fielname-fieldname = 'TIMESTAMP_FROM'.
    ls_fielname-changeable = 'X'.
    INSERT ls_fielname INTO TABLE ls_input_field-field_names.
    ls_fielname-fieldname = 'TIMESTAMP_TO'.
    ls_fielname-changeable = 'X'.
    INSERT ls_fielname INTO TABLE ls_input_field-field_names.
    ls_fielname-fieldname = 'TIMEZONE_FROM'.
    ls_fielname-changeable = 'X'.
    INSERT ls_fielname INTO TABLE ls_input_field-field_names.
    ls_fielname-fieldname = 'TIMEZONE_TO'.
    ls_fielname-changeable = 'X'.
    INSERT ls_fielname INTO TABLE ls_input_field-field_names.
    ls_fielname-fieldname = 'TIME_UNIT'.
    ls_fielname-changeable = 'X'.
    INSERT ls_fielname INTO TABLE ls_input_field-field_names.
    INSERT ls_input_field INTO TABLE et_input_fields.
    appointment table
    wa_appointment-ref_guid = iv_guid.
    wa_appointment-ref_kind = 'A'.
    wa_appointment-timezone_from = 'CST'.
    wa_appointment-timestamp_to = '0'.
    wa_appointment-timezone_to = 'CST'.
    wa_appointment-appt_type = 'ZV01'.
    wa_appointment-timestamp_from = lv_timestamp.
    APPEND wa_appointment TO it_appointment.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
    EXPORTING
    it_appointment = it_appointment
    CHANGING
    ct_input_fields = it_input_fields
    EXCEPTIONS
    error_occurred = 1
    document_locked = 2
    no_change_allowed = 3
    no_authority = 4
    OTHERS = 5.
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    So does anybody have any idea how to make this?
    Thanks a lot for you help.

    You can modify the following coding which is working fine for me...
      ls_field_names-fieldname = 'DOMINANT'.
      INSERT ls_field_names INTO TABLE lt_field_names.
      ls_field_names-fieldname = 'DURATION'.
      INSERT ls_field_names INTO TABLE lt_field_names.
      ls_field_names-fieldname = 'RULE_NAME'.
      INSERT ls_field_names INTO TABLE lt_field_names.
      ls_field_names-fieldname = 'SHOW_LOCAL'.
      INSERT ls_field_names INTO TABLE lt_field_names.
      ls_field_names-fieldname = 'TIMESTAMP_FROM'.
      INSERT ls_field_names INTO TABLE lt_field_names.
      ls_field_names-fieldname = 'TIMEZONE_FROM'.
      INSERT ls_field_names INTO TABLE lt_field_names.
      ls_field_names-fieldname = 'TIME_UNIT'.
      INSERT ls_field_names INTO TABLE lt_field_names.
          CLEAR lt_appointment.
          ls_appointment-ref_handle = '0000000001'.
          ls_appointment-appt_type = 'REQ_DLV_DATE'.
          ls_appointment-ref_kind = 'A'.
          ls_appointment-ref_guid = <lf_order_data>-guid.
          ls_appointment-timestamp_from = lv_timestamp.
          ls_appointment-timezone_from = sy-zonlo.
          APPEND ls_appointment TO lt_appointment.
          CLEAR ls_input_fields.
          ls_input_fields-ref_guid = <lf_order_data>-guid.
          ls_input_fields-ref_kind = 'A'.
          ls_input_fields-ref_handle = '0000000001'.
          ls_input_fields-objectname = 'APPOINTMENT'.
          ls_input_fields-logical_key = 'REQ_DLV_DATE'.
          ls_input_fields-field_names = lt_field_names.
          INSERT ls_input_fields INTO TABLE lt_input_fields.

  • Need a bapi to update person data in IR02 tcode.

    Hi experrts,
    I need to update person data in IR02 tcode through plant and workcenter. But I am looking for BAPI to update this person data.
    Please help me on this as I caught up badly.
    Thanks in Advance.
    J.P

    I have closed this myself by creating a custom program.

  • Problem in uploading data for the Tcode CA02

    Hi,
    I am trying to upload the data for the Tcode ca02  and i am facing a problem i.e. the uploading for the for the 18th  inspection characterstic is not able to being uploaded. I had checked the code of it  and the logic is there.
    It was previously uploading the data for it,but iit is not doing now. I had cheked the program of the screen also the fields are also present..

    would u plz send code.so i can check

  • Add additional data tab for tcode IW51/IW52/IW53

    Hi,
    I have to add the additional data tab for tcode IW51/IW52/IW53
    I have tried using customer exit QQMA0001. But the tab is not visible.
    Please let me know how to add this tab using customer exits.

    Hi Jogeswara,
    Just need a small help.
    We are not updating the standard table QMEL.
    But we have a customised table for the same.
    So when we create a notification number... it goes in the function exit but at that time we do not have the notification number generated.... and we are inserting records in custom table in this exit....
    So please guide us how we go ahead about it...
    Regards,

  • How to pull data output of TCODE "MRKO" into a BI Cube.....??

    Hi Gurus:
    One of the business requirement is to EXTRACT data from relevant tables that the R/3 TCode "MRKO" provides in a report format in to BI. I don't tknow if there is any std. SAP extractor that would provide me the details. We need this data to determine the payment DATE based on "Payment Terms" using a logic, then summarize the data at each Vendor level and pass this information to the BI Cube. We need this information for a Cash Flow Forecasting project.
    I am not familiar with the Tcode MRKO or the program. I would appreciate it if anyone can shed some light here. I basically need a Total Due amount for a month period, Vendor, The date on which the payment has to be made in future based on the Payment terms and Company code. I don't know the tables involved, but the TCODE provides a "Total" per Vendor and thats what I would like to capture and pass to BI. How can I achieve this?
    Appreciate the name of the STD extractor if one exists or the table(s), and if any logic is necessary.....?
    Thanks a lot in advance.....!
    PBSW

    HI,
    I am not aware of any standard extractor for the report that you get from Tcode MRKO, But I can suggest you in a very customized way to extract the data into BW.
    When you run the transaction "MRKO", please check the program that is running in the background for that report to run and get the data output. You could easily find from the lower side menu bar.
    Once if you get to know the program, create a structure and create a datasource assigned to that structure, where  the datasource uses funcion module as its extraction method. In SAP you can easily convert a program into a function module and let the extractor fill your datasource for extraction.
    - Another way of doing it, is to find out the tables that it is retrieving from the report MRKO and create a structure with those fields filled up using a function module. And then use that structure and function module for your new datasource to extract.

  • DATE probs with turn-of-the-century

    Any suggestions are appreciated. This is probably something hundreds of you have run across, but I am experiencing it now, for the first time, with two separate WinNT4 installs.
    For background: http://technet.oracle.com/doc/server.804/a58225/ch3all.htm#1015154
    The above hyperlink is the Oracle technet reference, which highlights the DATE function question to which I refer below.
    In preparation for the SQL/PLSQL 8.0 exam, I am running into a DATE problem, which the RR vs YY formats in SQL8 text do not address. On two separate PCs both running WinNT4.0, the following different results are obtained.
    Using the following Select statement with the Oracle free sample database:
    SELECT TO_CHAR(ADD_MONTHS(HIREDATE,1),DD-MON-YYYY) NEXT MONTH
    FROM EMP
    WHERE ENAME = SMITH
    Differring Results:
    From my laptop:
    Next month
    17-Jan-2081
    From my desktop:
    Next month
    17-Jan-1981
    My issue is that all aritmetic calcs involving the DATE functions are coming up with errors by one PC looking at the 21st century vs both centuries. Any advice?
    Thanks
    Wayne
    [email protected]
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Evelyn:
    You shouldn't be having a problem.
    Check that hiredate for SMITH is in fact the same date on each machine (use format mask DD-MON-YYYY). I think you'll find that they're different.<HR></BLOCKQUOTE>
    Tks Evelyn. Yes you were right. The source of the prob the Oracle sample DB. The BuildSportsDB.sql script uses all table inserts in mask format DD-MON-YY. The revised Oracle sample DB script, entitled BuildSportsObjs.sql uses an input format for all dates DD-MON-YYYY. Each Hiredate had handles like 21-Jan-1981 in the corrected script.
    Seems (however) that the server shuld have been able to handle the DD-Mon-YY . Thanks again for your response. ...W
    null

  • Data from one tcode to another

    hi friends,
    is there any possible to pass data entered in one tcode to another
    eg.. i am entering header text in tcode MIRO has vehicle
    i should get this same header text in tcode MIGO
    is it possible
    thanks
    regards
    raj

    Raj ,
    process will be like this
    MIGO---->MIRO ,If u want to change the MIGO then u have to make use of user exits @ the time of MIRO u have to updated the MIGO document also which can be done in simple maner.
    Regards
    Prabhu

  • BDC program or standard function module to change data in PFCG TCode.

    Gurus,
    I have programatically change the validity date of SAP security role (TCode PFCG). Are there any standard function module available for this ? If not then does PFCG supports update vida BDC programming ?
    Regards,
    Rajesh.

    Cross-posting. Thread locked.
    Please read [the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement].
    PS: Please clean up / follow up on all your hundreds of unresolved questions.

  • Uploading data in MIRO Tcode

    Hi friends,
    In  Tcode MIRO, i want to upload  amount and qty for basci customes, CVD, ECESS, ECESS ON ALL DUTIES AND ADDITIONAL DUTY ON IMPORTS for a particular purchase order.
    How to upload data. Thanks in advance.
    regards,
    senthilkumar.r

    Hi Senthil,
    SAP doesn't recommend to do call transactions in MIRO transactions. You should use the BAPI_INCOMINGINVOICE_CREATE BAPI Function Module. If you have any problems with this BAPI, please answer this message in the Forum.
    Regards,
    Daniel Carvalho.

  • Validation of 0SD_C03 data with R3 Tcodes

    Hello Gurus,
    I have loaded data into 0SD_C03 and 0SD_C01. Could anyone pls tell me what are the tcodes in R3 i can use to validate these data.
    thanks in advance

    hi,
    check this
    http://www.sapgenie.com/saptech/transactions.htm
    Sales & Distribution
    Sales order / Quote / Sched Agreement / Contract
    VA02         Sales order change
    VA05         List of sales orders
    VA22         Quotation change
    VA32         Scheduling agreement change
    VA42         Contract change
    Billing
    VF02         Change billing document
    VF11         Cancel Billing document
    VF04         Billing due list
    FBL5N       Display Customer invoices by line
    FBL1N       Display Vendor invoices by line
    Delivery
    VL02N       Change delivery document
    VL04         Delivery due list
    VKM5        List of deliveries
    VL06G       List of outbound deliveries for goods issue
    VL06P       List of outbound deliveries for picking
    VL09         Cancel goods issue
    VT02N       Change shipment
    VT70         Output for shipments
    General
    VKM3, VKM4    List of sales documents
    VKM1        List of blocked SD documents
    VD52         Material Determination
    hope this helps.

  • BAPI_GOODSMVT_CREATE to import data in MIGO tcode

    Hi ,
    Under tcode MIGO if we give material document number and display it displays several tabs in the bottom along with import tab.
    In Import tab we have a button details that opens Import data popup.
    Using BAPI BAPI_GOODSMVT_CREATE can we fill the data in that popup like prelim doc no? those fields are coming from EIPO table.
    what is the link between material document number and EIPO
    Thanks
    Bala Duvvuri

    Hi,
      Please take a look at this links for sample coding of BAPI_GOODSMVT_CREATE.
    http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
    http://www.4ap.de/abap/bapi_goodsmvt_create.php
    Regards
    Kiran Sure

  • Validate of date field on tcode MB21

    Hi Experts,
    In tcode MB21 for Create Reservation  the base date is taking the future date. .i.e if the date which i give in the tcode is taking the future date also so i need to validate that date filed to stop taking date greater than system date. How to do that?
    Plz any body faced this kind of requirement let me know...
    Regards,
    Sunil kairam.

    Hi ,
    try these , before doing , go thru the documentations of it.
    MBCF0002  Customer function exit: Segment text in material doc. item
    MBCF0005  Material document item for goods receipt/issue slip
    MBCF0006  Customer function for WBS element
    MBCF0007  Customer function exit: Updating a reservation
    MBCF0009  Filling the storage location field
    MBCF0010  Customer exit: Create reservation BAPI_RESERVATION_CREATE1
    MBCF0011  Read from RESB and RKPF for print list in  MB26
    MBCFC003  Maintenance of batch master data for goods movements
    MBCFC004  Maintenance of batch specifications for goods movements
    MBCFC010  Propose batch number on Inventory Management item screen
    regards
    P

  • User Exit for Validity Date for VA41 Tcode

    Hi,
    I am giving order type in VA41 Tcode and then Clicking on 'Create with Reference' .Then  a Pop Up is getting generated. In this i am giving Contract created with validity date lessthan today's date(in Contract Tab).For Example i created a Contract xxxxxx with 'valid to'  9.12.2008. When I am giving this contract and clicking on 'Copy' button a Warning message is getting generated 'The sales document is only valid until 09.12.2008'. Now i have to change this into Error message instead of Warning Message.
    i used User Exits  mv45afzz,MV45AFZA,MV45AFZB. But the debugger is getting started only after Warning message got generated.Is there any User Exit for which debugger gets started  when i give the Contract and then Click on 'Copy' button. Please Suggest.
    Thanks and Regards
    K Srinivas

    Hi,
    One idea. Go to VTAA (copy between sales docs) and create a new VOFM where you manage the copy control. Set a warning/error message in the new VOFM (in your range number), and try it.
    Regards,
    Eduardo
    Edited by: Eduardo Hinojosa on Dec 10, 2008 3:58 PM

  • Security check before displaying data in SXMB_MONI tcode

    Hi All,
       I need help in integrating a security check before displaying the archived data when we execute SXMB_MONI tcode.
    Only authorized person can view the archived HR related data .
    My analysis-There is no BADI or user exit to include a code to check for the authorization.
    Thanks in Advance.
    Regards,
    Mangai.

    Hi Soumya,
    Yes, the issues was resolved in my case. There was problem with certificates and their mismatch was causing this issue.
    You need make sure that certificate for signing and encryption are correct at your end and also same certificates (with same public keys) are used at your third party application to decrypt and validate the signed message you send.
    Regards,
    Deepak

Maybe you are looking for

  • How do I "Save As" a file?

    Scenario: I used Barcode Scanner to scan the barcode for some software (an Android .apk) file. It offered me: - Email to someone - SMS to someone - Open in browser So I did the third. It then asked me: "Native browser or Firefox?". The native browser

  • How can I determine which keyring is checked by Thuderbird on startup?

    Since the last update, when I open Thuderbird a black box comes up that asks me to authorize creation of a new keyring named "unknown." That occured after previous blackboxes which said a program was requesting access to a keyring named "unknown." Th

  • HT5085 Itunes Radio (in music)

    Hi, I am living in Georgia (not the U.S.) but, as I changed my old Apple ID and Password and registered in Bahamas, the Itunes radio disappeared form my phone is it normal? Please help!

  • Bus Rules won't migrate - 11.1.1.3

    Hi, We have 4 applications. We use LCM and migrate all the artifacts from Dev to Test. For all applications, everything comes over. Except in one application the Bus Rules do not migrate. The LCM process complets with 'Successful' too, thus there is

  • Re- update not happening

    sire, i would be very grateful if anyone could shine on this problem. last time i bought one iphone 4s from another country when i was on vacation , it was alright at the time but now it says to update,there are 44 updateable apps, i tried to update