Access 2010 Linked to Sharepoint online - avoid direct access to sharepoint stored data

Hello,
I have an access 2010 application (front end)  connected to SharePoint online team site (as back end).
I wish to allow my users to work with the front end but to avoid direct access to the data on SharePoint Online.
The user will open the access application and it will auto connect & work with SharePoint online.
How can I implement this?
Thank you for your help

Hi,
According to your description, my understanding is that you want to use Access 2010 to connect the SharePoint Online data.
In Access 2010, you can connect the SharePoint list as a external datasource like the capture below. It will need to input url and user credentials to access SharePoint site in the wizard. If you want to connect automatically, you will need write some custom
Micro code to achieve it.
If you have some question about Micro code to connect SharePoint list automatically, I suggest you can create a new thread in Access Development, you will get more detailed information from there.
https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev
Thanks
Best Regards
Jerry Guo
TechNet Community Support

Similar Messages

  • If i associate my apple id with another email will i lose my icloud data or i will still be able to access all my stored data with the new linked to my apple id email address?

    hi there
    if i associate my apple id with another email will i lose my icloud data or i will still be able to access all my stored data with the new linked to my apple id email address?
    i mean i am not signing up for a new account, just changing my old id primary email which is my apple id login into account.
    in other words, www.icloud.com will recognize that it is still me if i login on the site? will i be able to see there all my stored information?
    and if i change my password, does it automatically changes the @icloud.com password which should be the same as my apple id pass?
    thanks

    After opening the email it shoud of had you enter the Apple ID and password. Using certian web browser's can cause errors. You can adjust securty settings (big pain) or you use another browser. Using Firefox or Safari should do the trick.
    Let me know if using Firefox or Safari resolved it.

  • IncludeText in a Mac Word file linking to SharePoint

    Hello,
    I've looked around the web and the forums and I have found little information on this subject, so here goes...
    I have a Word document that has several INCLUDETEXT fields that point to source documents located in a SharePoint Online Library (Office 365 Enterprise). I built the target document in Word 2013; all of the source documents are based on this target document
    template.
    In my own Windows world (Office 2013 or 2010, Windows 7), I am able to make the various INCLUDETEXT fields update as I want and expect that they would. When I test the target document on a neighboring Windows world (Word 2013/Windows 8), the fields work
    as anticipated and expected.
    The problem arises when I move to an Apple machine and try to make the fields work in the Apple orchard. When I open the file from SharePoint into MacWord 2011, everything looks fine.  But if I go to update a field manually, I first get a pop-up window
    error message that says "Not a valid address" and then the target document field I was attempting to update displays "Error! Not a valid filename". This is the same on two separate machines, two separate users. Permissions for both users
    look fine, one of the users has identical permissions as myself (full control).
    Currently this is what my code looks like:
    { INCLUDETEXT  "https://*domain*.sharepoint.com/sites/**********tech/shared%20Documents/Templates/0.0_CoverPage.docx?Web=1" \*MERGEFORMAT}
    Is my address too long (I removed our domain which is 19 characters plus an additional 10 before "tech" for a total of 29 characters missing from the URL above)? Is there another way to accomplish this task?
    Any help is appreciated!
    Brian

    More information from my reply to a couple of responses over at the Office for Mac Forum (posting title 'INCLUDETEXT and SharePoint'). Including them here in case someone here can point me in a direction with more information...
    "...this seems like an issue with Word for Mac versus SharePoint (the file tests okay under every scenario tried with Word 2013 and SharePoint) I figured I would ask the crowd here as well.
    Phillip, I took a look at all of my paths and it doesn't look like I have forbidden characters there (SharePoint also doesn't like those characters since it makes the file name a part of the URL). Where I can I try to replace spaces with underscores, again
    a SharePoint thing because of the URL's. I also thought for an optimistic hot second that maybe the file name "0.0_CoverPage.docx" may work better as "00_CoverPage.docx" (losing the period), but that of course had no effect.
    I've tested this in Word 2010 since it is to my understanding closer to the build of Word for Mac 2011, and it goes through the same process of signing in and downloading as Word for Mac does. Except that 2010 is actually successful at completing.  :-(
    Has anyone ever tried to link to SharePoint through Word for Mac? Am i the only one crazy enough to do this?"
    Brian

  • Office Web Apps - Preview Sharepoint 2010 documents in Sharepoint 2013 Search Results...again

    Hi,
    I found a thread in this forum With an answere to a similiar question here:
    http://social.technet.microsoft.com/Forums/en-US/28bc1e27-4a65-4c61-9b3e-cb9dad17f779/office-web-apps-preview-sharepoint-2010-documents-in-sharepoint-2013-search-results?forum=sharepointsearch&prof=required
    ...With the answere:
    "OWA uses an access token to talk to SharePoint 2013.  It cannot use this when talking to 2010.  In order to work with 2010, you have to create a custom display template that converts the file url to an openurl link. "
    BUT...
    may anyone give more information how to do this?
    Links to articles? Links to description and samples?
    jik

    Hi,
    According to your description, my understanding is that you want to preview documents from SharePoint 2010 in search results in SharePoint 2013.
    Per my knowledge, the Office Web Apps is configured to work with SharePoint 2013, so it will not work with documents in SharePoint 2010.
    I recommend to configure Office Web Apps to work with SharePoint 2010
    and make sure that documents can be previewed in SharePoint 2010 using Office Web Apps to see if the documents can be previewed in SharePoint 2013 search result.
    http://technet.microsoft.com/en-us/library/ff431687(v=office.14).aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Creating custom lists that are links to SharePoint sites.

    I am new to SharePoint 2013 Online and was wondering if there is a non-coding way to build a sub-site from a template that is not initially connected to a site collection. Attach this sub-site to a site an already existing site collection afterwards and
    use data from the sub-site that is created, to generate a custom list items that can also be used as links to the sub-site itself.
    How I thought this might work would be to create templates for site collections (if that is even possible), and then use a links list or some other type of linked list but not exactly sure how this is done in SharePoint.
    Any input on how to go about this would be greatly appreciated as well as any insight as to whether this is even possible to do with out coding. Thanks in advance.

    Hi,
    According to your post, my understanding is that you wanted to create custom lists that are links to SharePoint sub-sites.
    I recommend to create a custom list and add a multiple line column to display the sub-sites url.
    Then create a workflow associate a custom list and use “Call HTTP Web Service" action and “Build Dictionary" action to get the count of the sub-sites.
    Then use the Loop Stage to create a new item in the custom list and set the multiple line column to the url you get in the dictionary.
    Here is a great blog for you to take a look at:
    http://sergeluca.wordpress.com/2013/04/09/calling-the-sharepoint-2013-rest-api-from-a-sharepoint-designer-workflow/
    In addition, you can use the build-in webservice via SharePoint Designer.
    More information:
    http://www.balestra.be/2012/03/show-all-subsites-on-a-sharepoint-2010-page-without-code-via-sharepoint-designer.html
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Sharepoint 2010 comsumer and Sharepoint 2013 is the provider

    The client has sharepoint 2010 as the consumer and 2013 as the provider for the service application "User profile service application"
    When the client clicks on My profile and  tries to change his picture we get an error mesage, when the logs were reviewed we see the below message
    Timestamp Process TID Area Category EventID Level Message Correlation 09/05/2014 10:17:46.17 w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://xxxxx/_layouts/SelectPicture2.aspx?Type=User&accountname=yyyyy&IsDlg=1)
    9f43fafd-1f9d-436b-9100-bbe66ed75e72 09/05/2014 10:17:46.18 w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ 9f43fafd-1f9d-436b-9100-bbe66ed75e72 09/05/2014 10:17:46.20 w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC
    SharePoint Portal Server Runtime 7pm5 High Url Path: "/_layouts/SelectPicture2.aspx" 9f43fafd-1f9d-436b-9100-bbe66ed75e72 09/05/2014 10:17:46.21 w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Portal Server Runtime 7pma Exception Unhandled exception
    caught during execution of Microsoft.SharePoint.Portal.PageBase::ErrorHandler(). Exception information: Exception information: System.IO.FileNotFoundException: The Web application at http://my-sites/ could not be found. Verify that you have typed the URL correctly.
    If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application. at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken) at
    Microsoft.SharePoint.SPSite..ctor(String requestUrl) at Microsoft.SharePoint.Portal.WebControls.ProfileImagePicker.LoadPictureLibrary() at Microsoft.SharePoint.Portal.WebControls.ProfileImagePicker.<onload>b__0() at Microsoft.SharePoi... 9f43fafd-1f9d-436b-9100-bbe66ed75e72
    09/05/2014 10:17:46.21* w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Portal Server Runtime 7pma Exception ...nt.SPSecurity.<>c__DisplayClass4.<runwithelevatedprivileges>b__2() at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated
    secureCode) at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param) at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode) at Microsoft.SharePoint.Portal.WebControls.ProfileImagePicker.OnLoad(EventArgs
    ea) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoi... 9f43fafd-1f9d-436b-9100-bbe66ed75e72 09/05/2014 10:17:46.21* w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Portal Server Runtime 7pma Exception ...nt, Boolean includeStagesAfterAsyncPoint) System.IO.FileNotFoundException: The
    Web application at http://my-sites/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application. at Microsoft.SharePoint.SPSite..ctor(SPFarm
    farm, Uri requestUri, Boolean contextSite, SPUserToken userToken) at Microsoft.SharePoint.SPSite..ctor(String requestUrl) at Microsoft.SharePoint.Portal.WebControls.ProfileImagePicker.LoadPictureLibrary() at Microsoft.SharePoint.Portal.WebControls.ProfileImagePicker.<onload>b__0()
    at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<runwithelevatedprivileges>b__2() at Microsoft.SharePoint.Utilities.... 9f43fafd-1f9d-436b-9100-bbe66ed75e72 09/05/2014 10:17:46.21* w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Portal Server
    Runtime 7pma Exception ...SecurityContext.RunAsProcess(CodeToRunElevated secureCode) at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param) at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated
    secureCode) at Microsoft.SharePoint.Portal.WebControls.ProfileImagePicker.OnLoad(EventArgs ea) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive()
    at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 9f43fafd-1f9d-436b-9100-bbe66ed75e72 09/05/2014 10:17:46.21
    w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Server Unified Logging Service c91s Monitorable Watson bucket parameters: SharePoint Server 2010, ULSException14, 06d8f9f3 "sharepoint portal server", 0e00178d "14.0.6029.0", 1f65804a "microsoft.sharepoint",
    0e0017f9 "14.0.6137.0", 5136df43 "wed mar 06 00:16:35 2013", 000057b4 "000057b4", 00000077 "00000077", 4d150129 "filenotfoundexception", 37706d61 "7pma" 9f43fafd-1f9d-436b-9100-bbe66ed75e72 09/05/2014
    10:17:46.21 w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Foundation Runtime tkau Unexpected System.IO.FileNotFoundException: The Web application at http://my-sites/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving
    existing content, the system administrator may need to add a new request URL mapping to the intended application. at Microsoft.SharePoint.SPSite..ctor(SPFarm farm, Uri requestUri, Boolean contextSite, SPUserToken userToken) at Microsoft.SharePoint.SPSite..ctor(String
    requestUrl) at Microsoft.SharePoint.Portal.WebControls.ProfileImagePicker.LoadPictureLibrary() at Microsoft.SharePoint.Portal.WebControls.ProfileImagePicker.<onload>b__0() at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass4.<runwithelevatedprivileges>b__2()
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunEleva... 9f43fafd-1f9d-436b-9100-bbe66ed75e72 09/05/2014 10:17:46.21* w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Foundation Runtime tkau Unexpected ...ted secureCode) at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback
    secureCode, Object param) at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode) at Microsoft.SharePoint.Portal.WebControls.ProfileImagePicker.OnLoad(EventArgs ea) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive()
    at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    9f43fafd-1f9d-436b-9100-bbe66ed75e72 09/05/2014 10:17:46.21 w3wp.exe (XYZXYZXYZ:0x26E0) 0x5DEC SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://xxxxx/_layouts/SelectPicture2.aspx?Type=User&accountname=yyyyy&IsDlg=1)).
    Execution Time=50.9131783692527 9f43fafd-1f9d-436b-9100-bbe66ed75e72 </runwithelevatedprivileges></onload></runwithelevatedprivileges></onload></runwithelevatedprivileges></onload>
    Checked the Alternative access mapping on the provider server and it looks good.
    what would cause this to happne and how can this be resolved
    Satyam

    Cameron,
    Thanks for taking the time to reply.
    Actually, it may not be related to compatibility. Let me explain in detail (As below)
    Client has 2 different environments SharePoint 2010 and SharePoint 2013.
    On SharePoint 2010 they have the web application-Site collections, however for My sites they use SharePoint 2013, where the trust (Root certificate and the STS ) was shared... Making the SP2010
    as the consumer and SP 2013 as the provider.
    When a user from SharePoint 2010, click on my profile the user is then taken to this page "edituserprofile.aspx"
    which still has the look and feel of sharepoint 2010, and under pictures when we choose the button "Choose Picture" we get the error message with the corelation ID, when checked the ULS logs we get the message (Mentioned in the first post and is
    also mentioned below)
    "Exception Unhandled exception caught during execution of Microsoft.SharePoint.Portal.PageBase::ErrorHandler().
    Exception information: Exception information: System.IO.FileNotFoundException: The Web application at http://my-sites/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator
    may need to add a new request URL mapping to the intended application. "
    I have checked the AAM and it looks good.
    When the user clicks on my profile on SP2010 environment , the user must be diverted to the sp2013 environment to update his information...correct ?
    Satyam.. 

  • I need a link to buy online battery for Mac Book Pro 15" late 2008. Can't find this battery in the Apple Store...

    I need a link to buy online battery for Mac Book Pro 15" late 2008. Can't find this battery in the Apple Store...Battery: Model No. A1281 10.8 V 50 Wh.

    The only place that you can get an Apple battery is from Apple.  All of the counterfeiter's will claim that they have an OEM battery for the simple reason so that they can fool you in purchasing from them.
    At least from OWC you know exactly what you will be purchasing and they have a one year warranty.  I have purchased two from them, one for my 2006 MBP and one for my 2010 MBP.
    Ciao.

  • Linking a sharepoint site to a non sharepoint site

    Hello, i want my sharepoint site to display a part of the intranet of my company. so that the employee's can acces that part of the intranet, through sharepoint, at home. And if i make any updates/changes at the files in intranet that those changes also
    happen on sharepoint. So i have to make updates only in 1 file instead of 2. Like linking/mirroring sharepoint to the site or something. Is this in any way possible?
    Thanks in advance!
    -Rick

    Hi Rick,
    Please try to mapping a Drive to a SharePoint Site.
    The following articles for your reference:
    SharePoint 2010 - Mapping a Drive to a SharePoint Site
    https://answers.uchicago.edu/page.php?id=32514
    Using SharePoint Document Library as a Network Drive
    http://mroffice365.com/2012/02/using-sharepoint-document-library-as-a-network-drive/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Able to connect the visual studio 2010 to Remote SharePoint 2010 server?

    Able to connect the visual studio 2010 to Remote SharePoint 2010 server?
    l
    I researched the result value is null,
    They asking to try in another method like
    SharePoint Redistributable,
    SharePoint SDK.
     Any possible ways to connect the remote SharePoint2010 server with the local system.

    hi,
    try to see these links :
    http://platinumdogs.me/2014/01/14/remote-sharepoint-site-connections-not-supported-using-visual-studio-2013-and-host-named-site-collections/
    http://blogs.msdn.com/b/kvosters/archive/2013/03/27/sharepoint-2013-cannot-connect-to-the-targeted-site.aspx
    if you try these and they didn't work so you can't :(
    HOPE IT HELPS

  • Sharepoint 2013 Company Calendar link with sharepoint calendar

    hi,
    I linked the SharePoint calendar with the exchange calendar and it works perfectly with my own calendar,
    but I want to link it with the company general calendar in outlook. Is that possible ?
    Thank you,

    HI THERE,
    I am aware of that .. but once i overly it i shows all calendars in my account .
    while i wanted to show only a specific calendar from the exchange to the SharePoint .
    Thank You,

  • Office web Apps preview of SharePoint 2010 source in SharePoint 2013 search results

    Hi Team,
    We have crawled SharePoint 2010 source in SharePoint 2013 and able to get results successfully. Now our requirement is to show Office Web Apps previes of 2010 documents in 2013 search results.
    Any guidance on this please.
    Thanks,
    Manjeera

    Hi,
    Take a look at this blog post on how to do this: http://blogs.msdn.com/b/murads/archive/2012/10/11/utilizing-web-apps-2010-to-get-powerpoint-previews-of-sharepoint-2010-content-from-sharepoint-2013-search.aspx
    Thanks,
    Mikael Svenson
    Search Enthusiast - SharePoint MVP/MCT/MCPD - If you find an answer useful, please up-vote it.
    http://techmikael.blogspot.com/
    Author of Working with FAST Search Server 2010 for SharePoint

  • Donot extract from PSA. Access datasource directly (for small amts of data)

    Hi Experts,
    I am facing issue in DTP screen. I dont see File extraction selection path in DTP screen.
    My requirement is to load the csv file directly into DSO.  Here I dont use PSA /Infopackage.  I want to do this by DTP selection.  But in DTP selection I dont see File extraction options.
    In DTP screen I dont see Check Box which says " Donot extract from PSA. Access datasource directly (for small amts of data) "
    Last week we have upgrade/applied support packs.  So I am assuming that is this issue occured due to upgrade activity or it is something other way which iam missing.
    Appreciate your early response.
    Many thanks for your help.
    Regards,
    Saji

    Saji
    What is the location of your CSV file? Your Local machine or Application server ?
    I believe it has to be application server to have this settings.
    If you think this problem got created due to upgrade , you can try to create a FULL DTP for any of the master data/text DataSource and check if the option is coming there. If yes, then upgrade did not create any problem and you are sure this is a settings problem.
    Please check this thread....Do not Extract from PSA but Access Data Source (for Small Amounts of Data)
    Regards
    Anindya
    Edited by: Anindya Bose on Mar 10, 2012 10:23 AM
    Edited by: Anindya Bose on Mar 10, 2012 10:38 AM
    Edited by: Anindya Bose on Mar 10, 2012 10:38 AM

  • Send me link to learn about LSMW - Direct input

    hi
    Pls send me link to learn about LSMW - Direct input

    Hi,
    See below links
    http://www.sap-img.com/sap-data-migration.htm
    http://www.sapgenie.com/saptech/lsmw.htm
    http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf
    http://66.102.7.104/search?q=cache:-DE9K5Tj0j8J:www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doclsmwdoc&hl=en
    Steps to create
    Create project, Subproject, Object (freely definable, for the purpose of
    identification) – Use create icon in the menu. For example
    Project FI Finance
    Subproject GL GL MASTER
    Object GL GL Master
    2. Continue F8, Now you will see series of steps. Select the step and execute
    it (Ctrl-F8). In each steps, we will do some activity and save it. Then
    system prompts for the next activity.
    3. Maintain object attributes. By default the screen in display mode, Click
    on ‘pencil button’ to get into change mode. (This is applicable to upto the
    activity assign files). In this screen select ‘Batch input recording’ and
    in ‘Recording’ give name (freely definable) sal ‘GL01’ and click on Overview.
    In this screen button (Recordings overview). Now click on create button for
    recording. Give name and description, Now it will ask for the transaction
    code, enter the transaction code and enter the data, the way you want fill in
    the SAP screens/fields with legacy data. Then save the transaction. Now save
    again to save the recording. After that you select the button ‘default all’,
    then save it. And come back, now the cursor is on next activity.
    4. Maintain source structures. Here create the structure by specifying name
    (freely definable).
    5. Maintain source fields. In this screen, click on ‘copy fields’ (Ctrl+F8),
    here select ‘From data file(field names in 1st line)’. Now the system asks
    for the file, select your text file, the system will copy the fiedls from
    text file (tab delimited file. It contains field names in the first row).
    Save it.
    6. Maintain structure relations. Generally, we need not do anything here.
    7. Maintain field mapping and conversation rules. Here put the cursor on the
    field and click on source field, now you can see the list of field available,
    from which select one which is equal to the field on which you out the
    cursor. You can also write coding (ABAP Code) on any field for the purpose of
    validation of data. Save it.
    8. Maintain fixed values, translations, user-defined routines. Here also you
    can maintain values, if required.
    9. Specify files. In this screen, place the cursor on Legacy data, then click
    on create button. The system asks for the file name, (the text file, in which
    the legacy data is there), enter the file name, description and select Data
    for one source structure (table), delimiter as ‘Tabulator’, file structure
    as “Field names at the beginning of the file”.
    10. Assign files. The file name you specified in earlier step comes
    automatically here, If the file name does not come, then click
    on ‘assignment’ button and assign the file.
    11. Read data. Here specify the ‘transaction number’ (the number not less
    than the number of rows in the text file). Execute it.
    12. Display read data. Here, you can see the values, how the system read the
    data.
    13. Convert data. Here specify the ‘transaction number’ (the number not less
    than the number of rows in the text file). Execute it.
    14. Display converted data. Here, you can see the values, how the system
    converted the data, after interpreting conversion rules specified in the
    earlier steps. This is the data that is actually goes into SAP, once the
    Batch Input session is run.
    15. Create batch input session. Specify the ‘batch input session’ name for
    identification and also select the ‘keep session’.
    16. Run Batch Input Session. Select the batch input and click ‘Process’, from
    there select ‘foreground’ or ‘background’. Now the program runs and update
    the data in to SAP. You can analyze the batch input for the successful
    postings, errors.
    Regards,
    Omkar.

  • Print PDF via online subscription direct

    How can you create a PDF using adobe online subscription directly from the "print" function?

    Hi KCM1977,
    You'll need to install the CreatePDF Desktop Printer - please see: http://forums.adobe.com/docs/DOC-1495
    Please let us know if you have any questions.
    Thanks!
    -David

  • Remove "Page" Link in SharePoint Modal Popup

     Hi,.
     How to remove "Page" Link in SharePoint Modal Popup as shown below
    Ravindranath

    Hi Ravindranath,
    I could see you are loading a custom webpart inside modal dialog, try adding the below code in your webpart design file(.ascx)
    <style type="text/css">
    body {
    overflow: auto !important;
    #s4-leftpanel {
    display: none;
    .s4-ca {
    margin-left: 0px !important;
    #s4-ribbonrow {
    height: auto !important;
    min-height: 0px !important;
    #s4-ribboncont {
    display: none;
    #s4-titlerow {
    display: none;
    .s4-ba {
    width: 100%;
    min-height: 0px !important;
    #s4-workspace {
    float: left;
    width: 100%;
    overflow: auto !important;
    body #MSO_ContentTable {
    min-height: 0px !important;
    </style>
    Please remember to click 'Mark as Answer' on the answer if it helps you
    Regards,
    subhash reddy

Maybe you are looking for

  • How to get all data in a section from profile file?

    Suppose I have profile ini have a section like: [Mysection] k1 =v1 k2=v2 the key-value pair could be dynamically in this section. then I want to get all data in Mysection.  How can I get it in a loop for all in powerscript?

  • KeyListener in Fullscreen App Help

    I'm working on a fullscreen application in which i need to do some key binding. My class is implementing both the MouseListener interface and the KeyListener interface, I have defined all the methods contained in that interface, and I have added a Ke

  • ZENcast Organizer Has Stopped Working Error Message

    3ZENcast Organizer Has Stopped Working Error Message+ Hi Please could somebody give me some assistance with the following problem, I have looked through the posts but cannot find anything on this problem. A couple of days ago I have tried to open ZEN

  • Cp6 project not working on tablets

    Hello.  I have a Cp6 project that I published as swf and html5 (combo) which runs perfectly on a PC with Windows 7 using either IE9 or Google Chrome. This project is also SCORM 1.2 enabled and works fine on the LMS - either SCORM Cloud or the client'

  • HELP: Visual C++ 6 devdbg.pkg on Windows 7 crashing

    I used to have a HP Core2Duo i2 desktop, with native Windows 7 SP1 and Visual C++ 6 running fine. Now I got a Dell XPS 8700 i7 desktop, SSD, with native Windows 7 SP1 and Visual C++ 6 keeps on crashing everytime I load up a workspace/project. devdbg.