MIGO problem for displaying field

Dear friends,.
I have following problem. When I create material document using MIGO I enter Line item text in "where" tab. I save it. But when I am trying to again view same document through MIGO I am not getting that field of line item text. How can I display it. Also this problem is for specific slocs only. If I make transaction with other sloc I could get this field in display.
Thanks and Regards,
APD

When you got errors try to use SLG1 to check what happened.
FYI.
Line item texts can be used internally and externally. To be able to distinguish between these, you must begin texts for external use with "*". These texts can then be printed on all correspondence, dunning notices, payment advice notes, etc. The asterisk is removed when the text is printed.
This function is only available in the FI component. It cannot be used in Materials Management.

Similar Messages

  • Problems for displaying values

    Hi,
    Iam using struts and hibernate, am inserting values into database successfully. But am facing some problem for displaying values in VIEW page.. Am maintainig Session in action servlet..In jsp page only first row displayed numbertimes(depends on number rows in DB) ex i have 4 rows different values. But in View page only first row displayed 4 times. How can i displyed properly .plz help me its urgent?
    in advance thanks?

    Hi Amol,
    in the iview property is the isolation method set to url or to embeded(it should be url)because this might cause the problems described here.
    hope it helps,
    Yoav

  • Problem for displaying values

    Hi,
    Iam using struts and hibernate, am inserting values into database successfully. But am facing some problem for displaying values in VIEW page.. Am maintainig Session in action servlet..In jsp page only first row displayed numbertimes(depends on number rows in DB) ex i have 4 rows different values. But in View page only first row displayed 4 times. How can i displyed properly .plz help me its urgent?
    in advance thanks?

    Babu,
    This has been discussed in many old threads, try to find them. Also u can refer to article "Dependent Dynamic message choicelists ", at my blog
    http://www.mukx.blogspot.com/
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Module pool F4-Help problem for a field in custom Infotype(HR).

    Dear Gurus,
    I have created a custom Infotype and fields are like
    P9015-NAM01.
    P9015-NAM02.
    P9015-NAM03.
    all are fields for name.
    I want F4 help for these fields with values same as  Family Members-First name  given in 21 Infotype .
    for all 3 fields same f4 help values.
    But when i see in the screen for first field the values are populating as selected but for second field the selected value is not picking..
    DATA: BEGIN OF it_val1 OCCURS 7,
        nam01 LIKE p9015-nam01,
        rel01 LIKE p9015-rel01,
       END OF it_val1.
      SELECT *  FROM t591s INTO TABLE it_t591s WHERE
         sprsl = 'EN' AND
         infty = '0021'.
    *SUBTY
    *STEXT
      SELECT * FROM pa0021 INTO wa_21 WHERE pernr = p9015-pernr .
        READ TABLE it_t591s WITH KEY subty = wa_21-famsa.
        it_val1-rel01 = it_t591s-stext.
       CONCATENATE wa_21-favor wa_21-fanam INTO it_val-nname SEPARATED BY space.
        it_val1-nam01 = wa_21-favor.
        APPEND it_val1.
        CLEAR : it_val1, it_t591s.
      ENDSELECT.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
        DDIC_STRUCTURE         = ' '
          retfield               = 'NAM01'
        PVALKEY                = ' '
         dynpprog               = sy-cprog
         dynpnr                 = sy-dynnr
        dynprofield            = 'P9015-NAM01'
        STEPL                  = 0
        WINDOW_TITLE           =
        VALUE                  = ' '
         value_org              = 'S'
         multiple_choice        = ' '
         display                = 'F'
        CALLBACK_PROGRAM       = ' '
        CALLBACK_FORM          = ' '
        MARK_TAB               =
      IMPORTING
        USER_RESET             =
        TABLES
          value_tab              = it_val1[]
         field_tab              = t_fields[]
         return_tab             = t_return[]
         DYNPFLD_MAPPING        = t_DYNPFLD_MAPPING
      EXCEPTIONS
        PARAMETER_ERROR        = 1
        NO_VALUES_FOUND        = 2
        OTHERS                 = 3
    In the same way i am calling for P9015-NAM02. & P9015-NAM03.
    Is there any wrong in calling this FM...kindly help.....

    Write the FM inside,
    at selection-screen on value-request for <nam1>.
    It seems that you are calling the funtion module for only first field. Repeat it for other two fields also-
    at selection-screen on value-request for <nam2>
    call FM.
    at selection-screen on value-request for <nam3>
    call FM.
    Sumit

  • Delta problem for enhanced field in master datasource

    Dear Experts,
    I have a master datasource 0customer_attr. I have enhanced it with field sales group. Daily delta comes for this datasource.
    But when user changed sales group for a customer from s1 to s2 then it is not coming in delta.
    Still there is old sales group exist in BI for particular customer. In short , delta is not coming for enhanced field.
    Please advise what should i do ?
    Regards
    Shweta

    The problem is that no delta is posted to the message type for KNA1 in the bdpcv/s tables because the orignatting field is a KNVV field
    So if KNVV was changed ie sales group it will not post a ale change pointer for KNA1 therefore the delta for KNA1 will not pick up any change
    However if there was a change to KNA1 on the same day as the KNVV changwe then the delta will pick up the change
    The way to get around this is to either use a KNVV delta datasource into BW and then enhance 0Customer that way via transformations into the customer infoobject  in BW only
    Or to put a user exit into the KNVV change on R3 to generate an ale change pointer for KNA1(ie every change in KNVV will generate a change in the KNA1 extractor)

  • Give authority for displaying fields of alv

    Dear Gurus
    i have an object name m_best_bsa which is given by my Basis collegue.
    I have one report in which i need to use this object for showing some field to perticular user.
    suppose i don't need to show price to stores so i can use this object.
    But how can i use it tht's i don't know .
    please guide me to use this object.

    First take a look at [m_best_bsa|https://www.sdn.sap.com/irj/scn/advancedsearch?query=m_best_bsa&cat=sdn_all], go to SU21, group MM_E Materials Management: Purchasing, object m_best_bsa Document Type in Purchase Order, double-click, there are two fields associated
    - BSART Purchasing document type
    - ACTVT Activity (click on "Permitted activities" to get a list of values, let say "9" for display prices)
    So the check to perform should look like
    AUTHORITY-CHECK OBJECT 'M_BEST_BSA' ID 'ACTVT' FIELD '09'  
                                        ID 'BSART' FIELD EKKO-BSART
    If sy-subrc NE 0, the check has failed and user is not allowed to display price for this type of purchase order.
    Hint : To find an existing object code you may rely on SU20, call this transaction and look for a data element matching your request, e.g. LGORT, double-click on LGORT and you find 2 authorization objects M_MSEG_LGO in MM_B and C_BACKFL in PP.
    Regards

  • Mapping problem for date field

    Hi XI Friends..
    In my file to idoc scenario..
    i have field date value :2006-10-10T14:10:10
    i have convert the above field into two fields idate :20061010
    itime:141010
    i used substring datetransfer functions..
    but in static test of message mapping ..i am getting value for itime as 021010
    if we give before 12:00:00 its converting properly..after 12.:00:00 its taking 12hr format only..
    please guide me..
    regards
    ram

    Hi Ram,
    Is this still a problem?
    I think the hint will also work in this case:
    sourcefield --> replaceString(sourceField/constant[T]/constant[]) --> TransformDate(yyyy-mm-ddHH:MM:SS --> HH:MM:SS) --> targetFieldTime
    sourcefield --> replaceString(sourceField/constant[T]/constant[]) --> TransformDate(yyyy-mm-ddHH:MM:SS --> YYYYMMDD) --> targetFieldDATE
    Daniel

  • MIGO Problem for an Stock Transport Order SD Methodology

    Hi All,
    I had a problem with GR for when i'm configuring STO with delivery.
    I'm getting an error when i try to post the GR with T.Code:MIGO.  I'm STO from Manufacturing Plant to Depot. I had created.
    a)Purchase Order
    b)Delivery through Purchase Order Fast Delivery
    c)Billing Document with Billing Type: Excise Invoice India
    Error at the time of saving: "Assign a true account assignment with revenues"
    d)Excise Invoice
    e)MIGO
    Error at the time of posting the document " Please check the excise base for the item is zero"
    Excise item base value is coming with zero.
    I just want to know where do we maintain this base value. I tried to maint in P101 condition type which was showing with an error as "no access sequence". Do i need to maintain the access sequence".
    Please give your expertise on this.
    Regards
    Sashikanth

    You wil not be able to do MIGO unless u have excise base amount.
    Cycle goes like this,
    1) Purchase order
    2) Replenishment deliver ( vl10b)
    3) Invoice ( Billing)
    4) Excise Invoice.
    5) MIGO by capturing excise invoice.
    When excise invoice is created from billing document excise base amount is updated in table J_1IEXCDTL from the basic price in your pricing procedure.
    For this to update in table your condition type for Basic price  in pricing procedure should have condition category as H - Basic price.
    just change the condition category in v/06, you will notice while doing MIGO exice base amount will be shown and you can do MIGO
    Reward If useful
    Reagrds

  • Problems for display SAP Library on SAP Menu.

    Hi SAP Gurus, I have I problem with SAP Library:
    I take the following evaluation path:
    Menu SAP - Help - SAP Library
    and when a click on this option it appears the following msg:
    Error in SAP HTML-Help (SHH.EXE)
    Please install /update Microsoft HTML-Help. Using unsopported versions may cause problems in help display. For details please check the entries in the file SAPDOCCD.LOG in hw windows directory.
    Can Anybody help me with this issue?
    Best Regards to All.

    Hi,
    Same problem here since we upgraded to Sapgui 7.10.
    Any solution?
    Thanks,
    Jon

  • Problem for displaying oracle timestamp(6) or timestamp(9) on editor

    I am trying to display table contents on Data -> Edit. but the data on columns with timestamp(6) or timestamp(9) data type is not showing up correctly. It is showing up as '<error>'.
    Does anybody know any workaround or solution to this issue?
    Thanks.

    I created a simple test using following schema:
    CREATE TABLE ts_test (
    ts TIMESTAMP(9));
    INSERT INTO ts_test
    (ts)
    VALUES
    (timestamp'2009-08-08 09:00:00.123456789');
    The value DOES show up in editor. Did you format the value using timestamp function before inserting?
    Can you post your SQL statement for inserting values?
    BTW, even SELECT was OK for me, the updating seems broken - the SQL statement generated was wrong.
    I will log an internal bug and have this fixed in next release.
    For now, you may workaround by creating a SQL file and update using SQL statement.

  • Problems for display services in the subarea personnel information

    Good Afternoon.
    I am configuring ESS for ECC 604.
    But the portal not is display the services of :
    Address, Bank, Family, Personal Data.
    Define Area Group Pages====>SAPDEFAULTESS_ERP2005
    Areas=================== >EMPLOYEE_PERSINFO_ERP2005
    Subareas================>EMPLOYEE_PERSINFO_SUBPERSINFO_2005
    Services=================>EMPLOYEE_PERSINFO_ADDRESS05
    And in the SM30==>(V_T7XSSSERSRVCGC)
    Ag.     Service                                                =   Resource
    PA      EMPLOYEE_PERSINFO_ADDRESS05 = Z_EMPLOYEE_ADDRESS_CO_SERVICE05.
    What is the reason for that the system not display this service in this Subaereas?
    Kind Regards

    Hi Diana. I not have created a service Z. I have created a resource Z. We are implementing ESS for Colombia. For this reason  i have created a resource that link the PCD for this new service.
    And i have link the resource wth the service and the service with the subarea and the subarea with the area.
    Kind Regards

  • Problem for displaying image in jsp

    I like to retrieve and display image from database in jsp file. Now, image has been retrieved and store in session. But it cannot be displayed in jsp. Who can help me? Thanks a lot!
    Codes like below:
    <%
    byte[] b = (byte[])session.getAttribute("sessionName");
    System.out.println(b.length); //the length can be printed at console successfully
    if(b != null) {
    response.setContentType("image/*");
    OutputStream toClient=response.getOutputStream();
    toClient.write(b);
    toClient.flush();
    toClient.close();
    %>

    JSP is designed to return text/html documents.
    As such it automatically calls getWriter() to return a character stream. (places it in the implicit variable "out"
    Seeing as you want to return bytes, instead of character data, the JSP technology is not applicable
    Calling getOutputStream after getWriter has been called results in an IllegalStateException
    So calling getOutputStream in a JSP will ALWAYS throw an exception.
    Cheers,
    evnafets

  • ALV Report displays space instead of '0.00' for qty field. why?

    Hello friends,
    I am facing a problem to display 0 value for the field
    field - ZZQTY (Predefined Type at Domain level)
         QUAN 21,2
    In the program I am clearing the field and I can see its value as 0.00 while debugging.
    As soon as field ZZQTY is displayed on ALV, it becomes blank (Space).
    My requirement is to display '0.00' on ALV report.
    What should I do?
    Regards,
    Ronny Hanks

    Hello
    Search for
    LS_FIELDCAT-NO_ZERO = 'X'.
    for this field in programm and comment this.

  • Problem In Displaying Smartform Text Field In Qual & Prd Server

    Hi All,
    I am working on a smartform in which i am checking the field which is displaying fine in quality server but when it is transported to PRD server it is displaying text field  in the smartform having ms word document which is giving me problem in displaying in the PRD Server.
    Please provide me guideline for it..

    Hi Sarvan,
    Post the code in code format.Check on the right side for example.
    Sy-subrc  = 0
    Regards,
    Madhu.

  • Problem in displaying a field in webdynpro using Adaptive RFC model

    HI,
    I created a webdynpro application using adaptive RFC model and i have a problem in displaying one of the output fields.
    When i execute the function module it is giving the exact value for my output field in this case telephone number (of type STEXT which is char with length 40).But when i am trying to display that telephone number in webdynpro application it is taking only first 4 digits.
    i deleted the model and recreated it still it doesnot work.
    please let me know how to resolve it.
    points will be awarded for sure
    Bala

    Hi Bala,
    Whenever you reimport the model server restart is necessary otherwise the changes will not get reflected. You will get an error when you deploy the application.There is no go around except restarting the server as the meta data gets cached in the server as long as the server is runnig.So, Once you restart the server the cache will be cleared.
    Check once again whether you are fetching data from correct BAPI field. Still problem persist try debugging.
    Regards, Suresh KB

Maybe you are looking for

  • Can you transfer your star ratings from an iPod classic back to itunes?

    Hi Is it possible to get your star rating from your ipod and use the data to recreated your top rated in iTunes? Any help would be much appreciated.

  • Saving as jpeg in batch processing

    Hello: A "newbie" here.  I have recorded an action to put a watermark on photos.  When I run the batch, instead of it saving the image and going on to the next, it opens the image at the save prompt as a pdf, and i would have to choose jpeg in the dr

  • Printing n Keynote slides per page.

    Hey all, We regularly have to print out presentations but have previously exported the images to photoshop and printed six on a sheet using Contact Sheet. I've just found out we can do something similar in Keynote '08 but it only prints down one side

  • Error message when try to get help...

    I upgraded from LR5 to LR6 and when I press F1 to obtain Help I obtain an error informing that the server is not found. I had no problems with previous versions of LR. Can you please help me with this?

  • NokiaE72 Problem

    Im very dissapointed with my Nokia E72 series (I only buy this June 17, 2010 at Gift Village, Sharjah UAE), especially when I check the store that I buy the same problem exist, so the store did not replace my nokia phone.  U know this keypad particul