Transporting No fields

What is the use of transporting no fields operation on internal table & Where it can be extensively used?
Give me an example for that.
Please no links.
Regards,
Chandru

Read Operation :
When your prime consideration is checking whether or not a record exists, not the contents.
Modify operation:
When u want to modify an internal table row using a work_area, but only few fields need to be updated.
e.g.
modify itab from wa transporting field1, field4, field19.

Similar Messages

  • F4 help for Customizing Transport Request Field....

    Hi,
    I need a Function Module for F4 help for Customizing Transport Request field. I have used the below FM but I ma able to get only Customizing TR for only Login User Name only but not other Users. How to get the Customizing TR which are created by other Users(Owner is diferent from Login Owner).
    PARAMETERS: p_cts  TYPE e070-trkorr OBLIGATORY.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_cts.
      PERFORM get_cts CHANGING p_cts.
    *&      Form  get_cts
    FORM get_cts  CHANGING p_cts.
      TYPE-POOLS trwbo.
      DATA: lv_cts TYPE trwbo_request_header.
    To Get only custimzing requests
      CALL FUNCTION 'TR_REQUEST_CHOICE'
        EXPORTING
          iv_request_types     = 'W'
        IMPORTING
          es_request           = lv_cts
        EXCEPTIONS
          invalid_request      = 1
          invalid_request_type = 2
          user_not_owner       = 3
          no_objects_appended  = 4
          enqueue_error        = 5
          cancelled_by_user    = 6
          recursive_call       = 7
          OTHERS               = 8.
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        CALL FUNCTION 'POPUP_DISPLAY_MESSAGE'
          EXPORTING
            titel = 'Transport'
            msgid = sy-msgid
            msgty = sy-msgty
            msgno = sy-msgno
            msgv1 = sy-msgv1
            msgv2 = sy-msgv2
            msgv3 = sy-msgv3
            msgv4 = sy-msgv4.
      ENDIF.
    Pass the selected TR to selection screen
      IF sy-subrc = 0.
        MOVE lv_cts-trkorr TO p_cts.
      ENDIF.
    ENDFORM.                    " get_cts
    Regards,
    Deepthi.

    Instead of using FM 'TR_REQUEST_CHOICE', you can have direct database select on table E070 and E071.
    In E070, the field TRFUNCTION determine the customizing and workbench request.
    K->     Workbench Request
    W->     Customizing Request

  • Transportation group field in Material master..Sales/Plant data tab.

    Hello Gurus,
    The transportation group field in material master is Material specific or a plant specific?? caz whenever i am changing this transportation group field in one plant it is also updating with the same value in all the plant for the common material even though the Company code and Country are different forall the plants.
    Hope to hear from you soon as its a very high priority production issue..
    regards
    Rikinl

    The transportation group field in material master is Material specific or a plant specific??
    Its material specific.  Even if you have multiple sales areas or plants and if you change the transportation group, the change will be applicable for those areas also.
    thanks
    G. Lakshmipathi

  • Err. E:"TRANSPORTING NO FIELDS" will not fill the output area.

    Dear all,
    Below are my codes and i keep getting this error
    E:"TRANSPORTING NO FIELDS" will not fill the output area. The addition does not make sense here.
    Any idea how to fix this?
    The first bit...
    TABLES: /BI0/MWBS_ELEMT.
      DATA:   I_MWBS_ELEMT LIKE /BI0/MWBS_ELEMT OCCURS 0 WITH HEADER LINE.
      DATA:   W_MWBS_ELEMT LIKE LINE OF I_MWBS_ELEMT.
    Then second bit...
      READ TABLE I_MWBS_ELEMT WITH KEY WBS_ELEMT = SOURCE_FIELDS-POSID TRANSPORTING NO FIELDS INTO W_MWBS_ELEMT.
      IF SY-SUBRC IS INITIAL.
        RESULT = W_MWBS_ELEMT-RESP_CCTR.
        RETURNCODE = 0.
      ELSE.
        SELECT SINGLE * FROM /BI0/MWBS_ELEMT INTO W_MWBS_ELEMT
                        WHERE WBS_ELEMT = SOURCE_FIELDS-POSID
                        AND OBJVERS = 'A'.
        IF SY-SUBRC IS INITIAL.
          APPEND W_MWBS_ELEMT TO W_MWBS_ELEMT SORTED BY RESP_CCTR.
         RESULT = W_MWBS_ELEMT-RESP_CCTR.
        ELSE.
          CLEAR RESULT.
        ENDIF.
      ENDIF.

    Hi
    The error is here
    READ TABLE I_MWBS_ELEMT WITH KEY WBS_ELEMT = SOURCE_FIELDS-POSID TRANSPORTING NO FIELDS INTO W_MWBS_ELEMT.
    The addtion TRANSPORTING NO FIELDS is in conflit with addition INTO:
    TRANSPORTING NO FIELDS means not to fill the work are
    INTO mean fill a work area
    So or u need to fill a work area or u don't need to fill a work area, but (from the code you've pasted) it seems u need to fill the work area W_MWBS_ELEMT, so your code should be:
    READ TABLE I_MWBS_ELEMT INTO W_MWBS_ELEMT WITH KEY WBS_ELEMT = SOURCE_FIELDS-POSID.
      IF SY-SUBRC IS INITIAL.
        RESULT = W_MWBS_ELEMT-RESP_CCTR.
        RETURNCODE = 0.
      ELSE.
        SELECT SINGLE * FROM /BI0/MWBS_ELEMT INTO W_MWBS_ELEMT
                        WHERE WBS_ELEMT = SOURCE_FIELDS-POSID
                        AND OBJVERS = 'A'.
        IF SY-SUBRC IS INITIAL.
          APPEND W_MWBS_ELEMT TO W_MWBS_ELEMT SORTED BY RESP_CCTR.
         RESULT = W_MWBS_ELEMT-RESP_CCTR.
        ELSE.
          CLEAR RESULT.
        ENDIF.
      ENDIF.
    Max

  • Mode of Transport - Border field in SAP r/3 3.1

    Hi Gurus
    I need an  help
    I have a issue where the field ModeofTrnsprt-Border (EIKP-EXPVZ)) needs to be populated automatically in the Foreign Trade Data section of the Header of the Delivery. User is able to get this value populated automatically in some of the deliveries for the same plant but for some of the deliveries in the same plant, he needs to enter the value manually
    Now the user wants to have the value in this field populated automatically.
    but the issue is that we are using r/3 3.1 system where I am not able to find exactly where the configuration needs to be done.
    In SAP r/3 4.6 and above this can be done in
    SPRO>S&D>Foreign Trade/Customs - Transportation Data
    1. Define Customs Offices
    2. Define Modes Of Transport
    3. Define Valid Combinations: Mode of Transport - Customs Office
    4. Default Values For Foreign Trade Header Data
    but in 3.1 system we dont have such options, we dont have Logistics and Execution also in in SPRO.

    Chandra
    I looked at the IMG and under S&D -> Transportation -> I just have the folloing options
    Define Number Ranges for shipments
    Define Transportation Relevance
    Define Blocking reasons for shipments
    Define Shipment types
    Shipping deadlines
    Maintain Standard selection variants for shipment list

  • Inbound delivery - transport group, field selection of.

    Hi Gurus,
    I have a requirement to enter the transport packing unit (as distinct from the order unit) in the inbound delivery header (VL31N) > unload > trans.group. But this field is presently greyed out. Could someone tell me how to make it active by making it an optional entry field.
    Best regards,
    Sheeja.

    I´m still no find the solution.
    some idea?

  • MIR7 - Transport RSEG fields (Append Structure) to BSEG

    Dear enhancers
    I would like to ask you haw could I approach such a requirement:
    The RSEG table is appended 2 more ZZ_ fields. Let's say it's ZZ_A and ZZ_B fields.
    Those fields are populated by the MIR7 transaction. I've got a Z-tab added in line items section. It is used via MRM_INVOICE_POST BAdI implementation. User may specify ZZ_A and ZZ_B fields for each line item of logistisc invoice.
    Now my task is:
    When posting document from MIR7 transaction transport fields ZZ_A and ZZ_B in such way:
    RSEG-ZZ_A -> BSEG-XREF1
    RSEG-ZZ_B -> BSEG-XREF2
    And my question is how should I approch this task?
    I can see there are several ENHANCEMENT-POINTS in MRM_INVOICE_POST FModule. But my experirnce with enhancements is a bit poor. How can I know which enhencement point could I potentially use? Am I able to find out somehow that for example
    "Enhancement point A is used for transport fields blablabla ..." some kind of enhancement description.
    I will be very thankful for your suggestions. Regards. P.

    Hi,
    1.- chek this thread:
    here  The specified item was not found. says the following:
    Now go to MRM_INVOICE_POST function module, just before the call of function module CKMV_AC_DOCUMENT_CREATE, I have created an enhancement spot and changed the XACCIT-XREF1 with RBKPV-custom field value.
    2.- Another possibility
    although it is not an enhancement-point (it´s BADI AC_DOCUMENT) maybe this could be useful to you:
    http://blog.csdn.net/xyfchris/archive/2007/10/04/1811359.aspx
    Best regards.
    Edited by: Pablo Casamayor on Dec 9, 2009 1:32 PM

  • Transport table field

    Hi guys,
               i have one table like ztab ,in that fields field1,field2 field3 .ztab in production server and another table in quality server,like table ztab in that fields filed2 ,field3. but my question is can i add field1 from proudtion server table to quality server table through transport mechanism technique. is it possible?
    Thanks,
    Mahesh.

    hi,
    using version management or se03 transaction find out the request from which that details had been moved to production.
    now reimport that request from devlopment to quality.ur problem will be solved.

  • Transport problem -Field selection -Material master config

    Hi
    I had done my Field selection config in Golden client and tried copying to the other client in the same box but the config remains uncopied ,has anyone come across this problem,if please let me know how to overcome.
    Regards
    Ratha

    It is very dangerous.
    Once the request no is created and it is released. you cannot do changes in the configuration .If you do changes then another request no will be created.
    Please ask your BASIS person.
    The procedure is normal procedure followed
    1.created  transport request say no AAA123  in Development
    2. released in SE10
    3Transported to Quality.
    4.do the check & testing. giving o.k to move to production
    5.Basis people will move the same request no from Quality to Production
    Hope you understand
    G.Ganesh Kumar

  • Stepe involved in Transport Value Fields.

    Hi all,
    I have created a Value field which i have assigned to operating concern. now i want to transport the changes to quqlity system for testing. I am using TCode Ka3i to created transport request. After creating transport request i get CHOOSE DEPENENT OBJECT CLASSES . which fields should i choose to transport the value fields? should i select the structure ABAP Repository Objects as default?
    Please provide me step by step process for transporting the value fields.
    Thanks,
    Naveen

    Dear Naveen,
    You must be using transaction KE3I. You can select the Operating concern >Execute >Select Structures: ABAP Repository objects.
    However, you need to re-concile the Production system with development and ensure that the only intended changes are overwritten.
    Kind Regards
    Umapathi G

  • New Value fields created in existing opr struc problem in transport request

    Hi,
    I have created new value fields in existing operating structure but system has now created any transport request for value field creation also for value field activation and later on operating concern generation on development environment.
    What is the other way of doing transporting value field (also activation of same) from Dev to QA?
    Regards,
    Sayujya

    Hi,
    Creation of new value field or characterisitics will not generate any Transport request. Goto transaction KE3I and create transport request.
    Regards,
    Sreekanth

  • Transportation Group and Shipping condition fields in Route determination

    Hello Guys,
    Please, I heard that if I leave Transportation Group and Shipping conditions field empty Route determination would consider whatever value I put in Material/Custumer Master.
    But the determination just happen if I put the exact value in either the determination and the Material Master for Transportation Group field for example.
    Have you ever determined Routes leaving the fields empty?
    Thank you,
    Regards,

    Hi,
    Those fields Transportation Group and Shipping conditions available in Route Determination are essential to trigger the correct route in Sales Order level.
    If blank the available routes need to be picked manually at Sales Order level.
    Kindly check .
    Regards,
    SRK

  • How does sy-tabix affect by binary search transforming no fields?

    1 report ztx1110.
         2 data: begin of it occurs 3,
         3           f1(2) type n,
         4           f2    type i,
         5           f3(2) type c,
         6           f4    type p,
         7           end of it.
         8
         9   it-f1 = '40'. it-f3 = 'DD'. it-f2 = it-f4 = 4. append it.
        10  it-f1 = '20'. it-f3 = 'BB'. it-f2 = it-f4 = 2. append it.
        11
        12 sort it by f1.
        13 do 5 times.
        14     it-f1 = sy-index * 10.
        15     it-f3 = 'XX'.
        16     it-f2 = it-f4 = sy-index.
        17     read table it
        18         with key f1 = it-f1
        19         binary search
        20         transporting no fields.
        21     if sy-subrc <> 0.
        22         insert it index sy-tabix.
        23         endif.
        24     enddo.
        25
        26 loop at it.
        27     write: / it-f1, it-f2, it-f3, it-f4.
        28     endloop.
    in this program changing value of sy-tabix as such sy-index.
    means in it's first loop it's value is 1, on second loop it's 2, and so on up to 5.
    okay that is due to binary search.
    but why binary search affecting this system variable?

    Hi Vinay,
    It is simple.
    This depends on your select query. 
    CASE 1: If you use select ..into table.....,  then there wil be nothing in your header ls_vbap. Now if you execute READ stmt..you will get nothing.
    CASE 2: If you use Select..... into ls_vbap.....append ls_vbap....clear ls_vbap.....endselect.   In this case also the output of READ will be nothing because you are clearing header.  So while READ stmt you are comparing ls_vbap-vbeln and ls_vbap-posnr , as nothing in it you will get nothing
    CASE 3: If you use case 2 without CLEAR stmt then always you will get the index of the last fetched record...i.e., the last record of the internal table before sorting..
    I think it is helpful for you....if you are not clear just reply me

  • Ouput field is not getting displayed

    Hi All,
    I created an object type in BOB which gives me ernam field of MARA table on testing.
    I need to use that object type in the new workflow in which user inserts a material number and should get ernam (Created by) as an output field.
    I tied doing that but on testing , it shows task's status 'COMPLETED' but does not display the ERNAM.
    What else I need to do to make it displayed on the screen?
    Thanks in advance
    Shweta

    Hi Vidya,
    I used 'SAP_WAPI_CREATE_EVENT' to pass the values. Also , I created an event parameter 'MATERIAL' so that the value can be passed as the event gets triggered then I did the binding of event parameter and workflow container parameter of material.
    after that i run the following code in se80.
    DATA : MATERIAL like SWR_STRUCT-OBJECT_KEY,
           lv_matnr TYPE mara-matnr.
    DATA : wa_event like  SWR_STRUCT-EVENT,
           wa_obj LIKE swr_struct-object_typ.
    DATA : lv_user TYPE SWC_ELEM VALUE 'INITUSER',
           LV_MATERIAL TYPE SWC_ELEM VALUE 'MATERIAL'.
    DATA : T_MSG TYPE STANDARD TABLE OF SWR_MESSAG.
    DATA : flg(1) TYPE c.
    DATA : it_cont TYPE TABLE OF SWCONT,
           wa_cont like LINE OF it_cont.
    wa_event = 'ZCLICK_EVENT'.
    Wa_obj = 'ZDEMO_BOR1'.
       MATERIAL = lv_matnr.
       wa_cont-element = lv_user.
       wa_cont-value = sy-uname.
       append wa_cont to it_cont.
       CLEAR : wa_cont.
       wa_cont-element = LV_MATERIAL.
       wa_cont-value = LV_MATNR.
       append wa_cont to it_cont.
       CLEAR : wa_cont.
    CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'
       EXPORTING
         object_type             = wa_obj
         object_key              = MATERIAL    "Key field in BOR
         event                   = WA_EVENT
    *   COMMIT_WORK             = 'X'
    *   EVENT_LANGUAGE          = SY-LANGU
    *   LANGUAGE                = SY-LANGU
        USER                    = SY-UNAME
    *   IFS_XML_CONTAINER       =
    * IMPORTING
    *   RETURN_CODE             =
    *   EVENT_ID                =
      TABLES
        INPUT_CONTAINER         = it_cont[]
        MESSAGE_LINES           = T_MSG[].
    *   MESSAGE_STRUCT          =
       READ TABLE T_MSG WITH KEY MSG_TYPE = 'E' TRANSPORTING NO FIELDS.
           IF SY-SUBRC = 0.
             Flg = 'N'.
             MESSAGE E208(00) WITH 'Error initiating Workflow.'.
            ELSEIF SY-SUBRC <> 0.
             MESSAGE 'Workflow initiated.' Type 'S'.
    After this code , I get a message 'Worlflow initiated' but I can not see the value being transferred to the workflow respective container

  • Issue with migrated transformation rule after transport

    Hello all,
    We have migrated couple of update rules and transfer rules to transformation rules. All the transformation rules are active in development environment.
    The issue is when we transport these transformation rules to QA, one of the fields of datapacket dimension "RECORD" becomes &R1& in the global structure of start routine and therefore, transport fails in QA. Along with this we had another issue that if we add any additional fields in the cube or ODS structure, the global structure in start routine doesn't change after transport in QA. Basically, it seems like it doesn't do anything when we do transport.
    We tried couple of things by transporting entire flow inclding target and source objects, we also tried transporting only transformation with overwrite mode. But none of the things worked. We also have logged the message with SAP.
    SAP suggested us to open the QA environment and perform the change manually. We did it and obviously we could activate the transformation rules. But when we tried to re-transport the transformation, it is keep failing with the error "Syntax Error". My assumption has after the transport, the field has become &R1& again.
    Has anybody faced such issue? We are on Ehp1 SP7.
    - Danny

    Thanks Murali,
    Yes as I mentioned SAP suggested us to open the box and do it manually, but once we are done with the manual changes, we tried transporting the same transformation rule again, which I guess going to be the case in case of any future enhancement. Transport failed and it says "Syntax Error".
    The transformations we activated manually in the target system are active, but when we try to load the data, it throws the exception error.
    Any clue ?? Is it working fine in your system after you did manual changes? Did all future transport go well ?
    - Danny

