Entry Screen

Hi All
I want to design a screen to fill some fields of a customize table and
check the data is it there or not?
also i want to display the content of the table in the same screen
moreover, i need to connect this screen with a customize transaction
i want to know the procedure and if some one has an example of same scenarios  it will be good.
Thanks,,

Mr.  Valter Oliveira         
I am confusing because it is first time i am using Table Control , Can you See my code an check why the Data not going to ZTable.
REPORT  ZTESTING2.
CALL SCREEN 9003.
                             Tables                                     *
TABLES:ZTAG_ITEM_LS.
                             CONTROLS                                    *
CONTROLS : TABLE_CONTROL5 TYPE TABLEVIEW USING SCREEN 9003.
                             INT Tables and Structure                                   *
TYPES : BEGIN OF FS_TC,
  ITEM_CODE TYPE ZTAG_ITEM_LS-ITEM_CODE,
  DESCRIPTION TYPE ZTAG_ITEM_LS-DESCRIPTION,
  END OF FS_TC.
DATA: INT_TAB TYPE TABLE OF FS_TC WITH HEADER LINE.
DATA: WA TYPE ZTAG_ITEM_LS.
                             DATA                                   *
DATA: WF_FILL TYPE i,
  WF_TEMP TYPE i VALUE 0,
    WF_LINES TYPE i.
DATA:OK_CODE LIKE SY-UCOMM.
*&      Module  fill_table_control  OUTPUT
      text
module fill_table_control output.
SELECT ITEM_CODE  DESCRIPTION
FROM ZTAG_ITEM_LS
INTO TABLE INT_TAB.
READ TABLE INT_TAB INDEX TABLE_CONTROL5-current_line.
endmodule.                 " fill_table_control  OUTPUT
*&      Module  read_table_control  INPUT
      text
module read_table_control input.
DESCRIBE TABLE INT_TAB LINES WF_FILL.
WF_LINES = sy-loopc.
IF WF_FILL < TABLE_CONTROL5-CURRENT_LINE.
READ TABLE INT_TAB INDEX TABLE_CONTROL5-CURRENT_LINE.
APPEND INT_TAB.
*INSERT ZTAG_ITEM_LS FROM INT_TAB.
CLEAR INT_TAB.
ELSE.
MODIFY INT_TAB INDEX TABLE_CONTROL5-CURRENT_LINE.
ENDIF.
endmodule.                 " read_table_control  INPUT
*&      Module  USER_COMMAND_0001  INPUT
      text
module USER_COMMAND_0001 INPUT .
SET PF-STATUS '9003'.
*SET PF-STATUS 'TEST'.
CASE OK_CODE.
WHEN 'SAVE_B'.
  loop at INT_TAB INTO WA .
  UPDATE ZTAG_ITEM_LS FROM WA  .
    ENDLOOP.
WHEN 'BACK'.
  LEAVE PROGRAM.
    ENDCASE.
endmodule.                 " USER_COMMAND_0001  INPUT
THIS IS THE SCREEN LOGIC
PROCESS BEFORE OUTPUT.
*&SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'TABLE_CONTROL5'
  MODULE TABLE_CONTROL5_CHANGE_TC_ATTR.
*&SPWIZARD: MODULE TABLE_CONTROL5_CHANGE_COL_ATTR.
  LOOP AT   INT_TAB INTO WA
       WITH CONTROL TABLE_CONTROL5
       CURSOR TABLE_CONTROL5-CURRENT_LINE.
*&SPWIZARD:   MODULE TABLE_CONTROL5_CHANGE_FIELD_ATTR
  ENDLOOP.
MODULE STATUS_9003.
PROCESS AFTER INPUT.
*&SPWIZARD: PAI FLOW LOGIC FOR TABLECONTROL 'TABLE_CONTROL5'
  LOOP AT INT_TAB.
    CHAIN.
      FIELD INT_TAB-ITEM_CODE.
      FIELD INT_TAB-DESCRIPTION.
  MODULE TABLE_CONTROL5_MODIFY ON CHAIN-REQUEST.
    endchain.
  ENDLOOP.
*&SPWIZARD: MODULE TABLE_CONTROL5_CHANGE_TC_ATTR.
*&SPWIZARD: MODULE TABLE_CONTROL5_CHANGE_COL_ATTR.
MODULE USER_COMMAND_9003.
Can you check it Please and tell me also the Back Button not appear when  i run the report.

