Is there a FM or a BAPI which create inbound in foreground?

Hello,
I want to create a copy of an inbound deliv .
Is there any FM that i can use in foreground?
thanks,
meriem

If you want to raise your web design skill level above that of the average iWeb user, you can try creating your own. The actual form layout is fairly easy if you use CSS to style it since the amount of HTML is minimal now that table layouts are a thing of the past.
Here's some examples of forms created in iWeb...
http://www.iwebformusicians.com/iweb-snippets/form.html
The formmail.php script is probably the hardest part to get your head around and the example provided in the download on the above page uses a very simple one along with a formmail-thank.php.
http://www.iwebformusicians.com/iweb-snippets/form.html
Nowadays we need to consider mobile device users more and more so forms need to have the special inputs required to launch the various types of keyboard on these devices.
Here's an example of a form which responds to browser/device width. On mobile devices, the
jQuery UI Datepicker disappears to be replaced by the mobile version.
For those of you who don't have a mobile device to test it on, this page also has illustrations of the various keyboard types and the alternative date pickers...
http://ezmacwebdesign.com/Demo/Responsive-Form-Inputs/datepicker-form.html

Similar Messages

  • Is there any function module or BAPI to create maintenance item.(Urgent)

    Hi Experts,
                       I want to create an RFC which creates the maintenance item in the sap. The RFC is going to receive data from XI. So is there any function module or BAPI to create maintenance item? so that i can call that FM in my RFC.
    Thanks,
    Prasanna
    Helpful answers will be rewarded.

    Check and implement your program accordingly:
    *& Report  ZMRS_BAPI_DEMO_ORDERS
    REPORT  ZMRS_BAPI_DEMO_ORDERS.
    DATA: gs_method     TYPE bapi_alm_order_method,
          gs_header   TYPE bapi_alm_order_headers_i,
          gs_header_up  TYPE bapi_alm_order_headers_up,
          gs_return     TYPE bapiret2,
          gs_numbers    TYPE bapi_alm_numbers,
          gs_return_commit TYPE bapiret2,
          gs_demo_order TYPE objidext,
          gt_demo_order LIKE TABLE OF gs_demo_order,
          gt_method     LIKE TABLE OF gs_method,
          gt_header     LIKE TABLE OF gs_header,
          gt_header_up  LIKE TABLE OF gs_header_up,
          gt_return     LIKE TABLE OF gs_return,
          gt_numbers    LIKE TABLE OF gs_numbers,
          gt_return_commit LIKE TABLE OF gs_return_commit.
    DATA lv_not_successful TYPE c.
    DATA lv_ref_cnt TYPE i.
    IMPORT gt_method FROM MEMORY ID 'MET'.
    IMPORT gt_header FROM MEMORY ID 'HED'.
    IMPORT gt_header_up FROM MEMORY ID 'HUP'.
    CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'
      TABLES
        it_methods   = gt_method
        it_header    = gt_header
        it_header_up = gt_header_up
        return       = gt_return
        et_numbers   = gt_numbers.
    CLEAR lv_not_successful.
    LOOP AT gt_return INTO gs_return.
      IF gs_return-type = 'E'.
        lv_not_successful = 'X'.
      ELSEIF gs_return-type = 'W'.
       lv_not_successful = 'X'.
      ELSE.
      do nothing
      ENDIF.
    ENDLOOP.
    IF lv_not_successful <> 'X'.
    commit changes
      CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
        EXPORTING
          wait   = 'X'
        IMPORTING
          return = gs_return_commit.
    ELSE.
    rollback changes
      CALL FUNCTION 'BAPI_TRANSACTION_ROLLBACK'
        IMPORTING
          return = gs_return_commit.
    ENDIF.
    EXPORT gt_return TO MEMORY ID 'RET'.
    EXPORT gs_return_commit TO MEMORY ID 'COM_RET'.

  • Need BDC code for Call Transaction of VL31N, which creates Inbound del.s,

    Hi Experts,
    Is any body does have the BDC (CALL TRANSACTION) code for VL31N transaction, where we can crete INBOUND deliveries from Purc Orders.
    Actually, currently am doing by using FM - GN_DELIVERY_CREATE, but, its not given me a chance to incorporate BATCH SPLIT functionality. So, decided to go with BDC
    1 - Is this VL31N is Okay for BDC, bcoz, some where I red that, since its a ENJOY tx, its NOT recommended?
    2 - Is there any other FM, BAPI to create INBOUND deliveries from POs, which can take care of BATCH SPLIT functionality?
    3 - BDC code for VL31N  tx.
    thanq
    Edited by: Srinivas on Jul 29, 2008 1:47 PM

    1 - Is this VL31N is Okay for BDC, bcoz, some where I red that, since its a ENJOY tx, its NOT recommended?
    yes you can do that .
    2 - Is there any other FM, BAPI to create INBOUND deliveries from POs, which can take care of BATCH SPLIT functionality?
    using BDC we can achieve the  Barch split functionality.
    3 - BDC code for VL31N tx.
    Record using SHDB it will give you.

  • BAPI to create inbound delivery

    Is there any BAPI to create a new inbound delivery without reference to a PO?
    As far as I know, there is bapi to create outbound deliveries:
    BAPI_OUTB_DELIVERY_CREATENOREF.
    Thanks.

    try these
    GN_DELIVERY_CREATE
    GN_DELIVERY_CREATE_FOR_DIALOG

  • BAPI to create Inbound Delivery without reference

    Hi Folks,
    I'm working for a client who requires a process to create Inbound Deliveries <i><b>without reference</b></i> to a PO. Does anyone know of an existing BAPI that will meet this criteria?
    The fallback position is to look at using a BAPI like BAPI_DELIVERYPROCESSING_EXEC or BAPI_OUTB_DELIVERY_SAVEREPLICA with a custom document type, but these are less than ideal options.
    Points rewarded for helpful answers.
    Cheers,
    Steve

    Hi!
    I can't seem to find a working example using this function modules. I want to create an inbound delivery without reference to a PO.
    Thanks!
    abapGenin

  • BAPI which creates a PO from Shopping cart

    Hello All,
    Irrespective of any scenario, How is that the PO is getting created out of an ordered shopping cart? Is it a BAPI, if so, where can we see this ? I mean which trans code should we use  in the GUI?
    Thanks in advance,
    Nagarajan

    Hi
    <b>Please go through the related pointers -></b>
    Re: How the Order is created in R3?
    Re: Regarding direct material procurement in Classic scenario.
    DATA VALIDATION INSIDE  BAPI_PO_CREATE / BAPI_PO_CREATE1
    Re: How do debug BBP_ECS_PO_OUT_BADI?
    Re: BAPI_PO_CREATE1
    Re: bbp_pd_po_transfer_exec
    <u>Do let me know.</u>
    Regards
    - Atul

  • Need a bapi which creates and assigns notification to maintenance order

    Hi,
       I am currently using a bapi "BAPI_ALM_ORDER_MAINTAIN" in PM  to create an order with its operations. Now my requirement is to create and assign a notification to certain types of orders. This bapi is not able to handle notifications.
    Thanks
    Pradeep

    Hi Karthikeyan,
    Since this issue is resolved long back I don't remember everything related to it. But as far as I remember, the behavior of transaction IW32 is such that, while saving the work order, it cross checks with table T350. If field "NOTDAT" in T350 is checked for that order type  then it automatically creates a notification and assigns to that order. I just made use of this behavior and used BDC approach to solve this issue.
    Hope the things are clear.
    Regards,
    Pradeep.

  • BAPI to create inbound delivery of an SO

    Hi,
    I need to create an inboud delivery through the outbound delivery for SO. I would to know the best available BAPI to acheive this. Also, please specify the mandatory paramters that needs to be passed as input for the given BAPI.
    Thanks,
    Kalahasti

    Hi!
    I can't seem to find a working example using this function modules. I want to create an inbound delivery without reference to a PO.
    Thanks!
    abapGenin

  • Require Function module or BAPI to create recurring GL entries in FBD1

    All,
    Are there any function modules or BAPI to create recurring GL entries as done through FBD1 transaction.
    Help is very much appreciated.
    Regards,
    Hari

    BDC Session is the best approach available. In order to have a clean BDC, use the Fast Data entry screen available in the transaction, which will help you in opening up all the fields irrespective of the field status groups

  • BAPI to create down payment request

    hi everybody
    does qnybody knows if theres a BAPI which creates down payment request?

    Not sure but look:
    Down payment request: posting using BAPI_ACC_DOCUMENT_POST

  • BAPI for create a student

    hi all,
    does anyone familiar with BAPI which create student?
    I've found BAPI_STUDENT_CREATEFROMDATA3 but it works for RFC.
    Any idea on this. Thanks in advance.
    Regards,
    Peerasit

    Hi Michael,
    Thanks for your advise. Anyway, i need a bit help. As i try to create a program to get the parameters from screen and call functions "BAPI_STUDENT_CREATEFROMDATA3". I get a short dump error, i guess the error is from
    Runtime Errors         CALL_FUNCTION_CONFLICT_TYPE
    Except.                CX_SY_DYN_CALL_ILLEGAL_TYPE
    *Short text*
        Type conflict when calling a function module.
    *What happened?*
        Error in the ABAP Application Program
        The current ABAP program "ZTEST" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        A function module was called incorrectly.
    *Error analysis*
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_TYPE', was
         not caught and
        therefore caused a runtime error.
        The reason for the exception is:
        The call to the function module "BAPI_STUDENT_CREATEFROMDATA3" is incorrect:
        The function module interface allows you to specify only
        fields of a particular type under "STUDENTPERSONALDATA".
        The field "GI_STUDENTDATA" specified here is a different
        field type
    it seems like export the invalid type of structure. The following is my code, please take a look and give me the advise:
    data: gt_studentdata type BAPISTUDENT_PERSONAL,
          gi_studentdata like table of gt_studentdata,
          gw_studentdata like line of gi_studentdata.
    *--- Import
    data: gv_PLANVERSION type BAPISTUDENT_HEAD-PLVAR,          " Plan Version
          gv_OBJECTID type BAPISTUDENT_HEAD-OBJID,             " Object ID of Student
          gv_STUDENTNUMBER type BAPISTUDENT_HEAD-STUDENTNUMBER," Student Number
          gv_BUSINESSPARTNER type BAPISTUDENT_HEAD-PARTNER.    " Student Business Partner Number
    *--- Return
    data: t_return type BAPIRET2 OCCURS 0.
    SELECTION-SCREEN begin of BLOCK b1 with FRAME TITLE text-001.
    PARAMETERS: p_FNAME type PAD_VORNA,
                p_LNAME type PAD_NACHN, "'Doe',
                p_LANGU type PIQ_SPRAS, "= 'E'.
                p_TITEL type BAPISTUDENT_PERSONAL-TITEL.
    SELECTION-SCREEN end of BLOCK b1.
    BREAK-POINT.
    gw_studentdata-FIRST_NAME = p_fname.
    gw_studentdata-LAST_NAME = p_lname.
    gw_studentdata-CORRESP_LANGUAGE = p_langu.
    append gw_studentdata to gi_studentdata.
    CALL FUNCTION 'BAPI_STUDENT_CREATEFROMDATA3'
      EXPORTING
    *   VALIDITYBEGIN               = SY-DATUM
    *   OBJECTIDEXTERN              =
    *STUDENTNUMBEREXTERN         =
        STUDENTPERSONALDATA         = gi_studentdata
    *   STUDENTADDITIONALDATA       =
    *   STUDENTCHALLENGEDATA        =
    *   STUDENTRESIDENCYDATA        =
    *   STUDENTSTUDYDATA            =
    *   STUDENTFEEDATA              =
    *   STUDENTORGUNIT              =
    *   STUDENTCAMPUS               =
    *   STUDENTSTATUSDATA           =
    *   TESTRUN                     = ' '
    *   UPDATEACCOUNTDATA           = 'X'
    IMPORTING
       PLANVERSION                 = gv_PLANVERSION
       OBJECTID                    = gv_OBJECTID
       STUDENTNUMBER               = gv_STUDENTNUMBER
       BUSINESSPARTNER             = gv_BUSINESSPARTNER
      TABLES
        RETURN                      = t_return
    *   EXTENSIONIN                 =
    I'm looking forward to hearing the solution from you. Million thanks in advance,
    Peerasit

  • Is there standard BAPI which can used to read substitution material?

    Is there any standard BAPI which can be used to read substitution Material code for material?
    Even better if there is some table or struct under MATERIAL_GET_ALL which can returns this. I didn't manage to spot anything related from there though.
    It seems that replacement material code information is stored in KONDD table as SMATN together with condition record num. KNUMH

    There is a function Module called 'PRODUCT_SUBSTITUTION' used in include FV45PF0M_MATERIALFINDUNG. check if it helps.
    I would rather choose to join KOTD001  & KONDD

  • Is there any BAPI which combines web and SAP??

    Is there any BAPI which combines web and SAP??

    Hi Krishna,
    <b>Good .. check the following documentation
    BAPIs are technically nothing else but RFC-enabled function modules meaning that they provide us with external access to the SAP system.
    However, BAPIs are more than "normal" RFC-enables function modules in that they generally access SAP business objects (like customer, sales order, etc.).
    Usually, a BAPI corresponds to a certain dialog transaction dealing with a SAP business object (e.g. BAPI_USER_CREATE -> SU01 to create SAP users).
    In web terms RFC is similar to HTTP and BAPIs are CGI applications.
    RFC will normally provide sy-subrc 0 or >0. Most of the BAPIS will provide a return-structure.
    RFC and BAPIs are remote enabled function modules. They are practicly the same. A BAPI is one step further as it usually is a self contained business function, such as "Create Purchase Order", or "Change Sales Document". BAPIs interface is very well defined and documented. BAPIs can be found in the BAPI browser via transaction BAPI. RFCs are just remote enabled function modules.
    refer links,
    http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_cid558752_tax293481,00.html
    http://www.sap-img.com/abap/interview-question-on-bapi-rfc-abap-objects-tables.htm
    http://www.sap-img.com/fu033.htm
    http://www.sap-img.com/abap/ale-bapi.htm</b>
    Good Luck and thanks
    AK

  • Require a BAPI which will do VL02N posting,PGI and create an Invoice

    Hi Gurus,
    My Requirement:
    I will be getting an excel file from the legacy system which will provide me with the Delivery numbers whose Shipment has been confirmed.
    I need a BAPI which will post the picking in VL02N for those Deliveries and do the PGI. And post the PGI will create an Invoice through VF01.
    I know its a bit too much to ask for
    Is there any single BAPI which can do these activities (considering that this is a very standard SAP requirement for almost all organizations). Or do we need to use 2 or more BAPI's for the same. Please let me know !
    Many thanks in advance!

    You can use the following Bapi's for PGI:
    WS_DELIVERY_UPDATE
    BAPI_GOODSMVT_CREATE
    MB_CREATE_GOODS_MOVEMENT
    Thanks,
    Anuradha.

  • Is there a  BAPI to create IS-Oil (formula) MM Pricing condition records

    Hi,
    Is there a standard BAPI to create IS-Oil (formula) MM Pricing condition records, which would include the maintaining of the formula?
    Regards
    Kasi

    no BAPI exists

