Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Tips and Tricks arrow ABAP Reports
ABAP Reports
Designing a report PDF Print E-mail
User Rating: / 15
Written by Anon.   
Sunday, 21 January 2007
Read more...
 
How to define types and data objects PDF Print E-mail
User Rating: / 3
Written by Anon.   
Sunday, 21 January 2007
* Elementary type character, length 20
DATA CUSTOMER_NAME(25) TYPE C.

* Non-elementary type
TYPES T_NAME(25) TYPE C.
DATA NEW_CUSTOMER_NAME TYPE T_NAME.

* Reference to a data object
DATA VENDOR_NAME LIKE CUSTOMER_NAME.

* Record
DATA: BEGIN OF BOOKING,
        ID(4) TYPE C,
        FLIGHT_DATE TYPE D,
        NAME LIKE CUSTOMER_NAME,
      END OF BOOKING.

* Internal table
DATA BOOKING_TABLE LIKE BOOKING OCCURS 100.
 
MIGO - Passing Parameter ID for PO PDF Print E-mail
User Rating: / 1
Written by Pavan Rachamalla   
Sunday, 21 January 2007
You can't do a set parameter id for the MIGO transaction like you can with VA02 for example. Instead you need to use the following function modules:
Read more...
 
Preventing same job from being started twice PDF Print E-mail
User Rating: / 0
Written by Anon.   
Saturday, 20 January 2007
Prevent user from submitting the same jobname ZXXX twice
Read more...
 
Displaying Selection Options in your report PDF Print E-mail
User Rating: / 4
Written by Anon.   
Saturday, 20 January 2007
When printing a report, you can print the search conditions or report parameters that the user entered.  For instance, if a report output was restricted to plants between 1011 and 1501, you may want to print  "Plants Between 1011 and 1501" on the report. This procedure describes the selected parameters.
 
Read more...
 
Sending attachment in background PDF Print E-mail
User Rating: / 0
Written by Kevin Wilson   
Saturday, 20 January 2007

Use Function Module SO_DOCUMENT_SEND_API1

  • If you use the doctype RAW a linebreak is automatically inserted after each line (or 255 characters)

  • If you want to add lines which are longer than 255 characters you must use a doctype other than RAW. If you use TXT no line breaks are inserted after 255 characters. For TXT documents you are responsible for the line breaks.

See OSS note 590126 (Sending CSV documents via SAPconnect)

Last Updated ( Wednesday, 14 February 2007 )
 
Prevent multiple job submitions PDF Print E-mail
User Rating: / 3
Written by Anon.   
Saturday, 20 January 2007
For some background update jobs, you might want to stop the user from submitting the jobs twice.
Last Updated ( Wednesday, 14 February 2007 )
Read more...
 
<< Start < Prev 1 2 3 4 5 6 Next > End >>

Results 76 - 82 of 82

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor