The procedures in this topic demonstrate how to create a site template for displaying sales orders by using Visual Studio 2010. The external system used in this case is a sales order entity from SAP that is exposed through the Business Data Connectivity (BDC) service. When you have comp...
1) Create RFC Destination Type T: (Client Independent. Use Customizing client) Go to trx. code SM59 Create a new RFC Dest. Use a name that refers to PI AAE, for example: “PIDCLNT001_AAE”. Select radio button “Registered Server Program” In Program ID enter the same Program ID name...
SAP Managed Tags: ABAP Development Hi, There is no bapi or fm to create settlement rules. You will have to make a bdc to meet your requirement. Regards, Bert Reply Go to solution Former Member Options Mark as New Bookmark Subscribe Mute Subscribe to RSS Feed Permalink Print Report...
Typically, SAP provides an enhancement in which the developer can create an append structure, use the function exits to synchronize the PBO and PAI of the standard SAP program and the custom subscreen program, and make the necessary linking( as mentioned above in step 4. But, again, this is...
The first step in providing a custom connector for SAP is to create a SharePoint project with the SharePoint 2010 Developer Tools for Visual Studio 2010. Those tools are part of Visual Studio 2010. We will use the Business Data Connectivity Model project template to create our project: ...
3.Or Un-fix all the line items in a PR Even though we have options of using BAPI/BDC and this can be done programmatically, such approach would require additional development and testing efforts. How about using a standard SAP transaction to achieve this functionality?
SAP Managed Tags: ABAP Development Hello, data: l_date(10), d_date like sy-datum. d_date = sy-datum. write: d_date to l_date dd/mm/yyyy. pass l_date to your bdc. Regards, Naimesh Reply Former Member Options Mark as New Bookmark Subscribe Mute Subscribe to RSS Feed Permali...
SAP continuously delivers new build-in checks for new tools (e.g.: ABAP Unit) and new objects (e.g.: BSP Applications). It’s also possible to add customer-built checks within this framework. Main steps for creating a new check Create new category Create new check Create documentation ...
SAP Managed Tags: SD Billing Hello All, I looked for the solution to create milestone billing plan in SDN, didn't find any. We are doing conversion from SAP to SAP. Creating billing contracts through BAPI. We have following item categories Periodic and milestone. When I create periodic ite...
SAP Managed Tags: ABAP Development Hi All, I have got the recording done, and developed code to upload the data into the transaction. Data from my Internal table is perfectly updating my BDCDATA table, I can see this from debugger comparing the data... Now I have a doubt - How to se...