REUSE_ALV_GRID_DISPLAY --- on - APO  /SCM 4.10

Hi ,
Though my requirement is simple, but not getting the desired output from 'REUSE_ALV_GRID_DISPLAY'  Function.
I'm using this function for data display in Grid layout. but the default menu bar is get disturbed, though i have not set any PF-STATUS it is diplaying 'question marks''?' & EDIT button & then Question marks '?'.
Has anyone faced this kind of display issue ( on SCM 4.10).
Note : its working fine in R/3.
snapshot of my code below.
LS_LAYOUT-ZEBRA = 'X'.
  LS_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
   EXPORTING
    I_INTERFACE_CHECK                 = ' '
    I_BYPASSING_BUFFER                = ' '
    I_BUFFER_ACTIVE                   = 'X'
      I_CALLBACK_PROGRAM                = 'YSNP_PDS'
     I_CALLBACK_PF_STATUS_SET          = ''
    I_CALLBACK_USER_COMMAND           = ' '
    I_CALLBACK_TOP_OF_PAGE            = ' '
    I_CALLBACK_HTML_TOP_OF_PAGE       = ' '
    I_CALLBACK_HTML_END_OF_LIST       = ' '
     I_STRUCTURE_NAME                  = 'WA_PDS'
    I_BACKGROUND_ID                   = ' '
    I_GRID_TITLE                      =
    I_GRID_SETTINGS                   =
     IS_LAYOUT                         = LS_LAYOUT
      IT_FIELDCAT                       = IT_FIELDCAT
    IT_EXCLUDING                      =
    IT_SPECIAL_GROUPS                 =
    IT_SORT                           =
    IT_FILTER                         =
    IS_SEL_HIDE                       =
      I_DEFAULT                         = 'X'
      I_SAVE                            = 'X'
    IS_VARIANT                        =
    IT_EVENTS                         =
    IT_EVENT_EXIT                     =
    IS_PRINT                          =
    IS_REPREP_ID                      =
    I_SCREEN_START_COLUMN             = 0
    I_SCREEN_START_LINE               = 0
    I_SCREEN_END_COLUMN               = 0
    I_SCREEN_END_LINE                 = 0
    I_HTML_HEIGHT_TOP                 = 0
    I_HTML_HEIGHT_END                 = 0
    IT_ALV_GRAPHICS                   =
    IT_HYPERLINK                      =
    IT_ADD_FIELDCAT                   =
    IT_EXCEPT_QINFO                   =
    IR_SALV_FULLSCREEN_ADAPTER        =
  IMPORTING
    E_EXIT_CAUSED_BY_CALLER           =
    ES_EXIT_CAUSED_BY_USER            =
    TABLES
      T_OUTTAB                          = IT_PDS
  EXCEPTIONS
    PROGRAM_ERROR                     = 1
    OTHERS                            = 2

Hi kannan,
it is the General Problem with the Grid.
you need to do little manual work...
Go to SE41 and Give the Program name <b>SAPLKKBL</b>
                        Status      <b>STANDARD</b>
then click on Copy Status(CTRL+F6).
then in the popup give your Program name and status .
and copy the status and save & activate it .
then go to your Program
mention the Bold one for status
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
  EXPORTING
    I_CALLBACK_PROGRAM       = SY-REPID
    IS_LAYOUT                = L_LAYOUT
   <b> I_CALLBACK_PF_STATUS_SET = 'STATUS'</b>
    I_CALLBACK_USER_COMMAND  = 'USER_COMMAND'
    IT_FIELDCAT              = IT_FIELDCAT
    it_events                = it_events
*    I_SCREEN_START_COLUMN    = 10
*    I_SCREEN_START_LINE      = 1
*    I_SCREEN_END_COLUMN      = 50
*    I_SCREEN_END_LINE        = 20
  TABLES
    T_OUTTAB                 = ITAB
  EXCEPTIONS
    PROGRAM_ERROR            = 1
    OTHERS                   = 2.
IF SY-SUBRC <> 0.
  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
          WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
then
FORM STATUS USING P_EXTAB TYPE SLIS_T_EXTAB.
*- Pf status which i copied from Standard Program
  SET PF-STATUS <b>'STATUS'</b> EXCLUDING P_EXTAB.
