Grid value description in AFS module.

Hello Experts,
I am using AFS module.
In my Z report, I am having Purchase order no. from that I want to display Grid value description.
How should I find Grid Value description.
Please help.

Hi
I don't believe there's a description for the grid value
The grid available for a material are in J_3APGEN (see trx J3AB)
Max

Similar Messages

  • AFS grid value/valuation type not picked in sales order cost estimate

    Hi Experts,
    We have different valuation types in the material master. This is part of the AFS, where each grid value is a valuation type. While making a sales order cost estimate and in one sales order item, we have 3 grid values (valuation types), system is costing only for one grid value and that too for the entire quantity. This way the costing is wrong as different grid values have different BOMs and routings.
    Is there any specific setting to have the grid value to be picked up in the sales order cost estimate? Or am i missing some setting? in general product costing settings or AFS product costing settings?
    Best Regards
    Vimal

    Hi,
    Do you mean "sales order costing", please  if so then please ref. the link:
    http://help.sap.com/saphelp_46c/helpdata/en/90/ba6da4446711d189420000e829fbbd/content.htm
    Regards
    DSR
    Edited by: D.Srinivasa Rao on Nov 25, 2011 8:19 AM

  • Module Pool for displaying the Grid values in Matrix format

    Hi Experts,
    I have one requirement which as follows,
    In Module pool program i need to display the Grid Values in Matrix format i.e,
    Row = Color
    Column = Size
    Like what we can see in Sales order or Purchase Order if you click Grid Entries Button.
    Can you Please Help me out.
    Thanks n Advance.
    Logu

    Hi
    the sources ate the function groups WMMB and WMMA.
    In a new release you should find the function module MGW_UTILITIES_MATRIX_SHELL_RA
    the report RWRFMATCHARVAL is a good example
    Regards
    Björn

  • AFS Grid value problem

    Hello,
            After i create a sales order in va01, and want to change the quantity in va02 tcode. I select AFS ITEM and edit the quanity, after i save it and again enter using va02, in the grid value i.e., matrix entry all the items i entered is missing. And most of the times the quanitiy is doubling. i.e., if 500 units of shirts were entered in va01, here automatically it doubles. My client is facing this problem. Is there a SAP PATCH error??
      Thanks in Advance.

    Hello,
    What's your AFS release ?
    That's pretty strange, I know almost all AFS releases and never faced such an issue. I would recommend first to check whether a malicious user exit could be the cause of the error. If that's not the case, note that there is no available AFS features that deletes entered schedule line/grid value. Only reason for rejection can be automatically populated in sales order due to wrong grid value, ATP check...etc...
    The last option will be to raise a customer note.
    Best regards,
    Mehdi

  • Grid value( Field J_3ASIZE ) in the report MB5T in SAP-AFS

    Hi
    How can i bring the Grid value ( Field J_3ASIZE ) in the report MB5T for particular STO in SAP-AFS industry solution.
    I tried in the layout but there are no such fields to bring in !!
    Help me out swiftly.
    cheers
    Maruthi
    Edited by: MARUTHI RAM on Apr 15, 2009 1:53 AM

    Dear Maruthi,
    MB5T will not give grid details but ME2W will give grid details. Please enable AFS details for the scope of list in customizing  for ME2W scope of lost
    MM --> ME2W
    You can create consolidated report using the 2 reports MB5T and Me2W. MB5T give PO with in transit stock and ME2W will give PO with grid details.
    I hope this clarifies.
    Regards,
    Rakesh

  • Checks on CT04 in AFS Module

    Hi All
    I m  wrking on AFS Module , i m using CT04 for creating character for clr or size of style . When v create ther is a tab of VALUES . In this tab there is option for char .value n desc . The requirement is to stop special char entry in char. value column .
    How v cn handle .
    Thx in advance .
    Regards,
    Ravi

    Hi,
    characteritic description is stored in ATWRT_SAVE.
    In include LCTMVF6I , it is passed as below.
    WERTEBEREICH-ATWRT = ATWRT_SAVE.
    and in include LCTMVF7D, it is passed as ATWRT_SAVE = WERTEBEREICH-ATWRT.
    Now put the breakpoint in these 2 includes and see which one is triggered 1st etc and then you may have to write the code of checking special charaterrs in variable ATWRT_SAVE in IMPLICIT ENHANCEMENT.
    Thanks,
    Chandra

  • Grid Values

    Materials are currently counted in our warehouse using SKU numbers and Grid Values (colors) within SAP (non-warehouse managed). 
    If we were to implement the warehouse management module of SAP, how would I organize a material (with one material number) with several grid values in one storage bin?  So let's say I have a Bin with 10 of the same material but they're all different colors (grid values).  How would I go about storing and managing these within Warehouse Management?
    I'm not looking for a very in-depth answer, but just a basic idea to know if it's possible and how it would work in general.
    Edited by: Cameron on Aug 5, 2009 4:15 PM

    We run the AFS (apparel and footware solution) version of SAP.  Say for example we sell 10 different types of hats.  Each hat counts as a material number in SAP.  For each different type of hat we sell, we carry them in 50 different colors.  Each color is a "grid value".
    Material Number = XXXXXXX
    Grid Value = XXX
    So lets say I have a storage bin carrying 20 hats.  Each of the 20 hats is the same type of hat (one material number) but each of the 20 hats is a different color (20 grid values).  So I have 1 Bin filled with 20 SKUs, 1 material number and 20 grid values. Generally speaking, how would one go about organizing this within WM?

  • Table Name of Purchase Requisition Grid Line Item (SAP-AFS)

    Dear All,
    As im in the midst of preparing a report on the purchase requisitions with grid value and its respective quantity for those which are not converted as POs.
    im not able to find the table which holds the AFS grid details related to the PR. im using EBAN to fetch the PR header and line item details and i tried joining with the EKET table, but resulting with the list of PR details those which are converted as POs, since EKET holds the PO sheduled line item details.
    Reference Transaction - me53n - Item details table control.
    Kindly help me to find the table which hold the above said data.
    thanks in advance.Rating assured.
    Message was edited by: Raja K.P

    Hi Raja
       The tables you have mentioned are enough for extracting the details you need. Hope the below code helps you.
    tables: eban, eket.
    parameters: p_werks like eban-werks.
    select-options: s_bsart for eban-bsart,
                    s_erdat for eban-erdat obligatory,
                    s_matnr for eban-matnr.
    data: begin of itab occurs 0,
             banfn like eban-banfn,
             bnfpo like eban-bnfpo,
             bsart like eban-bsart,
             matnr like eban-matnr,
             menge like eban-menge,
             ebeln like eban-ebeln,
             ebelp like eban-ebelp,
             menge1 like eket-menge1,
           end of itab.
    start-of-selection.
      select a~banfn a~bnfpo a~bsart a~matnr
             a~menge a~ebeln a~ebelp b~menge
             into table itab
             from eban as a
             inner join eket as b
             on b~ebeln = a~ebeln
             and b~ebelp = a~ebelp
             where a~werks = p_werks
             and   a~bsart in s_bsart
             and   a~erdat in s_erdat
             and   a~matnr in s_matnr
             and   ( a~ebeln eq space  or
                     a~menge ne b~menge ).
    Now internal table itab will have all the open PR Numbers, for partially open PR's you will have itab-ebeln populated. For these entries subtract itab-menge1 from itab-menge to get the open qty.
    Kind Regards
    Eswar

  • COOIS- Report  Grid Value not displaying

    Hi Experts,
                   In COOIS report Prd Order item details , the grid values and stock category are not displaying values. we created the production order with AFS grid but while seeing report of item details the grid values and stock category are showing null values.
    initial screen,
    Report
    but production order contains grid values.
    any one guide me to resolve it.
    Regards,
      Thangam.P
    Message was edited by: Thangam Perumal

    Hi ,
         my requirement is need to show the grid value and stock category of AFS production order based on item details. i think that alv reports is working based on view. it is possible to add  custom view for that report? . if possible mean to any one guide me to fix the problem.
    Regards,
      Thangam.P

  • Grid Value in Delivery Schedule isn't populating with BAPI_PO_CREATE1

    Hi Gurus, hope you are doing well.
    I have a problem on my end.
    I am trying to create a Purchase Order using BAPI_PO_CREATE1. The special thing here is that I am using AFS Data.
    Everything is working fine, but the problem is that in Delivery Schedule tab in ME23N, there is a field called Grid Value. This field is not populating with the value that I specified into the ABAP code.
    Does any of you guys had this problem before?, Could you help me to solve it?
    Hope you gays can help me.
    Regards
    Jesus Martinez
    Mexico

    This is the ABAP Code that I am using for testing:
    REPORT  zme51n.
    DATA : t_return LIKE bapiret2 OCCURS 0 WITH HEADER LINE .
    DATA: it_po_header LIKE bapimepoheader OCCURS 0 WITH HEADER LINE,
          it_po_headerx LIKE bapimepoheaderx OCCURS 0 WITH HEADER LINE,
          it_po_items LIKE bapimepoitem OCCURS 0 WITH HEADER LINE,
          it_po_itemsx LIKE bapimepoitemx OCCURS 0 WITH HEADER LINE,
          it_po_item_schedules LIKE bapimeposchedule OCCURS 0 WITH HEADER LINE,
          it_po_item_schedulesx LIKE bapimeposchedulx OCCURS 0 WITH HEADER LINE,
          it_afs_po_items LIKE /afs/bapimepoitem OCCURS 0 WITH HEADER LINE,
          it_afs_po_itemsx LIKE /afs/bapimepoitemx OCCURS 0 WITH HEADER LINE,
          it_afs_po_item_schedules LIKE /afs/bapimeposchedule OCCURS 0 WITH HEADER LINE,
          it_afs_po_item_schedulesx LIKE /afs/bapimeposchedulx OCCURS 0 WITH HEADER LINE.
    CLEAR it_po_header.
    it_po_header-doc_type = 'ZNB'.
    it_po_header-vendor = '0000001093'.
    it_po_header-doc_date = '20110221'.
    it_po_header-purch_org = '0201'.
    it_po_header-pur_group = '010'.
    it_po_header-comp_code = '0020'.
    it_po_header-suppl_plnt = ''.
    APPEND it_po_header.
    CLEAR it_po_headerx.
    it_po_headerx-doc_type = 'X'.
    it_po_headerx-vendor = 'X'.
    it_po_headerx-doc_date = 'X'.
    it_po_headerx-purch_org = 'X'.
    it_po_headerx-pur_group = 'X'.
    it_po_headerx-comp_code = 'X'.
    it_po_headerx-suppl_plnt = 'X'.
    APPEND it_po_headerx.
    CLEAR it_po_items.
    it_po_items-po_item = 10.
    it_po_items-material = '000000109206000052'.
    it_po_items-net_price = '212'.
    it_po_items-plant = '0220'.
    it_po_items-stge_loc = '0201'.
    it_po_items-trackingno = ''.
    it_po_items-item_cat = ''.
    it_po_items-preq_name =  'JMARTINEZ'.
    APPEND it_po_items.
    CLEAR it_po_itemsx.
    it_po_itemsx-po_item = 10.
    it_po_itemsx-material = 'X'.
    it_po_itemsx-net_price = 'X'.
    it_po_itemsx-plant = 'X'.
    it_po_itemsx-stge_loc = 'X'.
    it_po_itemsx-trackingno = 'X'.
    it_po_itemsx-item_cat = 'X'.
    it_po_itemsx-preq_name =  'X'.
    APPEND it_po_itemsx.
    CLEAR it_po_item_schedules.
    it_po_item_schedules-po_item = 10.
    it_po_item_schedules-sched_line = 1.
    it_po_item_schedules-del_datcat_ext = '1'.
    it_po_item_schedules-delivery_date = '20110221'.
    it_po_item_schedules-quantity = '636'.
    APPEND it_po_item_schedules.
    CLEAR it_po_item_schedulesx.
    it_po_item_schedulesx-po_item = 10.
    it_po_item_schedulesx-sched_line = 1.
    it_po_item_schedulesx-del_datcat_ext = 'X'.
    it_po_item_schedulesx-delivery_date = 'X'.
    it_po_item_schedulesx-quantity = 'X'.
    APPEND it_po_item_schedulesx.
    CLEAR it_afs_po_items.
    it_afs_po_items-po_item = 10.
    it_afs_po_items-afs_flag = 'X'.
    APPEND it_afs_po_items.
    CLEAR it_afs_po_itemsx.
    it_afs_po_itemsx-po_item = 10.
    it_afs_po_itemsx-po_itemx = 'X'.
    APPEND it_afs_po_itemsx.
    CLEAR it_afs_po_item_schedules.
    it_afs_po_item_schedules-po_item = 10.
    it_afs_po_item_schedules-sched_line = 1.
    it_afs_po_item_schedules-sch_size = '00W9'.
    it_afs_po_item_schedules-ordered_qty = '636'.
    it_afs_po_item_schedules-quantity_s = '636'.
    APPEND it_afs_po_item_schedules.
    CLEAR it_afs_po_item_schedulesx.
    it_afs_po_item_schedulesx-po_item = 10.
    it_afs_po_item_schedulesx-sched_line = 1.
    it_afs_po_item_schedulesx-sch_size = 'X'.
    it_afs_po_item_schedulesx-po_itemx = 'X'.
    it_afs_po_item_schedulesx-sched_linex = 'X'.
    it_afs_po_item_schedulesx-quantity_s = 'X'.
    APPEND it_afs_po_item_schedulesx.
    CALL FUNCTION 'BAPI_PO_CREATE1'
      EXPORTING
        poheader                     = it_po_header
        poheaderx                    = it_po_headerx
    TABLES
       return                       = t_return
       poitem                       = it_po_items
       poitemx                      = it_po_itemsx
       poschedule                   = it_po_item_schedules
       poschedulex                  = it_po_item_schedulesx
      POCONDHEADER                 =
      POCONDHEADERX                =
      POCOND                       =
      POCONDX                      =
       afs_poitem                   = it_afs_po_items
       afs_poitemx                  = it_afs_po_itemsx
       afs_poschedule               = it_afs_po_item_schedules
       afs_poschedulex              = it_afs_po_item_schedulesx
      AFS_POCOND                   =
      AFS_POCONDX                  =
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        wait = 'X'.
    LOOP AT t_return.
      WRITE t_return-message.
    ENDLOOP.

  • Grid value probelm in PR or PO

    Dear All my Guru,
    I am using AFS MM
    I have 2 userid:
    ACTMM01
    ACTMM03
    Terms:
    Purchase requisition /  Purchase order
    Item details: Delivery Schedule>Grid Value
    In this above I am creating one PR by userId "ACTMM03" .
    In delivery schedule > Grid value - I can not see any grid value there.
    It is showing "No values found" Message no. DH801
    But other hand by "ACTMM01" it is fine. I can see the all grid value there.
    I believe this is the user id problem. But I did not found any authorization problem in SU53 for the user ACTMM03.
    Can any body advice me is there any other problem in userid?
    Thanks and B/R
    Bishnu
    04/12/2010

    HI ,
    Thanks for the Elaborated answer.
    What  i did  is
    PR number range in the backend as external and same i created in SRM as Internal.
    PO number range in ECC i maintain as internal and in SRM as external because of classic scenario.
    Apart from number ranges i went to
    Define backend system for Product category in Technical settings.
        source and target system as BAckend logical system name
    In Cross Application basic setting-- >Define object in backend system
    Pgrp as * and Cat. ID as * Source sys "BAckend System"  ....Always external procurement and PO if item data is complete otherwise PR.
    Now my question is with these settings am i able to create a PR when my Shopping cart is approved and other thing is Do i need to implement any Badi for this ? i mean to create aPR do i need to implement any BAdi , SAme for PO. ?
    Appricate your help in advacne.
    Smriti
    Edited by: Smriti arora on Apr 27, 2010 3:12 PM

  • No grid values for PO 4500000002 00010; goods receipt not possible

    Dear Experts
    I have been configuring AFS, 1st I create Charactreristic for Size and Colour, 2nd assigned it in MM01. And create PR and PO. When I Goods receipt the following error occured.
    "" No grid values for PO 4500000002 00010; goods receipt not possible
    Message no. 8J658 ""
    But I can see the grid like the below mentioned in MIGO screen "Grid Value " field
    I have mentioned One size and three colours
    Grids like
             Size
    Grn       S
    Blu       S
    Yell      S
    Pls help me.
    Thanks
    Rajakumar.K

    In PO item level go to Delivery shcdule tab and over there you have to select the grid value
    Hope u clear

  • How to load grid values in to bi

    Hi Guru's,
    I am new to IS-AFS.now i am implimenting the IS-AFS.i am having some doughts those are how to maintain grid values in AFS and how to load these values in to SAP BI...

    Hi
    Normally we used AFS Grid value filed J_3apgnr-->Mat.grid no , we will assign this object to 0af_grid in BI side .
    Check Afs sales order cube and 2lis_11_vascl datasource .
    Hope it helps
    Praveen Yagnamurthy

  • How to define null or empty value in BAPI function modules?

    Hi,
    I have problem with BAPI functions, where some parameters are mandatory.
    For example: when I try to use HR BAPI's(BAPI_PERSDATA_CHANGE, etc.) I have to insert parameters like SUBTYPE,OBJECTID,LOCKINDICATOR. The PA0002 table that is used from this BAPI doesn't have SUBTYPE, OBJECTID, LOCKINDICATOR, for any of the records that I would like to select.
    So what I tried, was to put a ' ', to indicate that is empty. It returned an error message saying "Make an entry in all required fields". Next tried to put in some values for these fields -- and it returned an error message saying "No data selected from 0002 for this period".
    I also tried to run BAPI_FAMILY_CHANGE that uses data from table PA0021. Here I found some records with  SUBTYPE, OBJECTID fields that were not empty, but LOCKINDICATOR was still missing. So I tried to put LOCINDICATOR value directly in to database (with MS SQL Enterprise Manager).  After that I was able to use BAPI_FAMILY_CHANGE.
    I think that manually inserting data in database is not normal procedure.
    Is there something that I have missed out?
    I mean -- how can I get this to work without inserting data directly in database?
    How can I define null or empty value in BAPI function modules?
    Thank you in advance.
    Best regards,
    Mihail

    Defining an empty value for a parm in a table is easy.
    First get the function's definition from the SAP system
    Second only populate the fields for which you have a value to set
    Third execute the function.
    The JCO takes care of the rest.
    Enjoy

  • Getting values from a function module called in a WDA method

    Friends,
    I am trying to execute a function module from WDA.
    I have created a service call for the function module. The function module takes values from the user, looks up the corresponding values of another field and returns the values in an internal table.
    I am using the "Method Call in Used Controller" of WD Code wizard to call the function module.
    When the event handler method containing the call to the function module is executed, nothing happens.
    I am not sure how to pass values to the function module and to get the return values from the function module.
    I am new to using function modules from WDA. Please help me out.
    Thanks and Regards.

    Rashmi,
    Is the function module intended to collect input data from the UI and process it? - Yes
    If yes, then the input (importing parameter) to the Function Module is a table of values (which should be ideally from the context mapped to the Table UI Element). - The importing parameter is a single value NOT a table and is mapped to the view context.
    Now this table UI Element is bound to the view controller context , which in turn is mapped to the component controller context. And you are indeed being able to read the value of this internal table in the component controller method where the function module is being called by means of get_static_attributes_table (Is this right? - Yes, I am able to read the table of values that is passed from the component controller view to form view context by using get_static_attributes_table.
    Or are you being able to read it in the event handler method of the view controller and not being able to read it in the component controller method) -
    The function module takes a single value as import parameter and returns a table of values as return value.
    It works fine when no importing parameter is being used and returns the table of values that is getting passed from component controller context to form view context when i am able to read it using get_static_attributes_table.
    Now the question is: how to pass the import parameter value to the function module. I assumed since the importing parameter is a context node (like the return values are), i should set the value ( captured when the user enters the value in the form) to the importing parameter context attribute using set_attribute method. Since it is mapped to the component controller context, i assumed it will get passed and the method will take it as input parameter.
    Let me know if my assumptions are correct regarding passing the import parameters and what is missing here.
    Thanks and Regards.

