abap-development-consultant.blogspot.com
ABAP Developers Journey: Convert Float To Packed Number
http://abap-development-consultant.blogspot.com/2009/09/convert-float-to-packed-number.html
Friday, September 4, 2009. Convert Float To Packed Number. We can use the round function to convert any FLTP value to packed number. Technically it is a rounding operation also. After having the rounded value in packed format , you can easily arrange your display format etc. Now you’ve got your rounded value ”pc”. Subscribe to: Post Comments (Atom). Input parameters for ENQUEUE/DEQUEUE Functions . - SAP Lock Mechanism -. Displaying Custom HTML Content Using cl gui html viewer. 160;  ...RTTS is a gr...
abap-development-consultant.blogspot.com
ABAP Developers Journey: ABAP Dynamic Function Call
http://abap-development-consultant.blogspot.com/2012/01/abap-dynamic-function-call.html
Friday, January 27, 2012. ABAP Dynamic Function Call. Code sample below shows how to implement a dynamic function call. Actually we need that kind of dynamic function call rarely instead of static call. However it helped me a lot in a complicated scenario. Less code , less effort and a clean code. Also you can check standard documentation in here . Subscribe to: Post Comments (Atom). Input parameters for ENQUEUE/DEQUEUE Functions . - SAP Lock Mechanism -. Replace/Remove Specified Characters From String.
abap-development-consultant.blogspot.com
ABAP Developers Journey: How to find a transaction code which calls SM30 for a specific table maintenance
http://abap-development-consultant.blogspot.com/2009/08/how-to-find-transaction-code-which.html
Tuesday, August 25, 2009. How to find a transaction code which calls SM30 for a specific table maintenance. We can simply create table maintenance program using table maintenance generator tool for a specific Z table that we have . And it's the fastest way to let the user start maintaining related data. After that usually people create a transaction code for this auto-generated program to make it easily accessible from end users. There are 2 fields. First one is transaction code , type Z*. 160; We ...
abap-development-consultant.blogspot.com
ABAP Developers Journey: Get Payslip PDF
http://abap-development-consultant.blogspot.com/2012/05/get-payslip-pdf.html
Thursday, May 17, 2012. Subscribe to: Post Comments (Atom). Input parameters for ENQUEUE/DEQUEUE Functions . - SAP Lock Mechanism -. A closer look at the lock FM parameters which is used commonly by transactional processes. * * * * * * * * * * * * * * * * * * * * * * . Displaying Custom HTML Content Using cl gui html viewer. 160; Here is my sample program that contains necessary operations to display custom html content using cl gui html viewer. It is simple and wo. Basic ABAP HTTP Request Sample. 160;Yo...
abap-development-consultant.blogspot.com
ABAP Developers Journey: BAPI_PRODORDCONF_CREATE_TT Activity Confirmation
http://abap-development-consultant.blogspot.com/2012/09/bapiprodordconfcreatett-activity.html
Thursday, September 6, 2012. BAPI PRODORDCONF CREATE TT Activity Confirmation. Bapi pp timeticket ,. Bapi2017 gm item create ,. Lt link conf goods mov TYPE. Bapi link conf goodsmov ,. Lt detail return TYPE. Bapi coru return WITH. Bapi pp timeticket ,. Bapi2017 gm item create ,. Ls link conf goods mov TYPE. Bapi link conf goodsmov ,. Ls bapi propose TYPE. Bapi pp conf prop ,. Ls bapi return TYPE. Ls detail return TYPE. Bapi coru return . I aufnr . " Order. I vornr . " Order Item. Ls timeticket-yield = ' .
abap-development-consultant.blogspot.com
ABAP Developers Journey: The type or namespace name 'RfcConfigParameters' could not be found (are you missing ...
http://abap-development-consultant.blogspot.com/2012/10/the-type-or-namespace-name.html
Friday, October 12, 2012. The type or namespace name 'RfcConfigParameters' could not be found (are you missing . SAP NET Connector 3.0 (NCo 3.0) is very useful for developing third party .NET based programs to extend the use of processes. And it is very well explained in its standard bundled documentation unlike the old versions. After you add references , you can easily start using provided framework,. Here I won't tell you about this framework however If you have errors like ". 160;Here we ch...Get pri...
abap-development-consultant.blogspot.com
ABAP Developers Journey: Submit program using variant and changing variant at runtime
http://abap-development-consultant.blogspot.com/2009/09/submit-program-using-variant-and.html
Friday, September 4, 2009. Submit program using variant and changing variant at runtime. You need to submit a program in background using a variant which is fetched from specified customizing table. However there is a selection field that needed to be ignored or changed. For example , variant includes company code specification and the other selections. I have to use the variant selections without company code specification. DATA : program TYPE rsvar-report ,. DATA : lv rc TYPE i. Valutab = lt values[].
abap-development-consultant.blogspot.com
ABAP Developers Journey: Displaying Custom HTML Content Using cl_gui_html_viewer
http://abap-development-consultant.blogspot.com/2011/06/displaying-custom-html-content-using.html
Wednesday, June 8, 2011. Displaying Custom HTML Content Using cl gui html viewer. Here is my sample program that contains necessary operations to display custom html content using cl gui html viewer. It is simple and would be very useful in some cases. July 2, 2012 at 7:43 PM. Thanks for sharing this code - just what I was looking for! July 2, 2012 at 9:26 PM. Hi Nice to know that it is helpful. Subscribe to: Post Comments (Atom). Input parameters for ENQUEUE/DEQUEUE Functions . - SAP Lock Mechanism -.
abap-development-consultant.blogspot.com
ABAP Developers Journey: Get Handling Unit Items From Delivery
http://abap-development-consultant.blogspot.com/2012/04/get-handling-unit-items-from-delivery.html
Wednesday, April 25, 2012. Get Handling Unit Items From Delivery. By the help of the code snippet below , you can get handling units related with specified delivery. LT HUS - Handling Unit Headers - VEKP. LT HUPOS- Handling Unit Items - VEPO. Hum hu header t WITH. Hum hu item t WITH. Vsep t rserob . If lock hus =. If with text =. Et item serialno =. No hu found =. Subscribe to: Post Comments (Atom). Input parameters for ENQUEUE/DEQUEUE Functions . - SAP Lock Mechanism -. 160; DATA...RTTS is a great c...
abap-development-consultant.blogspot.com
ABAP Developers Journey: Split File And Path
http://abap-development-consultant.blogspot.com/2012/09/split-file-and-path.html
Thursday, September 6, 2012. Split File And Path. Here is the simple solution for a problem that we frequently faced, splitting path and file name from files full path. Lv file path TYPE. C: inetpub wwwroot welcome.png'. Lv path only type. Lv filename only type. SO SPLIT FILE AND PATH'. Implement suitable error handling here. LV PATH ONLY 'welcome.png'. LV FILENAME ONLY 'C: inetpub wwwroot '. Subscribe to: Post Comments (Atom). Input parameters for ENQUEUE/DEQUEUE Functions . - SAP Lock Mechanism -.
SOCIAL ENGAGEMENT