Tuesday, August 16, 2005

Line Printer

For Line printer to work without any control characters the printer has to be defined as Remote Printer at Unix Level.
The user exit for passing some print controls is at the level device type and Format in SPAD.
 

OS commands From SAP

LIST_DB2DUMP can be used to find out the list details.
RSLOGCOM is the program for executing this. ( SM49)
 

Tuesday, August 09, 2005

FTP check RSFTP002

You can use program RSFTP002 to see if a ftp destination is working as expected.
 

Dynamic tables

 

Regards

Ankur Bhandari

Sap Production Support (Tech Lead)

 

DHL

Scottsdale, AZ, 85260

USA

 

Phone  +1 480 375-7188

Mobile  +1 480 226-0584

eFax    +1 315 292-9570

 

Ankur.bhandari@dhl.com

www.dhl.com

 

Modifying fields not available in User exit

 
*Step 1: Assign the program/field name of calling program variable to field symbol 1
assign '(zcall_program_name)fname_from_call_program' to <fs1>.


*Step 2: Assign field Symbol contents to field symbol  2
assign (<fs1>) to <fs2>.          


*Step 3: Assign Field Symbol 2 to avariable in the current function module/Program
vbap-vbeln = <fs2>.

Creating field exits

RSMODPRF program can be used.
 

Thursday, August 04, 2005

Function module to set and get parameter id's

These function modules can be used to set any parameter id at runtime and retrieve the same as well.
RHP0_SET_USER_PARAMETER
                    Usage = parameter id = zabb
                                Value ="x"
                                 
RHP0_GET_USER_PARAMETER
                        parameter id = zabb.