Maybe you are looking for

  • To find the date type fields in the row and validate those date fields

    TYPES : BEGIN OF TY_MARA,           MATNR TYPE MARA-MATNR,           ERSDA TYPE MARA-ERSDA,           ERNAM TYPE MARA-ERNAM,           LAEDA TYPE MARA-LAEDA,           MTART TYPE MARA-MTART,         END OF TY_MARA. DATA : it_mara TYPE STANDARD TABLE

  • Problem Viewing Flash Movies in Windows 8.1 Internet Explorer 11

    I am running a fully patched/updated copy of Windows 8.1 and Internet Explorer version 11 (on the desktop) If I try and run the test movie at http://helpx.adobe.com/flash-player/kb/flash-player-issues-windows-8html I get the following message: Either

  • Quick Time Internet Authentication ??

    I installed QT Pro -- and proceeded to download few items/qt movies to hard drive for future viewing. The problem begins when I open QT program & click the open file & and then click on it to play. THEN: A Box appears with the heading: QUICK TIME INT

  • Can i use Stored procedures and triggers with SDK

    hi all How to use the stored procedure and Triggers with SDK, can i get a sample code Regards Salah

  • Getting started question

    I'm sure I'll have fewer questions as times moves on, but here is another newbie question. I've gone through the initial getting started chapter on the 'Calculator' stateless session bean J2EE project. At the step: <i>Deploying and Running the Calcul