Order upload page in BSP

Hi all
I want to develop one upload form in BSP, it should contain File name(Flatfile)and if i just do upload of any flatfile..needs to get store in R/3 and create sales order..
Can anybody suggest me
Regards
PRadeep

hi pradeep,
u can take input from file using html tag <input type='file'>.
now after taking input as file, u just write code for java script, which assign the values of the fields in the file to some internal table. for that u check the weblog link by craig.
now u just call the BAPI for creating sales order.
CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT1'
  EXPORTING
    order_header_in           = order_header_in_struc
  WITHOUT_COMMIT            = ' '
  CONVERT_PARVW_AUART       = ' '
IMPORTING
   salesdocument             = sales_doc_number
  SOLD_TO_PARTY             =
  SHIP_TO_PARTY             =
  BILLING_PARTY             =
    RETURN                    = return
  TABLES
    order_items_in            = order_items_in_tab3
    order_partners            = order_partners_tab3
  ORDER_ITEMS_OUT           =
  ORDER_CFGS_REF            =
  ORDER_CFGS_INST           =
  ORDER_CFGS_PART_OF        =
  ORDER_CFGS_VALUE          =
  ORDER_CCARD               =
  ORDER_CFGS_BLOB           =
  ORDER_SCHEDULE_EX         =
you set the field in BAPI call as u required.
regards,
kamaljeet