Similar Messages

  • How to add a new filed of Personnel number in FB60 data entry screen

    Hello SAP Gurus,
    We want to have a field to populate the Personnel number in all of the posting document entries via FB60. Besides the existing fields such as the "Doc.header text", "reference", "short text", "text" and "assignment" fields etc, are there any other fields that can be used to enter the Personnel number in the document entries? Maybe there're some fields are ready but the fields have been hidden on the data entry screen currently?
    Personnel number is there in the Vendor master data in CoCd data, Accounting Info.
    I checked the Field status group of the Vendor Recon A/c in OBC4 and made the personnel number as Optional from suppressed mode in FSG BS41 under Additional Account Assignment.
    After doing the above, I am still not able to see the personnel number filed in FB60.
    Am I missing anything else due to which I am not able to get the additional filed of personnel number in FB60 screen.
    Any help would be greatly appreciated.

    Hello Dear
    Look FB60 screen has two parts :
    The one in which you enter information related to vendor is Header Level, in this case you already assign Personnel No. in Vendor Master so no field is required as Personnel no. will be picked up from Vendor Master level.
    The Other is line item level is bottom half part, if you want to assign personnel no. at Expense G/L level then if you scroll right you will find a field for Personnel no. If you can't see the field check your setting at OBVV for the field status group you assign to particular Expense G/L.
    Hope you Understood
    Cheers
    IMK

  • Custom field in Basic data screen of invoice entry screen

    hello,
    I want to add custom fields in basic data screen of Invoice entry in SRM 5.0.
    As invoice Entry screen is divided into three parts:
    1. Basic data Screen
    2. Header data screen
    3. Item data screen
    Now according to OSS Note number 672960 we are able to add Custom fields in the header as well as item data screen of invoice entry without any difficulty.
    but our requirement is to add custom fields in the basic data screen.
    Is there way available to add custom fields in the basic data screen.
    Thanks
    Sarabjeet

    hi
    check this spro path
    Financial Accounting (New) --> Travel Management --> Business Add-Ins and User Exits in Travel Management --> Entry --> Screen Modifications: Adjustment of "User Data" Screen

  • Fast Entry Screen for f-54 & F-39

    hai,
    Any Fast Entry Screen is available for F-54 & F-39 for down payment clearing.
    govind.

    Hi Govind,
    No fast entry screen is available for both transactions as it is only meant for clearing invoices and not passing line items.
    The transactions screens are designed in such a way it caters only to specific transaction needs.
    Hope this helps.
    Pls award points....
    Vinay

  • Customer Tax Classification : Missing entry screen in customer master

    Hi All,
    Anyone know if any customizing is required to activate the Customer Tax Classiification entry screen in the Customer Master of Sales Area (BillingT Tab)? I could not enter the customer tax classification as the entry screen doesn't appear in the customer master.

    Hi,
    You have to maintain few settings for this
    In OVK1 Enter the TAX CATEGORY for the Country
    In the OVK3 transaaction code enter the TAX CLASSIFICATION for the Tax category defined in OVK1
    after this assignment try to create the customer master , in the Billing tab the tax classification will appear.
    regards,
    santosh

  • Handling error in data entry screen

    Dear experts,
    I developed a module pool program which is an entry screen capturing some fields such as matnr,lifnr.
    Incase there is a failure to store data on to mseg table  using BAPI for movement, i have set a
    custom message by using the command as given below :
    message id 'ZMB' type 'E' number '002' with  errmsg-message.
    But when this statement executes ,everything turns grey and user is not able to edit the wrong entry done.
    How should i resolve this in way user cannot specify wrong entry and at the same time be able to correct his mistakes.

    Hi,
    To solve this problem, you have to use the concept of:-
    CHAIN.
      FIELD : <field_name1>,
              <field_name2>,
              <field_name3>,
              <...and so on>.
        MODULE <module_name>.
    ENDCHAIN.
    Now when any error message is encountered then the group of fields between the chain-endchain block, are enabled to user (not greyed out). User can now change the enteries in the field.
    Use the module <module_name> to write the code initially written in your module.
    Revert in case of any queries.
    Hope this solves your problem.
    Thanks & Regards,
    Tarun Gambhir

  • I want a push button for line items in my sales order entry screen.

    Hi,
    I want a push button for line items in my sales order entry screen.
    How can I do so?
    Thanks.

    Hi Kumar ,
    To have a push buttons you need to first assign a pf-status .
    here a sample code for a push button and its handling :
      set pf-status 'SELECT' .
    at user-command .
      describe table t_lpr lines w_lines .
      case sy-ucomm .
        when 'SELECTALL' .
          set pf-status 'SELECT' excluding 'SELECTALL' immediately.
          do w_lines times .
            read line w_line field value w_check . " INTO W_CHECK .
            if w_check = space .
              w_check = 'X' .
              modify line w_line field value w_check.    "INTO W_CHECK .
              add 1 to w_line .
            endif .                        " IF W_CHECK = ' '
          enddo .
    Thus when you say pf-status say 'select' , Double click on that and you find a screen eher you can select icons and assign a function code to it!
    Hope it helps!
    Much Regards,
    Amuktha .

  • CRM 5.0 ISA insert new price condition from order entry screen

    In CRM 4.0 we wrote a custom field on the order entry screen that shows the list price (sub 1),  we allow the user to change this value (inserts a PB00 price condition in the item pricing) and validates the change is within a certain % of the list price.
         The jco method we used in 4.0 no longer exist in 5.0, been using the 55 page IPC VMC PDF in note 809820 but still can't figure out how to replicate.
        Any help on what class / method might help us insert a manual price condition from ISA would be appreciated.

    It could be possible to use CRM BAdI to do this function.

  • How to include Profit Centre in the entry screen of F-57

    In F-57 transaction, is there any way to include the "Profit Centre" field in the entry screen, so that we can assign a Profit centre during creation of every noted item

    Hi,
    No, for noted items profit centre is irrelevant.
    Regards,
    Eli

  • Variable entry screen for query doesnt show selection values.

    Hi,
    I've created a query with date varibale Quarter From-To. When i execute this query, the variable entry screen pops up but when i try to select values just shows ??? and not the text.
    if i run the same query in RSRT the variable entry screen pops up but here the selection values are present for me to choose from.
    can anyone tell why the values arent showing when the query is executed.
    Thanks

    yes, it seems to be a problem with NetWeaver BI BEx Java Web runtime as it works in RSRT and web analyzer. Found a note on marketplace note 125357 - No values displayed for attributes in input help but this did not resolve issue.
    A call has been raised now as it seems to be a product fault

  • Variable entry screen from BW in webdynpro

    Hi all,
        can I use the variable entry screen for a BEx query to access all the user inputted values in a webdynpro application.
        I want to launch this screen from within the webdynpro application, and once the user presses "Execute", I want all the user selections back in the application.
        Is this possible at all?
    Thanks,
    Satyajit.

    Hi Satyajit,
      Since the variable entry screen orignates from the BI system in conjunction with a web template it cannot be invoked separately. Do you plan to run the web application within a Web Dynpro application (i.e. an iFrame)? One option would be to use the BI Java SDK to populate the values in a user selection screen and then use the user's selection to execute a query or MDX statement. Of course you Web Dynpro app is responsible for rendering the result set.
    Regards,
    Oliver

  • How to control "To" Effective Date of Element Entry Screen in Assignment.

    hi,
    How do I Control the "To" Effective Date which is defaulted to 13th Apr 2007 in the Element Entry Screen of Assignment .When the screen is date tracked to
    01-APR-2007 and running payroll for the Month of April 2007.
    Navigation
    People--->Enter---->Assignment---->Element Entry
    Ram

    In addition to what Tim Mentioned it can also be depends on what date you attached this element to the employee
    you might have attached this element on 13th Apr 2007 to this particular assignment
    Regards
    Ramesh Kumar S

  • How to add the field sapcomponent in fast entry screen

    Hi ,
    This is reg the support message which is created using crmd_order.
    I have a requirement in which the field  sapcomponent in the transaction tab which
    has to be placed in the fast entry tab also.On populating this in the fast entry screen the same value
    should also be populated in the transaction tab.
    Guide on how to create the field in the fast entry screen and how to link it with the transaction tab.
    Step by step procudure to achieve this is appreciated.
    Regards,
    srikanth.

    Hi Ana,
    Greetings and Good Morning.
    We are currently going through the implementation of electronic nota fiscal in R/3 and have already implemented the old data sources and BCT for the same. Do you have any idea for enhancing the new data structures. Looks like you have gone through this recently.
    Do you have a new BCT available for the same.
    Kindly send me some info.
    Thanks
    regards
    MS

  • History of user Input values in variable entry screen

    Hi Experts,
    I have a small issue. I have a variable entry screen where I select values from the list. I can always see the history of variable values I input earlier when I click on the dropdown box. For example the country code displays all my previous inputs.
    Similar to the web browsers history.
    Not the same case with Fiscal Year/Period. I do the same type of selection  from the combo box for example 12.2006. I give different values again like 1.2007, 2.2007 etc and run the report several times. But it doesn't show up the history of my previous entries unlike the country code.
    Kindly help, points assured.
    Thanks,
    Raj.

    What we've done isn't pretty, and I'm hoping for a better solution.
    We've developed 3 ODSs that we've exported a full list of all attributes and their values to.  Each ODS is identical.
    We've then created an InfoSet to link the Product Cube to each of the 3 ODSs.  We can then add 3 variables to the query representing each ODSs.  Since the ODS holds over half a million attributes, we limited it to 3 since it takes 30 minutes to run.
    It's not elegant, it's not pretty, and I'm sure it's not optimal.  I'm hoping someone can describe a better solution.

  • Cannot see list of Product Categories in Shopping Cart entry screen

    Hi All,
    I would appreciate it if someone could help me with this issue.
    Although I appear to have sucessfully replicated the backend R3 Mat Groups into SRM Product Categories, as I can see them in the hierachy screen, i.e. Hierachy ID R3MATCLASS in trans code COMM_HIERARCHY, they are not appearing in my Shopping Cart entry screen Product Categories drop down.
    I have looked in Org structure maintanance and can see two things that may be the root causes:
    (a) In 'Exended Attributes', if I select the Source System, I do not get the option to list the product categories in the match code box
    (b). In the 'check' screem, the system is displaying the message 'Attribute ITS_DEST not yet defined'
    Any feedback on how I can pull in the groups during cart entry would be appreciated.
    Thanks,
    Steve

    Hi Kathirvel,
    I am not sure if this workaround is correct, but rather than using trans code BDLS as you suggested, I defined the logical system 'ABC' . This logical system was the assigned as a target system in 'Assignment of Logical Systems' under the product category customisation (table COMV_LOGSYS_MAP)
    These changes subsequently allowed the drop down on the Org structure when selecting a Product Category in extended attributes, therefore making the list available in the web front end.
    The IMG help text for COMV_LOGSYS_MAP says:
    Case 1
    You have created the categories in your test system. They therefore have the logical system <SYSTEM_TEST>. So that the categories can also be changed once they have been transported into the production system, the categories must have the logical system <SYSTEM_PROD> in the target system.
    Maintain the following entry:
    Source <SYSTEM_TEST>
    Target <SYSTEM_PROD>
    The logical system of the categories will be changed from <SYSTEM_TEST> to <SYSTEM_PROD>.
    This appears to have resolved the issue. I would be interested to hear what you think,
    Many thanks , Steve,

  • Only G/L accounts can be entered on the fast entry screen

    We are currently upgrading our SAP environment from version 4.70 to ECC 6.0.  Our users are testing their Parked Document fast entry screen entries created through F-65 and when they attempt to "view" their entry on the Fast Entry screen, after entering their data, they receive the message "Only G/L accounts can be entered on the fast entry screen" (message FP032). The system will not let them post the entry. The account field in the original fast entry screen was limited to 6 numeric digits, which is the length of our GL accounts  and also the length of the account number used in the field when entering their posting.
    I created a new fast entry screen layout for parked documents that opens up the field length to 15 characters and all works great.  But I would still like to know why the original fast entry screen posted the error on the fast entry screen for an account number with the correct amount of digits.
    Thanks,
    Mary Lauber

    Dear mary
    Run program RFFAKP01 via transaction SE38. Enter program SAPLF040 / application PRPOS. Click on Execute.
    This will regenerate the fast entry screen including your customized templates. And also, please check with O7E4/O7E5 to see if everything is set correctly.
    If it helps please reward with points.
    Best Regards
    kesav

Maybe you are looking for

  • Frame rate change

    Hi, I've made tween in mc which has normal speed specified by frame rate. Than button, which should speed up that tween twice. It works well for simle shapes going thru motion tween. But my symbol for tween is quite difficult and it seems that this f

  • Palm's Shaky Repair Service Has Found Solid Ground To Stand On

    In my last thread, I was critical of the turnaround time on my Palm TX. I feel it is important to update the situation in a separate thread because their customer service team impressed me earlier this afternoon. I spoke to a Corporate Customer Servi

  • EA1 - Code formatting "squishes" multiple queries together

    If you have more than 1 query in an SQL Worksheet and you "Format" (CTRL-F7) the query, then it removes all blank lines and bunches all of the queries together. I would have expected it to leave a blank line after each ";" so that the individual quer

  • Background Music Problem - "Not Authorized on this computer"

    I m stuck in a loop and hope that somebody here has an idea how to help. I just bought a new iMac and transferred my music library over from my old computer using the migration assistant. I authorized the new computer in iTunes and all the music play

  • Revoke the initial version of the site after being modified and saved

    Hi All, I have modified an existing site present in SharePoint2010 and saved it. Now I want to get back to the initial site content. Is there anyway I can revoke the original site? Thanks in advance!