karsap.blogspot.com
Tantrajnaani: August 2007
http://karsap.blogspot.com/2007_08_01_archive.html
Wednesday, August 29, 2007. This morning, one of my colleagues had a requirement, in which he wanted to process a file from presentation server and once done, the file system should move the file to a different directory, in the presentation server. We have done the same in application server using SYSTEM command, but to do the same, the following approach can be used. Assuming presentation server is a Windows system. Move file1.txt folder file1.txt. CALL METHOD cl gui frontend services= execute. Being a...
karsap.blogspot.com
Tantrajnaani: SAP Techie..
http://karsap.blogspot.com/2005/08/sap-techie_02.html
Tuesday, August 02, 2005. Why this blog. Basically I am an SAP Practitioner. Being a continous learner I keep updating myself from Trainings, Self study, Discussions and ofcourse experience. I want to blog whatever I know/ what ever I learn from now. Thats the motive to start this blog. To know other me please read my regular blog. Posted by Karthik C S at 8/02/2005 05:20:00 AM. TuMba olledaaytu.naanu SAP bagge tiLkobEku anta idde.post mADu. August 02, 2005 8:46 PM. View my complete profile.
karsap.blogspot.com
Tantrajnaani: November 2005
http://karsap.blogspot.com/2005_11_01_archive.html
Monday, November 07, 2005. Search Help or Input help. I has this doubt from long time. Got solved today. Case is like this:. I have 2 fields on the screen:. MTART ( Material Type). When I give a particular Material Type in MTART and press F4 on MATNR all the material of that particular MTART should only be displayed . and not all the materials. Create a search help with MATNR and MTART. MATNR as both IMPORT/EXPORT parameter and MTART as IMPORT parameter. Please refer SAP Document : Link. My Yahoo 360°.
karsap.blogspot.com
Tantrajnaani: August 2005
http://karsap.blogspot.com/2005_08_01_archive.html
Sunday, August 07, 2005. Abstract Accepted for IBM Sharenet. Every year IBM Conducts Sharenet for all the Competencies. This time SAP Sharenet is scheduled on 25th Aug. Center of Competency had called for abstracts last month. I had submitted mine too. There were about 130 submission. 8 were selected out of them. I am proud to say that mine was one of the selected abstract. It was on EBP Shopping cart approval. If you remember I had submitted an ICM. On this also . More details are here . Yesterday my co...
karsap.blogspot.com
Tantrajnaani: SDN - Wiki pages posted
http://karsap.blogspot.com/2007/08/sdn-wiki-pages-posted.html
Friday, August 24, 2007. SDN - Wiki pages posted. Recently published two SDN Wiki pages. Have a look at them:. Performance using Parallel Cursor. Want to Wiki more . Posted by Karthik C S at 8/24/2007 02:06:00 AM. Only today did I come to know bout ur other three blogs. Even though i understood little, I can safely say that the topics here are very wel presented. . Keep up the good work. August 28, 2007 7:59 AM. Deepthi Mamiduru(ద ప త మమ డ ర ). Do check this also. Http:/ sapebook.blogspot.com/.
karsap.blogspot.com
Tantrajnaani: What do I write most ... What do I work on more..
http://karsap.blogspot.com/2005/08/what-do-i-write-most-what-do-i-work-on.html
Wednesday, August 03, 2005. What do I write most . What do I work on more. Have you heard of workflows. Have you ever used a system where in series of workprocesses that run behind the scene integrated together? Table-Driven Dynamic Parallel Processing. Each step can be associated with a Multiline Element and the step would be executed in parallel as many times as the number of elements in the internal table "MultilineElement" specified in the "Other" Tab of the step . as shown below. News read http:/ pl...
karsap.blogspot.com
Tantrajnaani: Improved version of Parallel Cursor
http://karsap.blogspot.com/2007/06/improved-version-of-parallel-cursor.html
Friday, June 29, 2007. Improved version of Parallel Cursor. The disadvantage of the code in my previous post is that we can not use it when the inner loop key fields are are independent of key fields of outer loop. i.e. The assumption was the inner loop index keeps incrementing as the outer loop index index moves ahead. But this is not the case for 90% of our code. For example let outer loop be VBPA. Table and inner loop be KNA. 1 table, in which case, the key field for VBPA. But the key field for KNA.
karsap.blogspot.com
Tantrajnaani: Abstract Accepted for IBM Sharenet
http://karsap.blogspot.com/2005/08/abstract-accepted-for-ibm-sharenet.html
Sunday, August 07, 2005. Abstract Accepted for IBM Sharenet. Every year IBM Conducts Sharenet for all the Competencies. This time SAP Sharenet is scheduled on 25th Aug. Center of Competency had called for abstracts last month. I had submitted mine too. There were about 130 submission. 8 were selected out of them. I am proud to say that mine was one of the selected abstract. It was on EBP Shopping cart approval. If you remember I had submitted an ICM. On this also . More details are here . What do I write...
karsap.blogspot.com
Tantrajnaani: Advanced SAP Workflow Concepts - Document and Templates
http://karsap.blogspot.com/2007/06/advanced-sap-workflow-concepts-document.html
Friday, June 15, 2007. Advanced SAP Workflow Concepts - Document and Templates. SAP Technical Consultant, Worked on SAP Workflow development. It is required that user has to work with one of the PC application document like Microsoft Word, XL or Power point during workitem execution. Also the system has to capture the changes done by the user and store the document within the workflow and can be binded to different tasks and workflows. Usage of 'Document and Template' step in workflow builder. Right clic...
karsap.blogspot.com
Tantrajnaani: June 2007
http://karsap.blogspot.com/2007_06_01_archive.html
Friday, June 29, 2007. Improved version of Parallel Cursor. The disadvantage of the code in my previous post is that we can not use it when the inner loop key fields are are independent of key fields of outer loop. i.e. The assumption was the inner loop index keeps incrementing as the outer loop index index moves ahead. But this is not the case for 90% of our code. For example let outer loop be VBPA. Table and inner loop be KNA. 1 table, in which case, the key field for VBPA. But the key field for KNA.