Similar Messages

  • Upload File thru BSP

    Hi Experts
    here by i am developing 1 bsp application.
    the requirement is i have a text file in c Drive  . here by i have to uplaod to BSP .
    data from text file has to come to bsp in the form of internal table
    when i try to use the gui_upload function to upload a text file into bsp  , its thru dump.
    kindly help. how to uplaod a data into bsp page .

    Hi Irfan Rehman,
    This topic is already raised by the many people in SDN. Please look at these following threads,
    It should be useful!
    1. How to upload file with BSP?
    2. Excel File Upload Problem
    3. File Upload
    4. Uploading multiple documents using file upload option
    Hope it helps! Please do search in SDN before posting the question. Thanks!
    Regards,
    Maheswaran

  • Netscape is faster than Safari uploading pages to busy site.

    Netscape 7 is MUCH faster than Safari uploading pages to an interactive web site that has a lot of traffic. Several times using Safari to upload after filling out forms or doing other things, I've gotten impatient, switched to Netscape 7.02, did the same form or interaction, and sent the page. Netscape hangs much less time before the confirmation downloads to my browser. I've gotten confirmation via Netscape while Safari is still hanging, even though I tried to upload via Safari several minutes before I switched to Netscape. This has happened at NYTimes.com and other busy web sites.

    Greetings,
    The reasons behind your experience could be many, but try this to see if it improves things:
    Quit Safari if it's running and open System Preferences>Network.
    In the DNS Server tab, make sure IPv6 is turned off, and enter these two DNS servers to replace the ones you currently have:
    208.67.222.222
    208.67.220.220
    click Apply Now and quit System Preferences.
    Next, do these things in order:
    1. Go to Home/Library/Cookies and delete the Cookies.plist file.
    2. Go to Home/Library/Caches/com.apple.Safari and delete the contents of that folder.
    3. Go to Home/Library/Caches/com.apple.Safari/Web Page Previews and delete the contents of that folder.
    4. If you don't want to use the Top Sites feature, open Terminal and paste in this command:
    defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2
    5. Go to Home/Library/Caches/Metadata/Safari and delete the contents of that folder.
    6. Go to Home/Library/Caches/Safari and delete the contents of that folder.
    7. Go to Home/Library/Safari and delete these files (if you have them):
    Downloads.plist
    History.plist
    Form Values
    LastSession.plist
    WebpageIcons.db
    Repair Disk Permissions, then restart Safari and see if the speed is improved.

  • Is there a way to create a file upload page for uploading large documents to a ftp site in Muse?

    I am building a site for a printing company and wanted to know if there was a way to build in a ftp file upload page or button?

    No that is not possible with Muse alone. YOu can host it on Business Catalyst and upgrade the hosting plan to at least the webMarketing plan for general uploading. If it requires each user to have their own profile etc, then you will need to use BC webApps

  • OAF Tutorial Extension - To add Site Name in Purchase Order Summary Page

    I have gone through all steps for adding Supplier Site Name for Purchase Order Summary Page. It works but seems it shows SiteID instead of Site Name.
    The main instructions says
    Step 2.3 Create Your New View Object (VO)
    Make a copy the PoSummaryVO query statement before you begin creating your new VO. Expand the oracle.apps.fnd.framework.toolbox.tutorial.server package in the Navigator pane and edit PoSummaryVO. In the View Object Editor, select Query to display the query statement for this VO. Make a copy of the query statement.
    Create a new VO, named <YourName>PoSummaryVO, that extends oracle.apps.fnd.framework.toolbox.tutorial.server.PoSummaryVO.
    Create the VO in the <yourname>.oracle.apps.fnd.framework.toolbox.tutorial.server package.
    Add the oracle.apps.fnd.framework.toolbox.schema.server.SupplierSiteEO entity object. Leave the Read Only and Reference checkboxes checked. We are going to use this entity object only for read-only purposes.
    Add the SupplierSiteId and SiteName attributes from the SupplierSiteEO entity object.
    Paste the query statement that you copied from PoSummaryVO into the query statement field for <YourName>PoSummaryVO. Now append the following SQL phrases to the copy of the PoSummaryVO query statement to compose the query statement for the <YourName>PoSummaryVO.
    SELECT ...,
    SupplierSiteEO.SUPPLIER_SITE_ID,
    SupplierSiteEO.SITE_NAME
    FROM ...,
    FWK_TBX_SUPPLIER_SITES SupplierSiteEO
    WHERE ...
    AND SupplierEO.SUPPLIER_ID = SupplierSiteEO.SUPPLIER_ID
    Step 2.8 Personalize the UI to Display Your New Attribute
    Rebuild the ExtendLab project and make sure you have no errors.
    Run the <Yourname>PoSummaryCreatePG.xml page with personalization turned on (see Personalizing Your Pages and Portlets for more information on how this is done).
    Select the Personalize Page global link.
    In the Choose Personalization Context page, select Page: <Yourname> Framework Toolbox Tutorial: Multistep Create from the Scope poplist and select the Apply button.
    In the Personalize Page page, check the Complete View radio button for the Personalization Structure. Expand the Stack Layout: Purchase Order Summary Region node, locate the Table: Purchase Orders Table entry in the page hierarchy and select the Create Item icon.
    In the Create Item page:
    Set the Item Style to Message Styled Text.
    Set the ID to SiteName.
    Set the Prompt to Supplier Site
    Set the View Attribute to SiteName
    Set the View Instance to PoSummaryVO1
    Select the Apply button
    In the Personalize Page Hierarchy page, locate the Table: Purchase Orders Table entry again and select the Reorder icon.
    In the Reorder Contents of Table page's Site list, move the Supplier Site item to be sequenced immediately after the Supplier item.
    Select the Apply button.
    In the Personalize Page Hierarchy page, select the Return to Application link. Now you should see the Supplier Site column added to the Orders Table as shown in Figure 1 (you should see your name in the page title).
    Note: We set the View Instance to PoSummaryVO1 and not <YourName>PoSummaryVO1. The BC4J substitution will take care of properly creating an instance of <YourName>PoSummaryVO1 at runtime in place of the PoSummaryVO1.
    It does not show site name, it shows site id after havig done personalization.
    Any idea why it would show site id and not site name.
    KD

    What I found is there are 2 variables SiteName and SiteName1, if you use SiteName1 then it shows proper value as a site description. I replaced SiteName with SiteName1 and it works. This might help to all who are like me and trying Tutorial example.
    I am not sure how many may have tried OAF - Tutorial examples. They are really complicated and not easy and in most cases they are not coming out in first try but if you really try then it will give lot of understanding.

  • ThinkPad W520: Parts Wrongly Listed in and/or Missing from Lenovo Order Status Page

    I ordered a configured ThinkPad W520 off Lenovo.com for USD1500 yesterday.  Later when I went back to check my order status, to my surprise some parts were either shown up incorrectly or simply missing.
    For example my ThinkPad W520 includes (but not limited to) these parts:
    Parts missing from Lenovo Order Status page:
    UltraNav with TrackPoint & touchpad
    Express Card Slot & 4 in 1 Card Reader
    Question: Where are they? Why missing?
    Parts shown incorrectly on Lenovo Order Status page:
    I've ordered: 15.6" FHD (1920 x 1080) LED Backlit Anti-Glare Display, Mobile Broadband Ready
    Lenovo Order Status page shows: SBB 15.6FHD (1900 X 1080) LED
    Question: Why 1900 instead of 1920? What gives?
    To be on the safe, I tried hard to match each of the parts consisting my ThinkPad W520. So far the above are my concerns. I know many of you are long-time Lenovo patrons. I'd appreciate your patience look through the below complete lists and advise if Lenovo indeed have received my order correctly.
    Thank you very much!
    [B][U]The ThinkPad W520 I've order: [/U][/B]
    Part Number: 4270CTO
    ThinkPad W520 - 1 Yr Depot Topseller Warranty
    Processor: Intel Core i7-2720QM Processor (2.20GHz, 6MB L3)
    Operating system: ThinkPad PC DOS License
    Operating system language: PC DOS 2000 License
    Display type: 15.6" FHD ([B][COLOR="SeaGreen"]1920 x 1080[/COLOR][/B]) LED Backlit Anti-Glare Display, Mobile Broadband Ready
    System graphics: NVIDIA Quadro 2000M Graphics with 2GB DDR3 Memory
    Total memory: 4 GB DDR3 - 1333MHz (1 DIMM)
    Keyboard: Keyboard US English
    Pointing device: [B][COLOR="SeaGreen"]UltraNav with TrackPoint & touchpad[/COLOR][/B]
    Camera: 720p Camera
    Storage subsystem: Internal RAID - Not Enabled
    Hard drive: 320 GB Hard Disk Drive, 7200rpm
    Optical device: DVD Recordable
    System expansion slots: [B][COLOR="SeaGreen"]Express Card Slot & 4 in 1 Card Reader[/COLOR][/B]
    Battery: 9 cell Li-Ion Battery - 55++
    Power cord: Country Pack North America with Line cord & 170W AC adapter
    Bluetooth: Bluetooth 3.0
    Integrated WiFi wireless LAN adapters: Intel Centrino Ultimate-N 6300 (3x3 AGN)
    Integrated mobile broadband: Integrated Mobile Broadband - Upgradable
    Language pack: Language Pack US English
    [B][U]ThinkPad W520 shown under Lenovo Order Status:[/U][/B]
    4270CT       CONFIGURED SYSTEM
    0A68541       SBB ICI7-2720QM                        
    27R1799       VBB PC DOS LICENSE                        
    39T7676       SBB DOS 2000 FLYER - NO                        
    0A68535       SBB 15.6FHD ([B][COLOR="Red"]1900 X 1080[/COLOR][/B]) LED                        
    0A68894       SBB NVQ2000M GR                        
    45M4572       VBB 4GBPC3-10600DDR3 1333SODMM                        
    45M4839       SBB KEYBOARDUS ENGLISH                        
    0A68527       VBB NO FINGERPRINT READER                        
    0A68558       SBB 720P HD CAM INT MICR                        
    0A69620       SBB I RAID-NOT EN                        
    0A68552       SBB 320GB HDD7200RPM                        
    0A71939       SBB DVDRECORDABLE                        
    0A68529       VBB ECS+4IN1CR                        
    45M4816       SBB 9CELLLI-ION BATTERY                        
    0A68904       SBB CPNAMLC+ 170W AC AD                        
    0A68261       SBB BLUETOOTH 3.0                        
    45M4804       SBB IN.CENT.ULTIMATE-N 6300                        
    44C7950       SBB INT WRLSSWDAREANTWRK UPGR                        
    0A68564       SBB LANG PCK US E

    you are right, this is very silly! ")
    W520 4270CTO i7-2820QM Quadro2000M 1920x1080 Display 16GB RAM 2x240GB Intel 510 SSDs (RAID 0) - BIOS 1.42 - PCMark7:4,568
    Samsung Series 9 15-inch NP900X4C-A03US - PCMark7: 4674

  • How do you put websites in alphabetical order on pages for iPad?

    Trying to find a way to put websites into alphabetical order on pages for iPad. Any ideas?

    You will find some instructions for using Pages here: http://www.apple.com/support/ios/pages/
    But essentiall, you will need to create a table, place each URL in its own row, Tap the header to select the column, and select Sort (ascending).

  • How do I change the order of pages in Acrobat?

    Does anyone know how to reorder the pages in Acrobat?

    [moving to Creating, Editing & Exporting PDFs forum]
    Hi Pamela,
    You can re-order the pages in a PDF via the Thumbnail pane in Acrobat (Standard or Pro).  Simply open this from the left-hand side, then drag-and-drop individual pages or selections of pages as you desire.
    Adobe Reader does not have this ability.
    -David

  • File upload Page hanging up

    Hi,
    File Upload Page now keeps hanging up every time I want to do an attachment in Gmail. This problem only started yesterday. Was fine before that.
    I have done a Virus scan with ClamX and removed x3 Phising files and also a Malware scan and removed something called 'Genieo'  omnibar.safariextz  These are now all in trash.
    I had to upload new driver for my Fuji  Printer yesterday. Also was trying to do an online form for a Credit File firm who requested and online application. It was when I was trying to upload attachments to send to them for ID Documents and also their application form that this problem started and has now continued. I don't know what to do sorry if any one can help me that would be great!!

    higherstill wrote:
    I have done a Virus scan with ClamX and removed x3 Phising files
    I replied to your other post before seeing that you used ClamXav for this. There is  a ClamXav Forumfor questions or problems with using it and some specific warnings about removing phishing and any e-mail files.
    also a Malware scan and removed something called 'Genieo'  omnibar.safariextz  These are now all in trash.
    Viruses are a form of Malware, so ClamXav would have found that. Genieo is adware (annoying but generally not intended to be malicious). As I mentioned in the other thread, you need TheSafeMac's Adware Removal Toolfor that.
    I had to upload new driver for my Fuji  Printer yesterday.
    I'm guessing you meant download. You should never download drivers from anywhere except the manufacturers site (Fuji in this case). Generic download sites are where a lot of adware and malware can be found (e.g. C|Net's download.com, Softonic and most any BitTorrent site).
    And I see you are using Mavericks. Your other posting was to the Lion forum, so I assumed that's what OS X you were using. Shouldn't make much difference for your issue.

  • Unable to upload Pages & Number files

    I'm trying to upload a pages and numbers document to yahoo, but every time I click select file and the file chooser dialog box is displayed Pages and Numbers documents are grayed out while other file types are selectable. So far I've tried deleting Safari's application cache, but it didn't help. Anyone have a solution to this problem?

    Hi
    Before you attempt to upload pages or numbers files, go to your Finder. Highlight the file in question, then select File Menu>Compress (file name). This creates a zip file, which is suitable for uploads.

  • Call another page in BSP application

    Hi all,
    I am new to BSP. I want to know how to call a page from another page in BSP.
    Like, in dialog programming, we use CALL SCREEN etc., I want to know the procedure in BSP.
    Please help.
    Regards
    Natasha Garg

    search this forum, or read the documentation.
    Raja

  • How can I display URL parameters ({module_url}) in the Order Receipt page?

    I'm trying to display extra information in my Order Receipt page by passing a value in the URL from the Order Registration form.
    The parameter is adding to my URL and the form is processing as expected, but I can't seem to pull that value out of the URL to display on the page.
    I've used {module_url, myValue} but it comes up empty.
    Am I doing something wrong or can you not use this module in the Order Receipt page?

    Thanks Liam. Another thing BC could look at implementing is more flexibility with the E-Commerce layouts

  • In service order Search page,In Service Order Search criteria, In Status value drop down i have to show only user status?

    Hi Team,
    My requirement is In service order Search page,In Service Order Search criteria, In Status value drop down i have to show only user status values only? how to do it..now in my status drop down values system status values also displayed ,i want only user status values only i have to show...how to do it?
    Thanks
    Kalpana

    Hi Kalpana
    As Standard there are 2 separate search fields for Status.
    One for User Status
    One for System Status
    Are you sure that the other Status value you require are not for other Service Transactions different to the one you are wanting to search on?
    If you need to make a only the User Status for  a given selected Transaction Type, then you would need to make an enhancement to that Component
    Regards
    Arden

  • Bex Query Filter Page in BSP - Urgent Please...

    I have seen many threads about Bex query in BSP, but can any one tell me how can i display the default Bex Query Filter page in BSP.
    I created a query in Bex Query Designer and added few filters and when i execute i get a popup where i can enter the input values for which the report would be generated, can i get the same functionality or similar functionality if i have the same Bex query in BSP.
    Also apart from the filters specified in the Bex, all the columns displayed in the report appears in the filter section how can get the same functionality BSP.
    Note: I do not want to use Bex Web Application Designer
    Please tell me the steps for the same.
    Atleast please give me the steps at a high level. Please...

    Hi,
    1.  Create a CKF, inside the CKF window create a new Formula Variable --> Right click in left side window on var and say create new Variable
    2.  Create new variable of replacement path type and reference Characteristic as the TO DATE value which you want to be max.
    3.  Now drag this new created var to CKF and save.
    4. Now create condition with follwoing deatils:
    Key Figure              Operator     Value
    Max Date(CKF)       TOP N          1
    Save and execute your query. This will give you max value for the To Date field.
    Hope it works .
    Regards
    Raj Rai

  • Order history page

    So my orders are showing on my order history page now. Dare I hope for tracking numbers soon?

    Hi Manish-Sharma,
    Thank you for your reply. It is very much appreciated.
    I tried answering in the forum on the message page, but as previously, the forum entry level for some reason rejected my screen name, which is "stehkoyeh", saying it was already taken and yes, I am properly logged in. I guess it's not my night.
    Regarding attaching the jpeg image, I looked for a reply field, but I guess not having my screen name accepted prevented me accessing it. I thought therefore it could go on the email, but I was unaware it couldn't be done.
    I can 'see' now my email reply posted, but I honestly didn't realize that only text gets through, not images.
    I am really grateful for now being able to download PSE10, which is downloaded and safely installed and working fine. I thank you personally for making this possible.
    Anyway, thanks also for staying with me, it being so late on a Sunday here on Vancouver Island, BC, Canada.
    Your Help service, although difficult for me personally, has been wonderful, because it did what it was supposed to, in spite of my errors!
    Regards,
    Gareth

Maybe you are looking for

  • Letting 2 albums follow up on eachother, how?

    Hey, Does anyone know how I can make 2 different albums follow up on eachother? For example: Album 1 stops with Last Song Album 2 starts with Next Song. On the Ipod Touch, songs end at the end of an album, and don't start with the first song of the f

  • Is Validation trigger in F110 (Automatic Payment run ) ?

    Hi All,        Is Validation trigger in F110 (Automatic Payment run)? Looking forward to your reply. Thanks, Siva

  • No picture using component connections with Sony STR-DG710 Receiver

    I have been unable to get a picture (sound appears to be ok) using component cables to connect to a Sony 710 receiver - the (2) HDMI inputs on the receiver are taken by equipment that can not use component cables. Apple Store checked Apple TV unit an

  • Can I use my sprint iPhone 4S with another carrier if it's unlocked

    Can I use my sprint iPhone 4S with another carrier if it's unlocked. Sprint will only unlock it if it's international. they will not unlock it if I want to use the iphone4s with another USA carrier.  Why? I have paid for the phone and don't have a co

  • Storage section indicator functionality

    Hi All, Generally we are using Storage section search for WM in SAP.Previously by using this we restricting some goods movements to particular storage sections.But now this storage section search indicator functionality is not working .I have checked