ENDFORM.                 " STATUS
then check your Program .....
now they will come.../
Regards
vijay

Similar Messages

  • Need Refresh Document for APO( SCM 7.0)

    Hi All,
    Need Refresh Document for APO( SCM 7.0) asap,
    we are planning to do refresh of quality system with Production system
    Environemnt is Unix
    Database is Oracle
    Live Cache Max DB

    Hi,
    Please check the upgrade guide in SAP service market place.
    BR

  • Crystal Reports transport files for SAP APO / SCM

    Hi there,
    Problem: we want to use Crystal Reports on top of SAP APO / SCM and have some difficulties getting the definitions of BW / OLAP servers right and don't know which transports to import on the SAP to report with Crystal.
    System is a SAP SCM system with APO module. There is a cube in this module (because there is some internal BW system) and I can see the cube in Crystal Reports. When I want to report from this cube I get an error:
    "/CRYSTAL/MDX_GET_STREAM_INFO" not found.
    This means some transport files were not imported and some functions are missing.
    The following transports are missing:
    ====quote from transports_EN.txt included in transports for Crystal Reports=====
    The following files must be used on an SAP BW system:
    (These files are Unicode enabled.)
    Content Administration transport (K900579.r21 and R900579.r21)
    Personalization transport (K900580.r21 and R900580.r21)
    MDX Query Connectivity transport (K900581.r21 and R900581.r21)
    ODS Connectivity transport (K900582.r21 and R900582.r21)
    ===========================================================
    My SAP BASIS expert refuses to import these transports in SAP SCM, because he thinks it is not an SAP BW system as listed in the above transports_EN.txt file. Just trying is not an option because transports cannot be removed once imported...
    In my opinion these transports have to be imported to clearly access the cube and will work on SAP SCM even if it's not a 'dedicated' SAP BW environment. In other words, these transports should be imported and will work on SAP OLAP servers like SAP BW, SAP SCM, SAP SRM (APO) or SAP SEM.
    Does anyone of you have some more experience on reporting from SAP SCM / APO cubes and if I can import these transports without getting some nasty errors, because its not an SAP BW system?
    Kind regards!
    Edited by: J. van de Mheen on Mar 3, 2009 4:21 PM

    Thanks for your reply, but this is not helping me much.
    Let me explain more.
    In the transport_EN.txt file we see this:
    If your SAP system is running on a 6.20 *BASIS system* or later, you must use the files listed below:
    (These files are Unicode enabled.)
    * Open SQL Connectivity transport (K900574.r21 and R900574.r21)
    * Info Set Connectivity transport (K900575.r21 and R900575.r21)
    * Row-level Security Definition transport (K900576.r21 and R900576.r21)
    * Cluster Definition transport (K900585.r21 and R900585.r21)
    * Authentication Helpers transport (K900578.r21 and R900578.r21)
    The following files must be used on an *SAP BW system*:
    (These files are Unicode enabled.)
    * Content Administration transport (K900579.r21 and R900579.r21)
    * Personalization transport (K900580.r21 and R900580.r21)
    * MDX Query Connectivity transport (K900581.r21 and R900581.r21)
    * ODS Connectivity transport (K900582.r21 and R900582.r21)
    So I have to import 5 transports in SAP BASIS system and 4 transports in SAP BW system to make full use of the integration kit.
    SAP SCM / APO is basically a BASIS system, so the BASIS expert says only those 5 transport have to be installed.
    But SAP SCM / APO is also having some reporting capabilities and stores data in OLAP cubes (Infocubes).
    In Crystal I can see these cubes when using SAP BW MDX connection.
    To make the error go away, I must have some function modules used in transport 'MDX Query Connectivity transport. But the BASIS expert doesn't want to import this transport, because it is listed as a transport for a SAP BW system and he says SAP SCM / APO is NOT a SAP BW system (it's a BASIS system).
    And now I have to get some proof that this transport has to be imported in the SAP SCM / APO BASIS system before he installs it...

  • How to access the pre-delivered XI Integration Content for APO ,SCM or CRM

    Guys,
    Do anyone know how to access the pre-delivered XI Integration Content for APO ,SCM or CRM and load onto the XI server.
    Any inputs in this direction is appreciated.
    Thanks, -Vara.

    Hi VaraPrasad,
    you can try:
    1. https://websmp204.sap-ag.de/swdc
    2. Search for all Categories
    3. type: XI content
    then unpack and the easiest way is to import with the file system:
    http://help.sap.com/saphelp_nw04/helpdata/en/a8/5e56006c17e748a68bb3843ed5aab8/content.htm
    and you have the content on your XI
    Regards,
    michal

  • Subcontracting in APO scm 4.1

    We are trying to plan subcontracting items in APO but when the requisition is created by APO the item category "L" is not inserted automatically. Are there additional settings to be made?

    The master data in R/3 is correct. When we change the items to PD and generate the requisitions in R/3 the item category is automatically inserted. The only difference is when we change the item to X0 the requisition generated by APO does not have the item category for subcontracting. Even after the requisition is transfered to R/3 and the item category is inserted, we cannot process the goods issue of the material to the subcontractor and we cannot receipt the new item. The reservation for the item is not found. However the process works when the material is planned by MRP. We currently run a heuristic.

  • Scheduling agreement planning in APO

    Hi,
      Currently I am planning in APO (SCM 5.1) and have scheduling agreement (type - APO Sch. Agree.)
    Planning run created - Schedule lines and using transaction - /SAPAPO/PWBSCH1, create release.
    Then I went to external procurement master data and clicked on SA release and executed Schedule line.
    I could see it green.
    But if I check ECC, I don't see Schedules lines in agreement.
    Do let me know if I am missing any steps or any configuration which I might have missed.
    In the "Partner" tab within external procurement master data, I changed medium to "XML" and can see one failed IDOC.
    How scheduling lines are released from APO to ECC? is it not standard "pulbication of planning result"
    Thanks
    Sharad

    Hi,
    Thanks for all your replies, mentioned settings are already maintained and I did check all the queques for any error.
    OLTP transfer setting is also maintained as immediate..so I don't need to transfer change pointers through report, as it should immediately be transferred to ECC.
    My question is: We have report - create release (transaction - /SAPAPO/PWBSCH1) to release scheduling agreement, so I believe for scheduling agreement we need to use above transaction.
    It seems to work, as I can see IDOC but its in failed status.
    I have following question:
    - Does scheduling line release work in a different way than purchase req, in APO. I did test with purchase req and it was immediately transferred to ECC.
    Has somebody worked for schedule agreement scenario in APO?
    Any insights would be appreciated.
    Thanks
    Sharad

  • What are the prerequisites for GATP and how to check SO in APO

    Hi
    I've created a Sales order in R/3. for this the availability check is being done in APO(SCM). when I press enter it is going to APO(SCM).
    now i want to see this Sales order in APO(SCM), what is transaction for this? and do i need to maintain any CIF model to see the Sales order in APO.
    pls give me some note on this.
    thanx in advance
    Satya
    Edited by: Wilian Segatto on Jan 25, 2010 4:40 PM

    Hello,
    Please refer Building block of GATP, you will able to get systimatic way how to use GATP functionality in R/3 and APO as well as what are the settings require for it.
    http://help.sap.com/bp_scmv150/BBLibrary/documentation/ATP_BB_ConfigGuide_EN_DE.doc

  • CIF - Master/Transactional Data From ECC to APO

    Working on CIF Data From ECC6.0 to APO(SCM 5.0)..
    If i choose MRP type XO in ECC - Master Data & Transactional Data is moving properly to APO.
    As we are using MRP in ECC6.0..and the MRP Type is PD...
    I want to CIF the Master Data & Transactional Data using MRP Type PD? is it possible?How?
    Regards,
    Rajesh Patil

    Hi Rajesh,
    As visu rightly indicated, it is always safer to use XO while planning in APO.  Still, if the business requirement compels to use PD, you can cif with PD, then copy the data from active to an inactive version and then carry out the simulation planning.  Once results are copied, you can change the mrp type to xo in R/3 and re-cif it.  Then you can compare the result in APO between active and inactive versions.
    Regards
    R. Senthil Mareeswaran.

  • SAP APO and WM

    Hello All,
    Is it possible to put some warehouse related controls and limitations in SAP APO (SCM) without having EWM? For example, a certain warehouse can only process 300 orders and if anyone tries to place order beyond 300 then it automatically pushes the CGID to next day?
    Second example can be on availability of truck? If the Truck leaves Warehouse only twice a day for a certain customer, then APO (SCM) automatically place the order on those two days?
    Thanks,
    Ali

    Ali
    You might be able to get GATP to meet at least some of your requirements with some creative thinking and enhancements. Standard GATP does not consider warehouse (field is not transferred from ECC to GATP during the ATP check), so you would add that to the field catalog through an enhancement (relatively simple). You could then use Product allocation functionality to limit the warehouse to 300 orders per day. Standard product allocation functionality is based on order quantities, not number of orders, so you would need an enhancement to modify this behaviour (sounds simple, but you would have to explore).
    I don't understand what you mean by 'CGID', but you could get GATP to commit material availability dates based on warehouse limitations (push out material availability date based on next available free 'slot' in the warehouse). As long as you run the delivery due list with a short (say 1 day) window, this might work.
    Configurable Process Scheduling (CPS) functionality within GATP may also work for your requirement of 'truck leaving warehouse only twice a day to a certain customer' - using customer-specific condition tables for transportation activity calendar determination.
    One thing to remember is that GATP works only on commit dates of Orders (Sales Orders/ Stock Transport Orders), it doesnt directly influence actual pick/ pack/ ship activities in the warehouse (it does affect warehouse operations indirectly .)
    Rishi Menon

  • SCM Collaborative portal - works internally but  NOT through Internet

    I am posting this question this form as you have very good knowledge of portal and I believe  underlying technology of  SCM collaboration Portal and EP are same.
    I am working on Collaborate planning in APO (SCM) - sharing SCM planning books over internet so that collaborators (customers) can access our data.  I enabled all the required services using SICF and published services using SE80.
    Portal works correctly in Intranet (with in our network), But doesnot work in Internet, link/url doesn't not bring up log on screen and get error no page found.
    We are on SCM5.0 (Netwaver 7.0) and using integrated ITS.
    What other settings required to access through internet?
    Thanks in advance,
    Niranjan
    Edited by: Niranjan on Jan 4, 2010 5:47 PM

    Niranjan,
       follow my blog and your questions can be answered.
    http://rahulursportal.blogspot.com/2009/11/sap-web-dipatcher-and-enterprise-portal.html
    also make use of the google voice as i believe it is the only UNOFFICIAL - SAP Portal Hotline that exists.
    cheers !

  • SCM collaborative portal not working via Internet BUT wo

    I am working on Collaborate planning in APO (SCM) - sharing SCM planning books over internet so that collaborators (customers) can access our data. I enabled all the required services using SICF and published services using SE80.
    Portal works correctly in Intranet (with in our network), But doesnot work in Internet, link/url doesn't not bring up log on screen and get error no page found.
    We are on SCM5.0 (Netwaver 7.0) and using integrated ITS.
    What other settings required to access through internet?
    Thanks in advance,
    Niranjan

    Hi                                                                      
    We have traced the http request using httplook. We noticed that the Content-length is not being sent for requests which go through http proxy. All other web sites set the content length and hence the keep-alive remains true. In our case we feel that because the content-length is not been sent , the keep-alive is false and hence we get a connection close through the proxy server
    Are there any setting on IIS which we need to do ?                                                        
    HTTP/1.0 200 OK                                                         
    Server: SAP J2EE Engine/6.40                                            
    Content-Type: text/html; charset=UTF-8                                  
    Content-Language: en-US                                                 
    Content-Encoding: gzip                                                  
    Date: Mon, 25 Apr 2005 06:31:33 GMT                                     
    Set-Cookie: PortalAlias=portal; Path=/                                  
    X-Cache: MISS from ttlftp.pune.telco.co.in                              
    Proxy-Connection: close  
    Regards
    Jayesh

  • Process Chain in SCM 5.0

    I am currently working in SCM 5.0 and trying to figure out how to use the Process Chains in transaction RSPC.  I understand the logic behind a process chain and am trying to set up some simple ones but am running into problems.  Do any of you have experience using them in 5.0?  Can anyone supply me with some screen shots of simple process chains already set up on the RSPC screen? 
    Dave

    Hi David,
    I am currently working on SCM 5.0.  The process chain functionality in SCM 5.0 is based on Netweaver BI 2004s . Here is the link for the documentation on that:
    http://help.sap.com/saphelp_nw04s/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    In addition to the "standard" BW process types, you will also see process types for APO/SCM. For example, for DP you can find "Generate Char Combo", DP Background Processing, Update promotions etc.
    Please let me know what you are trying to accomplish and maybe i can "draw" the chain for you.

  • Landscape planning with BI and APO

    Hello all,
    This is more of planning question rather than issue.
    If you have upgraded your R/3 system first to Unicode before the BI and APO/SCM - how did you manage the interface testing within BI and APO, especially on how to avoid impact on existing work on BI/APO.
    - DId you have to create a separate new landscape?
    - Did you simply copy infocubes in the existing BI side?
    - Did you also apply 'freeze' development work on both BI and APO?
    Thanks,
    Terry

    Hi,
    can you look at this
    [http://help.sap.com/saphelp_crm60/helpdata/en/cc/441b6aa3e2484fadb08cc474272789/content.htm]
    Regards,
    Muralidhar

  • APO (SNP) / BW - Best Practice

    Hi experts,
    I have several reporting requirements using BW and APO - SNP.
    I´d like to know what´s the best way to acomplish this requirements. Is it best to store the data first on infocubes on APO and then extract these data to BW, or use the standard extractors, or use ABAP routines and BAPI?
    Any help is welcome.
    Thanks in advance.
    T.P.

    Hi TP,
    Check this document provided by SAP for APO (SCM Configuration Guide)
    [http://help.sap.com/bp_biv270/BBLibrary/documentation/B75_BB_ConfigGuide_EN_DE.doc]
    Regards,
    Daya Sagar

  • Availability information at CRM using ECC with APO?

    Dear Colleagues:
    We are using availability information in CRM at ECC. Now we have a requirement to start using for some plant availability at SCM-GATP (APO).
    We should do availability information at ECC and if the plant is using SCM do the availability information at SCM and if not, do it at ECC.
    Does someone no if this is possible?
    Cecilia

    HI
    Mania you can do this availability info up load from CRM to Apo SCM but you need to transport the Availability info from CRM to Apo or SCM with the help of basis ask u r basis to move availability info from crm to Apo or scm, while you can directly Delta Up load from CRM to ECC R3 Ac4 and You can make use the Availability info and you can read this at ECC.
    Reward with Points
    Venkat

Maybe you are looking for

  • N: 1 relationships in Value Mapping 3.0

    Hi, in our Value Mapping we need to process n:1 relationships between values. E.g. 2 different codes for reason-for-rejection in the sending system need to be mapped to 1 value in the receiving system. As we see now, and this is also mentioned somewh

  • IChat 5.0.1 and audio/video icons

    Interesting problem I have come across. I have 3 macs in regular use (home desktop, iMac G5 with NO camera; home laptop MacBook with integrated iSight; and work desktop MacPro with external iSight occasionally plugged in). In the 3 cases, I get diffe

  • (Photoshop CS6 Windows)UIが全体的に崩れている

    Photoshop CS6 の Windows 版を利用しています. UI が突然崩れて表示されるようになってしまいました. 直前に行った操作は Windows Update ぐらいしか思い当たることがありません. Windows 自体の再起動をしても改善されません. Photoshop の再インストールぐらいしか手がないのでしょうか?

  • Why does System Preferences keep trying to launch?

    Hi all, Every now and then System Preferences starts to bounce in the doc (even when I have done nothing to launch it). It then fails to load and stops bouncing. After this if I try to launch it myself from the doc it does nothing. If I launch it fro

  • Converting iTunes music to MP3 and/or WMA format

    Have a bunch of music (99% of which was originally loaded from my CD library) in iTunes on my Laptop.  I periodically sync that with my iPod Touch 3rd Gen.  Question:  Can a portion of this music be converted from iTunes to MP3 or WMA format?  My car