SAP Macro
I have a bunch of data that i need to get out of SAP and put it into a Excel spreadsheet daily. i need to look up the hours on several different parts and operations. is it possible for me to writed a VBA program that will call a SAP macro give that macro data [...]
Answer Question
| September 16, 2010 8:40 PM
Excel worksheets, SAP, SAP All-in-One, SAP and data management, SAP development, VBA
I have a bunch of data that i need to get out of SAP and put it into a Excel spreadsheet daily. i need to look up the hours on several different parts and operations. is it possible for me to writed a VBA program that will call a SAP macro give that macro data [...]
URL address greater than 255 characters. How to overcome that limit in ABAP
I have a button on my opening screen that calls a function that brings up a URL containing documentation. It worked great in testing until I tried to use a URL address that is longer than 255 characters. Is there a BAPI or method or something that will work with more than a 255 character string? [...]
Answer Question
| July 23, 2010 8:00 PM
ABAP-program, BAPI, SAP development, SAP ECC 6.0, URL
I have a button on my opening screen that calls a function that brings up a URL containing documentation. It worked great in testing until I tried to use a URL address that is longer than 255 characters. Is there a BAPI or method or something that will work with more than a 255 character string? [...]
Tax Related Table Name – ABAP
Hi All, Is there any table which stores the tax code’s percentage bifurcations? For Eg: Suppose TC is the tax code whose description is 8% on ED then is there any table which stores the 8% in one of its column? Actually this bifurcation is required because I have to calculate taxes for each GR in a PO line [...]
Answer Question
| February 26, 2010 9:15 AM
SAP ABAP, SAP development
Hi All, Is there any table which stores the tax code’s percentage bifurcations? For Eg: Suppose TC is the tax code whose description is 8% on ED then is there any table which stores the 8% in one of its column? Actually this bifurcation is required because I have to calculate taxes for each GR in a PO line [...]
SAP – ABAP
how to transport data dictionary(table) content from test environment to quality?
Answer Question
| May 20, 2009 6:10 AM
ABAP, Data Dictionary, SAP, SAP ABAP, SAP development
how to transport data dictionary(table) content from test environment to quality?
Dynamic design in SAP Smart Forms
How to dynamically design the column and display in smartforms
Answer Question
| April 28, 2009 7:28 AM
SAP administration, SAP development, SAP Smart Forms
How to dynamically design the column and display in smartforms
SELECT statement in SAP
what are various select statements used and where are they used.what is value table.
Answer Question
| April 13, 2009 10:30 AM
ABAP, SAP ABAP, SAP development, SELECT statement
what are various select statements used and where are they used.what is value table.
Future of ABAP
Could someone tell me the future of ABAP. Would it be an important part of SAP or JAVA replace it?
Answer Question
| April 21, 2009 8:41 AM
ABAP, SAP ABAP, SAP careers, SAP development, SAP jobs
Could someone tell me the future of ABAP. Would it be an important part of SAP or JAVA replace it?
SAP – Create CSV from Text format
I tried to convert the text format to CSV format by USing internal table and the FM isSAP_CONVERT_TO_CSV_FORMAT. But wn i download to CSV format the file contains fields serepared by ‘;’.So becuse of this Im unable to Up load this file.
Answer Question
| July 20, 2010 4:11 AM
CSV format, isSAP_CONVERT_TO_CSV_FORMAT, SAP development, SAP Import/Export
I tried to convert the text format to CSV format by USing internal table and the FM isSAP_CONVERT_TO_CSV_FORMAT. But wn i download to CSV format the file contains fields serepared by ‘;’.So becuse of this Im unable to Up load this file.
How to move data from SAP table to another database using ABAP ?
How to move data from SAP table to another database(Oracle) using ABAP ?
Answer Question
| March 25, 2009 9:13 AM
ABAP, SAP ABAP, SAP development, SAP interoperability
How to move data from SAP table to another database(Oracle) using ABAP ?
CCCHECK Transparent table not existinging in ECC6.0
Dear Peers, does anyone knows what replace CCCHECK transparent table in SAP ECC6.0? We just had an upgrade from 4.6c to ECC6.0 and some of the custom programs created in 4.6c uses CCCHECK, after the upgrade, we are encountering ABAP dumps for these programs since it is looking for a Transparent Table that no longer [...]
Answer Question
| March 12, 2009 3:44 AM
CCCHECK, Credit Card Check table, ECC6, SAP development, SAP ECC 6, SAP upgrades
Dear Peers, does anyone knows what replace CCCHECK transparent table in SAP ECC6.0? We just had an upgrade from 4.6c to ECC6.0 and some of the custom programs created in 4.6c uses CCCHECK, after the upgrade, we are encountering ABAP dumps for these programs since it is looking for a Transparent Table that no longer [...]
Process of swapping the kernels
HI i am working on a sap application where the OS is OS400 and the Data Base is DB2/400, now i want to know the process of swapping the kernels Can any one explain it or refer some meteral for teh same . thanks in advance kiran
Answer Question
| March 12, 2009 10:07 AM
DB2/400, OS/400, SAP development
HI i am working on a sap application where the OS is OS400 and the Data Base is DB2/400, now i want to know the process of swapping the kernels Can any one explain it or refer some meteral for teh same . thanks in advance kiran
Email in SAP Smart Forms
what is the difference between the two mediums ‘Simple mail’ and ‘External send’ which we use while email in case of smartforms.
Answer Question
| February 26, 2009 9:22 AM
SAP administration, SAP development, SAP Smart Forms
what is the difference between the two mediums ‘Simple mail’ and ‘External send’ which we use while email in case of smartforms.
ABAP query request
hi,all i want to implement a logic where i have to display sum of one column at the end of another sorted column .i used at new block but itisn’t working.please prove any pointers. thanks in advance.
Answer Question
| June 22, 2011 1:00 PM
ABAP, ABAP queries, SAP ABAP, SAP development
hi,all i want to implement a logic where i have to display sum of one column at the end of another sorted column .i used at new block but itisn’t working.please prove any pointers. thanks in advance.
Sorting and rearranging columns in CL_GUI_ALV_TREE
I’m using CL_GUI_ALV_TREE for a report tree and need to rearrange fields and re-sort based on these new fields. I’ve seen the hierarchy button in CL_GUI_COLUMN_TREE that works. I’m trying to incorporate using ALV_TREE instead. Has anyone done this? Thanks
Answer Question
| February 6, 2009 10:37 PM
ALV TREE, CL_GUI_ALV_TREE, CL_GUI_COLUMN_TREE, SAP development
I’m using CL_GUI_ALV_TREE for a report tree and need to rearrange fields and re-sort based on these new fields. I’ve seen the hierarchy button in CL_GUI_COLUMN_TREE that works. I’m trying to incorporate using ALV_TREE instead. Has anyone done this? Thanks
Need information on SAP Testing
Hi all, Can any one please provide me information on: What is SAP testing? How the SAP testing will be done? Regards, Shreehari.
Answer Question
| April 8, 2011 8:49 AM
Performance testing, SAP development, SAP testing
Hi all, Can any one please provide me information on: What is SAP testing? How the SAP testing will be done? Regards, Shreehari.
Is getting custom SAP development from other clients feasible?
When so many companies are aggressively trying to reduce their costs, getting more for less, is there an opportunity to leverage the custom SAP solutions already developed? Like an “eBay” for custom development? Thank you, Chris Young B2BSX
Answer Question
| January 26, 2009 7:31 PM
SAP, SAP developers, SAP development
When so many companies are aggressively trying to reduce their costs, getting more for less, is there an opportunity to leverage the custom SAP solutions already developed? Like an “eBay” for custom development? Thank you, Chris Young B2BSX
Insert data through LotusScript into SAP
I want to insert date into SAP using Lotus Script. The documents are saved in a view. Schedule agent will collect all the documents that are created today and save it into SAP. I am using RFCServer class. Please help me as soon as posible
Answer Question
| December 16, 2008 9:23 AM
Lotus development, Lotus import/export, Lotus Notes View, Lotus Schedule Agent, LotusScript, RFCServer class, SAP development, SAP Import/Export
I want to insert date into SAP using Lotus Script. The documents are saved in a view. Schedule agent will collect all the documents that are created today and save it into SAP. I am using RFCServer class. Please help me as soon as posible
Using a user-exit to download standard queries, netvalue/price and unit fields are fetting distorted in application server
Using a user-exit to download standard queries, netvalue/price and unit fields are fetting distorted in application server. Net value which should be like 2400 USD downloads as 00p, USD in app server while using the private file option. Also the same for unit. Is there a way to check this or it is one of [...]
Answer Question
| December 8, 2008 9:06 PM
SAP development, SAP Query
Using a user-exit to download standard queries, netvalue/price and unit fields are fetting distorted in application server. Net value which should be like 2400 USD downloads as 00p, USD in app server while using the private file option. Also the same for unit. Is there a way to check this or it is one of [...]
SAP training materials?
i dont have idea about sap. i am mechanical engineer presently orcle is our ERP, just i am using the fronthand application as assembly engineer. What is the dif beween sap and erp. what are the programing languages is a must to sap. wht r the basic book material need to learn. And can i [...]
Answer Question
| April 15, 2011 6:37 PM
Certifications, IT careers, Oracle ERP, Recommended reading, SAP careers, SAP certifications, SAP developers, SAP development, SAP ERP, SAP jobs, SAP training
i dont have idea about sap. i am mechanical engineer presently orcle is our ERP, just i am using the fronthand application as assembly engineer. What is the dif beween sap and erp. what are the programing languages is a must to sap. wht r the basic book material need to learn. And can i [...]
Email notification for subsequent release of PR using SAP Webflow
Hi, I want to generate automatic Mail to give information about release of PR according to the release strategy set. For Example, Release strategy:A in which First level:X Scond level:Y third Level:Z So when PR is mailed then in that case PR details via EMail should go first to the first level X and when [...]
Answer Question
| December 1, 2008 7:35 PM
Email notification, SAP development, SAP R/3, SAP Webflow
Hi, I want to generate automatic Mail to give information about release of PR according to the release strategy set. For Example, Release strategy:A in which First level:X Scond level:Y third Level:Z So when PR is mailed then in that case PR details via EMail should go first to the first level X and when [...]





