BAPI to "older" SAP versions

Hi
This is a novice question. I want to call a BAPI in an "old" SAP version ... SAP version 4.6 . Is this possible ? .. Can someone point me in the right direction as to how I might do this ?, if indeed it is possible. I have looked at the JCo Connections but it doent seem obvious.
Thanks
Damien

Hi,
Yes you can call the BAPIs from the 4.6.
That doesn't different but some of the table fields are not avail that's all.
Thanks,
Lohi.

Similar Messages

  • BAPI PO in SAP version 40b

    HI All,
    Anyone know BAPI for create and change PO in SAP version 40b?
    This BAPI is not available:
    BAPI_PO_CREATE1
    BAPI_PO_CHANGE
    Can we use this function?
    ME_CREATE_DOCUMENT
    How about for changing?
    Please advice, with the example much better
    Best Regards,
    Victor.

    I don't think there is BAPI for PO in 4.0B Version..
    ME_CREATE_DOCUMENT - will create Purchase order
    Use this FM ME_UPDATE_DOCUMENT to update PO
    I saw the FM and looks like both FM will create and update FM,I did not find any sample programs.
    Do the where used list in SE37 and may be you get atleast one SAP standard program.
    Thanks
    Seshu

  • BAPI for create material master (SAP version 40b)

    Hi,
    Anyone know BAPI for create material master for SAP version 40b?
    There's no BAPI_MATERIAL_SAVEDATA.
    I try to use BAPI_MATERIAL_MAINTAINDATA_RT,
    but seems that BAPI only for retail.
    Kindly advice!
    Thanks,
    Victor.

    Hi,
        this one works pretty good.
    call function 'MATERIAL_MAINTAIN_DARK'
             exporting
                  sperrmodus                = ' '
                  kz_prf                    = 'W'
                  max_errors                = ' '
                  p_kz_no_warn              = 'X'
                  kz_verw                   = 'X'
                  kz_aend                   = 'X'
                  kz_dispo                  = 'X'
                  kz_test                   = ' '
                  flag_muss_pruefen         = ' '
                  call_mode                 = 'ACT'
             importing
                  number_errors_transaction = numerror
                  matnr_last     = last_matnr
             tables
                 amara_ueb      = i_mara    "Basic Data
                amakt_ueb      = i_makt    "Descriptions
                 amarc_ueb      = i_marc    "Plant
                amard_ueb      = i_mard    "Storage Location
               AMFHM_UEB      = I_MFHM    "Production Tools
                amarm_ueb      = i_marm    "Units of Measure
               AMEA1_UEB      = I_MEA1    "Internal Mangagement -  EANs
                ambew_ueb      = i_mbew    "Accounting/Costing
                asteu_ueb      = i_steu    "Tax Data
                astmm_ueb      = i_steumm  "Tax Data
               AMLGN_UEB      = I_MLGN    "Warehouse Data
               AMLGT_UEB      = I_MLGT    "Storage Type Data
               AMPGD_UEB      = I_MPGD    "Change Documents
               AMPOP_UEB      = I_MPOP    "Forcast Parameters
               AMVEG_UEB      = I_MVEG    "Total Consumption Data
               AMVEU_UEB      = I_MVEU    "Unplanned Consumption Data
                amvke_ueb      = i_mvke    "Sales Data
                altx1_ueb      = i_ltx1    "Sales Text
               AMPRW_UEB      = I_MPRW    "Forcast Values
                 amfieldres     = i_delfields
                 amerrdat       = i_errors
             exceptions
                  kstatus_empty             = 01
                  tkstatus_empty            = 02
                  t130m_error               = 03
                  internal_error            = 04
                  update_error              = 05
                  too_many_errors           = 06.
    Otherwise try BAPI_RETAILMATERIAL_CREATE
    BAPI_STANDARDMATERIAL_CREATE
    <b>Reward points</b>
    Regards

  • Finding an older driver version for LaserJet Profession​al M1212nf MFP

    Dear all,
    I am looking for an older driver version for our HP LaserJet Professional M1212nf printer, since with our SAP-Citrix system I could only print reports from that version. The version is 20100331 (1.0.1.19178). Is there any place where I could find this driver version? If not, is there any way to transfer the printer driver to the new computer?
    In the meantime I found the HP FTP path where various drivers can be found: ftp://ftp.hp.com/pub/. However, I don't know where I could find the driver I am asking for. Could please someone help me with this?
    Best regards,
    Radu

    @RaduPopa ,
    I have brought your issue to the attention of an appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post personal information (serial numbers and case details).
    If you are unfamiliar with how the Forum's private message capability works, you can learn about that here.
    Thank you for visiting the HP Support Forum.
    I work for HP. However I speak only for myself, not for HP nor anyone else

  • Reports older than version 9 are not supported

    Hello,
    I tried to access crystal reports rpt files from java client application:
    reportClientDoc.open(filename,0);
    and I got the following error meassage as ReportSDKException:
    Reports older than version 9 are not supported.
    I am using the jar files of the here downloaded JRC pack as runtime libraries (actually in NetBeans IDE 7.2.1).
    I tried the followiing packs:
    crjava-runtime_12.2.217 : SAP Crystal Reports for Java Runtime Components - Java Reporting Component (JRC)
    and
    JRC 11.8
    giving similar error message.
    Is there any older pack available for download prior of Crystal Reports version 9 ?  I could not find for very long search.
    Or is there any other possibilty to access such RPT files from java? (Actually these file are generated by IBAK-IKAS Sewer Inspection Software).
    I suppose VisualStudio is a possibility (which version?), but java would be better for us on our operation system platform.
    thanks for any tip
    Marcell

    Ted,
    I am actually using your JSP page code from "Ensuring Report Cleanup" blog.
    All my reports have a date stamp of 2006-2009, so they are fairly recently.
    And they are 3rd party, not sure I can modify them (technically or legally)
    I tried to open several other reports (with more recent datestamp), and got exceptions like:
    Error
    Error finding JNDI name (CSGSQL_2K5) 
    What might be causing that and how to fix it?
    (I try to open it from file system, not RAS. Running JSP on Tomcat6. maybe some XML config file missing?)
    Does it mean that this report is not too old for CRViewer12, so we are one step further ?
    Also, how do I pass info to that report via JSP (DB connection, parameters, etc)?
    Any good documentation/books on working with CRViewer 12 with JSP ?
    I could only find books on how to use CR with .NET. 
    Sorry for the newbie questions, very new to CR.
    TIA,
    Oleg.

  • Adobe Reader for Windows Phone cannot open older PDF versions?

    I've found that Adobe Reader for Windows Phone displays the following error when I try to open certain PDF documents: "There was an error opening the document".
    After doing some limited testing I found that it can successfully open PDF documents which were saved as "PDF version: 1.5 (Acrobat 6.x)", but the error appears when it tries to open documents saved as the older format "PDF version: 1.3 (Acrobat 4.x)". (I am checking the filetype version by opening the documents in Adobe Reader X on my PC and looking at the document properties).
    My phone is a HTC 7 Mozart running Windows Phone 7.5. I noticed the problem when I was using the SkyDrive app to try and look at some PDF files I have saved in SkyDrive. SkyDrive downloads the file and then passes it to the Adobe Reader app to view. It works when I look at a newer version 1.5 PDF but not the older v1.3 type. Unfortunately my HP Photosmart 5510 scanner outputs scans as PDF files and only in the older file version.
    I've tried reinstalling the SkyDrive app and the Adobe Reader app on my phone. (The Adobe Reader app is version 10.1.1, build 20120919).
    Is this a known limitation, or is this a bug?
    If this is a limitation that won't be fixed - is there an easy way I can convert my files to the newer file type? (Adobe Reader X on my PC doesn't seem to offer a way to convert existing files)
    Thanks!

    [topic moved to Adobe Reader for Windows Phone forum]

  • Where to check SAP version in server

    Hi,
    I am new to SAP and I would like to know how can I check my SAP version in development server whether it is R/3, mySAP or Netweaver 2004s, SP stack 8 and my Enterprise portal version.
    I know that it is 4.7, is it R/3?
    Does it mean that if my company have installed EP and BW, SAP system will become Netweaver?
    best regards,
    ying

    Hi Ying,
    Thanks for the points and for more info on 4.7 architecture check the small link for a nut of Info
    http://www.thespot4sap.com/Articles/SAP_4point7_Architecture.asp
    a read can give u more insight on the topic
    Br,
    Sri
    Award points for helpful answers

  • Sap version what is the difference between 4.7ee and 6.0

    Hi Gures
           Now I am working in 4.7ee version but next month onwards in my company they r going to use 6.0
    so I want to what is the canges with 4.7 to 6.0? as well can u give details about new g/l concept?

    http://solutionbrowser.erp.sap.fmpmedia.com/Default.aspx
    Please use above mentioned link, you will find the delta functionalities between various SAP Versions.
    Regards,
    Ravi

  • Key functional differences between SAP ECC Version 6.0 and SAP Version 4.6

    Hi Forum,
    As we are currently updgqrading to SAP ECC Version 6.0 from SAP Version 4.6, could someone please identify what are the new functionalities are being offred in SAP ECC 6.0.
    Please let me know or guide me in a right direction - my email address is [email protected] or simply reply to the forum.
    Thank you
    Yogesh

    Dear Yogesh,
    Please go through Upgrade info @ service.sap.com.
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/43/6880cbb88f297ee10000000a422035/frameset.htm
    http://solutionbrowser.erp.sap.fmpmedia.com/
    Major difference is ECC6 is netwear product having WASJAVA+ABAP
    secondly support unicode apart from this we have other diff. you can get fom master guide from service.sap.com/instguides
    For installing ECC 6.0 you required a solution manager key.With out solutionmanager key you cannot install ECC6.0.
    For ECC 6.0 is called netweaver component here you have ABAP+JAVA stack.
    ECC6.0 supports UNCODE.
    For installing 4.6 you don't required solution manager key.It only having ABAP stack.
    4.6C supports NONUNICODE.
    Hope this would add some more info.
    Regards,
    Naveen.

  • How to zip a text file and send as email attachment in SAP version 4.6c?

    Hi Guru,
    How to zip a text file in SAP version 4.6c which doesn't have class CL_ABAP_ZIP?
    Please help.
    Thanks & Regards,
    Ari

    Hi,
    Try this link
    [http://sap.ittoolbox.com/groups/technical-functional/sap-dev/sapr3dev-zip-file-from-sap-1707099?cv=expanded]
    Cheers,
    Surinder

  • Where are the older BIOS versions gone?

    Hi
    A few weeks back, I've upgraded the BIOS on my Pavilion G6 1001sq to the latest version (F66). I noticed that the laptop is running considearbly hotter since then and I want to revert to an older BIOS version. When I go to the updates page on the HP website and click on "older versions available" I can only see the F66 version on the page I'm directed to ( http://h10025.www1.hp.com/ewfrf/wc/previousVersions?softwareitem=ob-115746-1&cc=us&dlc=en&lc=en&os=4... ), although a long list with many versions was available till recently. Where are the older versions gone?

    Unfortunately, I do not know where they have gone. HP is working on issues with the suport and driver servers at the moment.
    Since your notebook does have the UEFI Diagnostics installed, you should be able to rollback to the previous version that was installed. Use the firmware management option to do that.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Final Cut Pro 7 not recognizing Sony HDV Deck on older 2008 version MacPro's

    I am trying to connect a Sony HDV deck to Final Cut Pro version 7 on an older 2008 version MacPro.  The problem was with the firewire mini port on the back i believe because i used a different deck which was the same model - but the only difference was it had a firewire 400 port instead of mini firewire port.  Anyway, the deck with the 400 firewire port worked for logging and capturing, etc... (this also worked when i re-tested it on the 2008 MacPro)  Im wondering if anyone else has had problems with the firewire mini port on the Sony HDV deck because it seems like almost every HDV deck i have with mini firewire has problems connecting to final cut pro or any editing application.  I know now that the deck i had in question the mini port is not working correctly but is there a way to fix this or prevent the cable - deck from terminating the connection with the mini cable being used.  I dont need an answer to the deck problem because i figured it out but just wondering if anyone has some insight on this deck problem.  Thank you...
    Kyle

    >I dont need an answer to the deck problem ... just wondering if anyone has some insight on this deck problem
    So you don't want an answer, just insight. OK, I'll give it a go.  I've had several Sony VTRs with the 4pin Firewire port (proper name for what you refer to as "mini"), which is the same type of port that most DV and HDV cameras use as well.  One of the main things you need to be wary of is plugging in and unplugging a Firewire cable while either the device or the computer is powered on.  I know that marketing hype claims that Firewire is hot swap-able, but it really isn't safe to do so.  The pins in both the 4 pin connector as well as the 6 pin connectors are very close together and if they aren't aligned exactly right with the socket, can easily cause arching and damage a Firewire port on either or both ends.  Is that the kind of insight you were looking for?
    -DH

  • Transfer the Pur Order Info through BAPI's between SAP R/3 Systems Using XI

    How to Create a Purchase Order for the Vendor and transfer this data through BAPI's between SAP R/3 Systems Using "Exchange Infrastructure(XI)".
    Please kindly let me know the procedure for creating BAPI's and how to transfer this information between SAP R/3 systems. Please kindly mention the NAVIGATION for this scenario.

    Hi Revathi,
    If you want to do an IDOC to IDOC scenario, then the Points to be noted are:
    1. You don’t need a DT, MT or a message interface for the IDOC as it itself acts as the Message Interface.
    2. You import the IDOC and use the same in your mapping.
    3. You do not need a sender IDOC adapter, and no sender agreement, but a receiver IDOC adapter and a receiver agreement is needed.
    IDOC -> File scenario ref:
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    File -> IDOC ->
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    (It concentrates on XSLT mapping but also gives an idea about the configuration part. Do go thru that, it might help you.)
    Apart from this if you need any info on how to configure your ALE, partnet profile,etc  drop me a mail, I have excellent tutors that can help you in the same.
    Regards,
    Bhavesh

  • Input Tax  - difference between sap version 4.7 and version 5

    Hi All
    I done total customising of input tax on sap version 4.7 as well as version 5.
    now I want to enter following invoice through t.code F-43:-
       Raw Material Cost                           50,000.00
    Add:-  Excise                                       8,000.00
    Add:-  E.Cess                                          240.00
    Add:-  Vat                                             2329.60
    So we are to pay to vendor Rs. 60,569.60.
    Now when use sap version 4.7 & run t.code F-43, then if I enter Rs. 60,569.60 against g.l of vendor & purchase, then system accept it.
    But when I use sap version 5 & run t.code F-43, then I have to enter Rs. 60,569.60 against g.l of vendor & Rs. 50,000 against g.l of purchase, then only system accept the entry.
    why so. Plz clarify
    With Regards
    Deepak Garg
    Mob 9213784161

    Hi,
    there are lot of changes like i observe
    1, in rebates there is no advanced rebate processing in 4.7
    2. there is no scale group field in condrecords of agrement in rebate agreement.
    3. there are lot of new reports available in SIS
    4. in sales returns process also seperate config available in 6.0
    regards,
    sk

  • Step by step bapi to convert SAP to XML please its urgent

    step by step bapi to convert SAP to XML please its urgent
    full points if with full example and coding in ABAP,
    Thank you,
    Regards,
    Jagrut Shukla

    yes i want to convert Catsdb table into xml format and safely in server, i.e secured  place

Maybe you are looking for

  • How can I open and diplay the inhalt of  xml-file on a Jpanel

    It sounds very simple to do that. I've already read the Xml-tutorial. But I still don't know, how can I do it?what is the best and simple way to do that? Any advice would be greatly appreciated! Please write some code for me, if possible. so that I c

  • Sd Billing Document (FI Postings)

    Hi Guys, I am looking at a billing document in VF03. When i checked the related accounting documents, i have a list of Accounting, PA, controlling, profit center and special ledger documents. The number of these documents differ for different billing

  • EFT Payment of Travel Management Claims

    I am currently trying to create a functional spec of how to pay travel claim electronically. I've opted not to go the DME way, because it takes away the option of claim from petty cash completely. What I would like to know is, is there any other pers

  • HT2688 Copying pictures to a new iPad

    How am I able to transfer/share some, but not all pictures, from a PC to an iPad? I am using an iPad for the first time.

  • Array degraded but all drive modules are OK

    Hi ! The Xserve RAID is a 14 x 250 Gb P-ATA model. One of the module went bad 3 months ago; I had no spare and the applecare replacement took a whole month to arrive. In the mean time, I bought an Apple 400 Gb P-ATA module and used it without any pro