Happy New Year - 2010
I know this it is been long time since I posted, but this year went by so fast.
Any how wish you a Happy New Year to all. Hope this year brings all the wishs you have and let me bring you some new posts.
I know this it is been long time since I posted, but this year went by so fast.
Any how wish you a Happy New Year to all. Hope this year brings all the wishs you have and let me bring you some new posts.
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
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.
In this post let us see how we can write a parallel processing report. I explained here and the code is at end of the post.
The usual way of programming is serial processing. The program executes one line at a time and if you call a function that will wait until the control returns from the function and executes the rest of the code. In some case you might be calling the same function again and again for different set of master data. You know that there wont be any conflict between the data and you would like to execute the same function multiple times with different set of data. We need to do this in parallel processing this way the process will be completed much faster with multiple processes in different servers. Let us see how we can achieve this with an example.
…continue reading >> Learn SAP — Parallel Processing in ABAP programing
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
Powered by WordPress