Maybe you are looking for

  • Adobe InDesign CC has stopped working windows 8

    I updated Indesign CC, as prompted, and have ran into the following problem: Source Adobe InDesign CC Summary Stopped working Date 12/18/2013 12:45 PM Status Report sent Description Faulting Application Path:    C:\Program Files\Adobe\Adobe InDesign

  • Developer 6.0 vs. JDeveloper

    Can someone clear up a little confusion I have about Jdeveloper and Developer 6.0. We want to create a front-end application based off of forms and deploy that application on the web through a browser. I know that I can do this with Developer 6.0 ser

  • AP postings

    Hi , We have some AP posting requirement  where we need to  Show correct value of VAT in both local and group currency,  and then Use the VAT amount in local currency to calculate the amount in group currency (using accounting rate) and Post an excha

  • Problem with the Signature field

    Hi All, Good day. I am having problem making a script work in the Adobe LiveCycle. Basically what I am trying to achieve is lock most of the fields on a form when the signature field is click. Note: Not all the fields should be locked. I then wrote a

  • With_item linking with fi tables

    Hi guys, I am carrying out a requiremnt for Brazil. I need to print base, rate , tax code and amount all of which have nine types viz inss,ir,pis,confis,csll,iss,funrural,sest,senat. Now as far as I understand I will have to read bseg with belnr gjah