Functional specification and logic flow for smart form PO

Dear Friends ,
For PO develelpment in smart form as per client requirement which are the details we need to give for developers . I had given only table and fiels name for the displaying elements in PO , message type , document type . They are asking conditions also , is it this the job of functional consultant ? .
If any one having sample FS for PO plaese send . Other than EKKO , EKPO which are the table are there for PO related...?
RB

Hi
Based on your requiremnts you need to give the details of the fields
First List down all the Required fileds to be in the layout like Vendor details, Plant details, delivery details, Material details, Conditions, Terms & conditions.
Based on the above you can get the details from the tables used in PO creation.
EKKO Purchasing Document Header
EKPO Purchasing Document Item
EKKI Purchasing Condition Index
EKAN Vendor Address: Purchasing Document
EKKN Account Assignment in Purchasing Document
EKPA Partner Roles in Purchasing
EKPB "Material Provided" Item in Purchasing Document
EKPV Shipping Data For Stock Transfer of Purchasing Document Item
KONV Conditions (Transaction Data)
EREV Version in Purchasing
MARA -
MARC -
These tables can be used based on your requiremnts
Thanks & Regards
Kishore

Similar Messages

  • Functional specification and technical Specification Templates for MDM

    Hi All,
    I am looking for some Functional Specification and Technical Specification Templates  for MDM project. If anyone have such kind of documents then please send it to me.
    Please if any one have any other useful documents  for MDM implementation for example, transport strategy then please also send those to my ID [email protected]
    Points will be rewarded to the helpful answers.
    Thanks,
    Shiv.

    Hi Shiv
    I'd like you to refer these URLs
    Re: MDM Implementation Methodology
    <a href="http://hosteddocs.ittoolbox.com/RD021507b.pdf">PDF Document</a>
    Regards,
    Krutarth

  • SAP Vendor Master Communication Details for SMART FORM Printing.

    Hi
    Could you please advice Functional module to extract SAP Vendor Master Communication Details for SMART FORM Printing.
    Thanks in Advance.
    Regards
    Ravi

    Hi Ravi,
    I don't know about a function module, but the vendor master table LFA1 has a field ADRNR pointing to the general address table with the fields for e.g. language and to the tables ADR2 for phone numbers, ADR3 for fax numbers and ADR6 for e-mail addresses.
    BR
    Raf

  • Flow of smart form

    Hi all
    We are using  print program , functional module , include pgms in a smart forms. can any one explain how is the flow..?
    Thanks
    vivek

    Vivekkv,
        The function module SSF_FUNCTION_MODULE_NAME basically takes the nice friendly name of your smartform (I.E. Z_Invoice_Smartform) and returns the name of the function module which actually is your form (I.E. /1AFEWB/SF00000055 ).
    This value will be returned in a parameter from SSF_FUNCTION_MODULE NAME (say LV_FORM_FM).  You will then call that variable like CALL FUNCTION LV_FORM_FM along with the parameters that the form will require.
       Now, understanding that, the exact process will likely be
    Print Program->More than likely an Include->
    CALL FUNCTION SSF_FUNCTION_MODULE_NAME
    Exporting
      formname =   'Z_INVOICE_SMARTORM'
    Importing
       fm_name = LV_FORM_FM.
    -> CALL FUNCTION LV_FORM_FM
    IMPORTING
    EXPORTING
    Hope this helps.  That's basically the exact process, but it will differ slightly here an there depending on the print program you are working with or what you decide to write...

  • Create a client and logical system for BW

    Hi all,
    Can anyone show me how to create a BW client?
         create a BW client and logical system for BW client.
         create sourcesystems for the other clients in BW.
    I have follow some documents
    B84: BI Connectivity
    B03: General Settings BI Integration
    But it's not working the data can't flow to BW server.

    hi,
    check out the following thread's. it will guide you
    Connection steps for SAP BW and R/3
    Info required  while  creating source system
    R/3 Source system creation error in BW 7.0
    regards
    harikrishna N

  • How to define variable for smart form in coding

    hi all,
    i have to create a variable for smart form which is i already created in  smart form but facing some sort of difficulties.
    for example:
    DATA:  formname  TYPE ZCCCL_GOODS_RECEIPT.(SMART FORM NAME)
    DATA:  formname  TYPE ZCCL_RETURN_VENDOR. (SMART FORM NAME)
    DATA:  formname   TYPE ZCCL_GOODS_RESERVATION.(SMART FORM NAME)
    CASE in_mseg-bwart.
      WHEN '101' or '105' or '321'.
      formname = 'FORM_RECEIPT'.
      WHEN '122' or '124'.
      formname = 'FORM_RETURN_VENDOR'.
      WHEN '201' or '261'.
      formname = 'FORM_GOODS_RESERVATION'.
    ENDCASE.
    So this the logic im using but it gave me error like:
    Type  ZCCCL_GOODS_RECEIPT is unknown.
    Kindly tell me if this coding is wrong than what should i use.
    Thanks.

    Declare variable name for smartform as
    Formname type TDSFNAME in import tab.

  • Declaration for smart form importing structure

    Hi to all experts,
    I have to create a structure for smart form to declare it in the smart form interface (importing ) .The structure should be of the type below. I tried but getting type mismatch dump ....please help
    DATA: BEGIN OF ZISEG OCCURS 20.
            INCLUDE STRUCTURE ISEG.
    DATA: BTEXT LIKE T064B-BTEXT.          
    DATA: GIDAT LIKE IKPF-GIDAT.          
    DATA: MAKTX LIKE MAKT-MAKTX.        
    DATA: STEXT LIKE T064T-STEXT.        
    DATA: NAME1 LIKE T001W-NAME1.
    DATA: END OF ZISEG.

    Hi Abdul,
    sorry my answer was incomplete.You need to declare two structures,one for u r data retrival(including other 4 fields) and other for the smartform(same as DDIC structure).After retrieving you need to transfer the data from one table to other.
    Hope u got what Iam trying to say,if not PLZ rewert back.
    Thanks & Regards,
    Rock.

  • Urgent : how to calculate sub total and grand total in smart forms

    Hi Friens..how to calculate sub total and grand total in smart forms..How to print them in smart forms...Also kindly explain how to handle events in smart forms..Thanks in advance

    Re: Subtotal with Table Node in smartforms

  • How to find the existing request no for Smart form

    Hi Experts,
    plz tell me how to find the existing request no for Smart form in ABAP.
    thanks in advance.
    regards,
    radhika.

    Radhika,
    Choose Goto > Object Directory Entry> Lock Overview On the Initial screen of the "smartforms" transaction, after entering the actual smartform. This would give you the request number for the smartform.
    Regards
    Narasimhan

  • Logical flow between User forms and workflows

    Hi,
    I want to know the logical flow among jsps,UserForms and workflows in IDM.
    This may appear as a silly quest. But I want to know how exctly the workflows are getting excuted when we click the buttons on the forms....
    For eg While creating the user after gving the user details in Tabbed User form when we click on save how it is calling Create User Workflow....
    where is the link and how its happening.....
    If any one know this please reply me....this a quest remaining in my mind since so many days....
    Thanks in advance....

    I dont think, there is any xml codes in any of the forms for calling workflow. One needs to render a form for any workflow. Whenever you hit new User , the create user workflow gets initiated and the form and the default form for create user is Tabbed User Form. activities and forms are mapped according to the authorisation level. If you create any Admin role, then we need to specify a form for the admin's capabilities. I guess for configurator , to create a a new user, the form has to be Tabbed User Form by default. For a custom Lanch user process, one needs to include a form along with the workflow. We can do that. Thats what I know till date.
    Thanks,
    Manila

  • Upload facility for smart forms and expense account rules in oracle iprocurement R12.1.3

    Hi All, 
    We are implementing iprocurement for new operating unit.
    We have many expense account rules and approximately 450 smart forms to be setup for new OU. But as part of R12, the setups are to be done through HTML pages.
    Currently I do not see any option to upload these 2 items, as doing them manually will take lot of manual effort.
    Are there any APIs available to load these 2 items? OR any workaround like using dataloader or isetup?
    I am sure many clients are using R12 for very long time and not sure if there are any issues raised on this?
    Could you please let us know if there are any options avialble to upload them?
    Thanks
    sreenivas

    How to Setup a Valid Vacation Rule for Purchasing Notifications (Doc ID 378023.1)
    Goal
    What steps are required for proper setup of a Vacation Rule for routing of Purchasing Notifications?
    Fix
    1.  Enter the Notification Summary or Worklist for a user
    2.  Select the "Vacation Rule" link
    3.  Select the "Create New Rule" link
    4.  For Item Type select "All" for all Notifications or select the desired Notification Type from List of Values
    5.  Select the "Next" link to proceed to the next setup page for the rule
    6.  Enter both a a valid Start and End Date for the new rule
    7.  Ensure the "Reassign" radio button is selected
    8.  Keep "All Employees and Users" in the menu box
    9.  Select the "Delegate" radio button - Assign/Reassign action is prohibited for Purchasing Notifications
    10.  Select the Flashlight icon next to the blank menu box for selecting a user
    11.  A new sub-screen should pop-up to perform the user search
    12.  For "Search By" select "Username" - (DO NOT search by Name)
    13.  Perform the needed wildcard (%) search at the top of the page to locate the desired username
    14.  Click the radio button next to the desired name of the user to have the notifications sent to
    15.  Press the "Select" button followed by the "Apply" button
    16.  Continue on with the saving of the Vacation Rule for latter use
    Note:
    The key to setting-up a valid Vacation Rule is to ensure the rule is tied to a Username rather then the Full Name of the desired user.  The reason for this is that the Worklist and Notification Summary for the user is linked to their username and not full name record.
    Reference:
    Oracle Workflow User's Guide - Release 2.6.3.5
    Part Number : B12162-02

  • WANT THE TCODE FOR SMART FORMS AND SCRIPTS IN FI MODULE?

    HI SHAREHOLDERS OF SAP,
    I WANT TO KNOW THE TRANSACTION CODES FOR SCRIPTS AND SMARTFORMS RELATED TO FI MODULE.
    WE ARE GOING THROUGH UP GRADATION PROJECT.SO I NEED THE TCODE FOR OBSOLETED TCODE FOR SCRIPTS TO SMARTFORMS IN FI.

    Hi Arun Kumar,
    Generally we do changes in SE71 itself for any forms
    but the forms of FI module, we assign in SPRO.
    Goto SPRO there click on Display SAP Reference IMG push button or  (F5) .
    Now search for FORMS. Give the Search term as FORMS and press enter.
    Here u get the hit list for FORMS related to all the functional modules. select the FI related forms and double click on it. Then u get the dropdown where the forms are located.
    Foe Example here is a path for Assign payment forms for payment method in company code
    In SPRO --->Display IMG
    Financial Accounting---> Accounts Receivable and Accounts Payable ---> Business Transactions ---> Outgoing payments ---> Automatic outgoing payments ---> Payment media -> Make Setting for Classic Payment Medium Programs-> Assign payment forms for payment method in company codes
    EXECUTE  Assign payment forms for payment method in company codes
    Here u can see all the formS related to the Payment Advice.
    Hope this helps...
    Best regards,
    raam

  • Example wsdl and logical port for consumer proxy anyone ?

    Hi,
    Could please somebody give me an example of external WSDL file and logcial port created for the WSDL file in SOAMANAGER ?
    I need to create manually logical port for my consumer proxy and I am missing something because my logical port is not active.
    Any example is more than welcome. 
    I need to know how to populate fields manually on the following tabs based on the info in a WSDL file:
      Consumer Security  Additional Information  Web Service Addressing  Messaging  Transport settings  Message Attachments  Operation specifi
    Thanks and Regards
    Agnieszka
    The message, I am getting, when creating logical port is:
    Operation 'SrtFmStatefulTf' not found [NS: 'urn:sap-com:document:sap:soap:functions:mc-style']
    I think that maybe something is wrong with my wsdl.
    Edited by: Agnieszka Domanska on Nov 17, 2010 5:41 PM

    Hi Milan,
    this kind of error occurs when there is no service and end point description in the WSDL of provider who's service you are trying to consume using Consumer Proxy.
    Just open the provider's WSDL URL that you have given while creating Logical port for the consumer proxy   and check if service and end point exists there.
    Thanks
    Sunil Singh

  • Prnt prgm for smart form

    hi,
         i am doing smart for display contract.this is the form name "RE_CN_020".can u pls help in finding out the prnt prgm for that form.i have also searched in tnapr table but couldnt find any.i have found soem prgm name "
    RFRECPSFA420".but when i assign this prgm to the form with output type the form is not triggering.pls help me to find out the prnt prgm for tha form.

    Hi Rahul,
           For find out the print program name for perticular smartform name we can follw this procedure also.First of all give the function module name SSF_FUNCTION_MODULE_NAME in SE37 and press where used list then all the programs list will display in which that FM was used. Just click on each program there it self it display the FM. In that FM they specify the form name.That is the required printprogram name.
    hope this helps u
    Cheers

  • FUNCTIONAL SPECIFICATION AND TECHNICAL SPECIFICATION

    hi Experts,
    how does a functional specification looks and a technical specification looks.
    can i have these requirements with samples..
    or any helpful link wher i can get in template form.
    thanks i advance

    Functional Specification:
    The Functional Specification describes the features of the desired functinality.. It describes the product's features as seen by the stake holders,and contains the technical information and the data needed for the design and developement.
    The Functional Specification defines what the functionality will be of a particulat area that is to be precise a transaction in SAP terminology.
    The Functional Specification document to create a detailed design document that explains in detail how the software will be designed and developed.
    Technical Specification
    Technical Specification is the document prepared by the Technical consultants. These documents are prepared basing on the Functional Specification given by the Functional consultants. The Technical Specification contains the following;
    GENERAL INFORMATION
    DEVELOPMENT INFORMATION
    BUSINESS REQUIREMENTS
    DATA EXTRACTION
    AVAILABLE CUSTOMISING TABLES
    AVAILABLE TEXTS WITH THEIR CODING CONVENTIONS
    Check the below links for useful content on Technical and Functional specs:
    /thread/409073 [original link is broken]
    http://www.epri.com/eprisoftware/processguide/funcspec.html
    http://www.mojofat.com/tutorial/
    http://searchsoftwarequality.techtarget.com/sDefinition/0,,sid92_gci212169,00.html
    http://www.devshed.com/c/a/Practices/Writing-A-Functional-Specification/
    http://www.softwarereality.com/lifecycle/FunctionalSpecStandard.doc
    http://www.webopedia.com/TERM/F/functional_specification.html
    Reward Points if useful.

Maybe you are looking for

  • Transport control program tp ended with error code 0200

    Dear All while doing export import in IDES server i found following error An error occurred when executing a tp command.   Command: EXPORT IDEKT01066 cli   Return code: 0200   Error text: "ERROR:   Request: The function terminates. pl revert....

  • My external hard drive doesn't show up on my desktop screen

    I have a 1TB external drive that connects by USB. I use it as a Time Machine and for other storage. It worked fine until a few weeks ago. Now, when I connect it, the drive starts spinning, but it doesn't show up on the desktop screen or in Disk Utili

  • My nokia 5800 does not turn on after update??

    i updated my nokia 5800 yesterday, and it a 100% bt then my phone restarted by it self (as it normally should) then the usb connection came up after it turned on i clicked pc suite bt then there was an error and it said to take out the usb and the ba

  • Use of cursors insted of select statements

    could any one please explain what is the advantage of using cursors instead of simple select statements thanks siby

  • Update Retriever cannot retrieve because of missing files

    Hello, I'm working a while now with Update Retriever to ease deployment of about 40 ThinkPads and a few ThinkStations. The bugs already found and documented in this forum can be worked around mostly - sometimes you have to redownload the whole reposi