Maybe you are looking for

  • Regarding i18n in OBIEE

    Hi, How to achieve internationalization in OBIEE. Thanks, Mahesh

  • HT1351 Reinstalling iTunes, but NOT my iPad 2

    I reloaded my hard drive on my windows laptop. I redownloaded iTunes and backed up my iPad 2, then restored.  It's still telling me that my iPad is synced with another iTunes library, plus it refuses to show my folders and configuration I have set up

  • PSE 7 blue screen just after launch

    Windows Vista Home Premium HP Pavillion m7790y PSE 7. plenty of space on the hard discs and plenty of RAM. PSE 7  worled fine for months until a few days ago.  Now, when I launch 7, the initial welcome screen (chose Organizer, Editor etc) appears for

  • How do I leave a line?

    I have this code. LOOP AT ZLES_INT_ITAB INTO WA_B.   WRITE 'The object id '.   WRITE WA_B-ID.   WRITE ' is mandatory'. ENDLOOP. I am suppose to have an output of like this: The object id 4 is mandatory. The object id 5 is mandatory. However my output

  • UIX:train - how to make all links available/enabled

    Is there a way that I can default all of the links in a uix:train to be enabled, rather than just the next link after the selected Index? (selectedIndex+1) I tried using the disabled attribute and setting each link to disabled="false", but that doesn