|
Written by Anon.
|
|
Sunday, 21 January 2007 |
|
|
|
Read more...
|
|
|
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. |
|
|
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...
|
|
|
Written by Anon.
|
|
Saturday, 20 January 2007 |
|
Prevent user from submitting the same jobname ZXXX twice |
|
Read more...
|
|
|
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...
|
|
|
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 )
|
|
|
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 |