abap-consultant.com
Gadang B Susetyo, SAP Independent Consultant | Freelance | ABAP
Our site is best viewed with Macromedia Flash 5 Plug-in. If you are unable to view the animation above, please download Flash 5 Plug-in for free here. Or you may click the navigation buttons above to enter the site.
abap-developer.com
Przemysław Promiński - SAP ABAP Developer
Przemysław Promiński - SAP ABAP Developer. Poznań University of Technology, M.Sc. - Computer Science, 2004-2007. Poznań University of Technology, B.Sc. - Computer Science, 2001-2004. Over 30 projects for customers in Poland and abroad (Finland, Holland, USA). Development Consultant SAP NetWeaver ’04 Application Development Focus ABAP. SAP NetWeaver’04 Web Application Development Focus Java. SAP SD/SCM -Order Fulfillment with mySAP ERP 2005. Development Consultant SAP Netweaver 2004s NetWeaver Portal.
abap-developers.blogspot.com
ABAP Development
Monday, December 9, 2013. Open and display pdf file with SAP ABAP. The following ABAP Program open PDF file and display into SAP Screen :. Wednesday, January 30, 2013. Insert SAP CRM Product Relations with BAPI Fuction. The following simple code inserts SAP CRM Product Relations ( using BAPI Function ) :. Tuesday, January 29, 2013. Replace in ABAP Strings. 1 REPLACE [{FIRST OCCURRENCE} {ALL OCCURRENCES} OF]. IN [section of] dobj WITH new. IN {BYTE CHARACTER} MODE]. RESULTS result tab result wa] }. Create...
abap-developers.com
ABAP Developers | SAP ABAP programming, tutorials, tricks | SAPUI5 / OpenUI5
OpenUI5 / SAPUI5 Tutorial. How to analyse, debug and optimize your SAP programs with standard tools. December 23, 2014. December 23, 2014. There is a phase in development cycle when the programmer needs to optimize his final product. This post focuses on those transactions which help developers to analyse, debug and optimize already finished reports and programs. Transaction codes for Database and Table handling. December 22, 2014. December 23, 2014. December 17, 2014. December 23, 2014. December 16, 2014.
abap-development-consultant.blogspot.com
ABAP Developers Journey
Friday, November 9, 2012. Get Structure Field's Name And Value. Is a great compact framework for dynamic programming approach. Sample code below shows how to get names and values of a structure components at runtime. "PERFORM get fields" subroutine is ready to use. Values could be formatted by the help of type information provided. For more info about RTTS . Go struct TYPE REF TO. Go tc TYPE REF TO. Cl abap typedescr =. Describe by data (. Name IS NOT INITIAL. Cl abap typedescr =. Cl abap typedescr =.
abap-editor.hippoedit.com
HippoEDIT : Syntax details - HippoEDIT
Download Latest Version - 1.60.
abap-engineer.org
Magellan Explorer
According to German law I have to declare that I'm not responsible for the content of external links. Der Autor dieser Seite ist nicht verantwortlich für den Inhalt von externen Links. Welcome to the Magellan Project Website. Why struggle over reams of abstract code when you could walk though the architecture instead? Based on a final thesis in computer science this is the first time a software visualization tool was used to analyse a system as complex as R/3. Feel free to have a first look at the results.
abap-expert.com
abap-expert.com - This website is for sale! - abap-expert Resources and Information.
The owner of abap-expert.com. Is offering it for sale for an asking price of 150 USD! The owner of abap-expert.com. Is offering it for sale for an asking price of 150 USD! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.
abap-experts.com
Home
Global coverage, local support. Increase performance and security. Make the world look small through system transparency. Are a group of SAP professionals offering a portfolio of value-add applications and services for SAP customers. Our mission is to provide tailored though affordable SAP add-ons, developed according our best practise approach. Besides software solutions we also offer a variety of consulting services, ranging from project implementation to spot consulting. In order to further expand our...
abap-explorer.blogspot.com
Explore...ABAP
Demo and Utility codes Tips and Tricks Best Practices. Using REGEX (Regular Expressions) we can build smart codes. Regex is used for string processing and they are very fast. In this example I'm formatting the names. My intention is to convert any name in the given format "Xxxxx Yyyyy". Using conventional ABAP programming this can get pretty messy as a name can be in any format. Thankfully REGEX helps a lot. Example Name: PIERRE-LOUIS LEFÈVRE. Another example with name: MARTIN LUTHER KING,JR.