Techskills


October 13, 2009

Learn SAP — Batch Data Communication BDC

Filed under: Learn SAP, SAP, SAP CRM — Tags: , , , , , — kumar @ 8:45 pm

In this post let us see how to use BDC on a program or function module to input from a text file or excel in batch mode. If you have more data to input for transaction then you need to create a background job to batch process to load the data. Manually entering takes lot of time. That is where the BDC plays its role.  I am just adding this with a example so that it will be much easier for a beginner to get a idea.
…continue reading >> Learn SAP — Batch Data Communication BDC

July 29, 2009

SAP CRM — PPR Factsheet

This post is from my friend Juan Pedro Vargas Fernández. He did some sample for factsheet in his project and he is very kind to let me post his documentation about the factsheet on this blog. So I thank him for that.

You can follow him at @ :  http://twitter.com/juanpedrov

 

His documentation goes as follows.

Finally let me tell you that in part got based in the explanation of this article: https://www.sdn.sap.com/irj/scn/wiki?path=/display/CRM/How+to+display+a+z-table+in+an+assignment+block

That article explain how to display a z table without using all the BOL concept that I’d like to understand. I tried to used a standard BOL (PRPAdvSearch) but it didn’t work. Maybe I should try creating my own BOL, maybe next time.

…continue reading >> SAP CRM — PPR Factsheet

June 2, 2009

SAP CRM — WEB IC Search view and Result view Navigation

Let us see how we can navigate between search and result view.

To learn how to create search and result view Click Here.

Once you know created the search and result view now we need to create a search button. I added the following code in the srviewset.htm.
…continue reading >> SAP CRM — WEB IC Search view and Result view Navigation

May 15, 2009

SAP CRM — Web-IC Component — Navigation between views

In this post let us create two view and navigate between the views.

First create a veiw firstview in the component.  (to get more information on view creation Click Here).

Once the view is created then make the view as configurable and add all the fields in structure to the screen. (for more info Click Here).

Once you made the view configurable then add the following code addition the the existing code.

  <thtmlb:button id      = “NextBtn”
               design  = “EMPHASIZED”
               onClick = “NEXT”
               text    = “Next”
               tooltip = “Second View” />

This will create a button on the first view. See the following screen shot.
…continue reading >> SAP CRM — Web-IC Component — Navigation between views

May 9, 2009

SAP CRM — WEB IC Create a new search view and result view

In this post let is see how to create a search and result view and link the view to the BOL object.

To learn about Custom BOL for a Z Table Click here.

Click Here to Go thru that post to understand how to create a New component and the new view.
…continue reading >> SAP CRM — WEB IC Create a new search view and result view

Older Posts »

Powered by WordPress