Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap programs

Former Member
0 Likes
987

hi all

is there any way to findout sap provided programs which somewhat near by our rerquirement ?

note: other than tstc

regards

kanny

5 REPLIES 5
Read only

Former Member
0 Likes
861

Here are some of the Standard reports,

RSCLTCOP Copy tables across clients

RSAVGL00 Table adjustment across clients

RSINCL00 Extended program list

RSBDCSUB Release batch-input sessions automaticly

RSTXSCRP Transport SAPscript files across systems

RSORAREL Get the Oracle Release

RGUGBR00 Substitution/Validation utility

RSPARAM Display all instance parameters

RSUSR003 Check the passwords of users SAP* and DDIC in all clients

RSUSR006 List users last login

RSBTCDEL Clean the old background job records

RSDBCREO Clean batch input session log

RSPO0041 Removing old spooling objects

RSSNAPDL Clean the old ABAP error dumps

RV80HGEN inclusion of customer-specific routines

-- pricing procedure ( v/08 )

-- access sequence ( v/07 )

-- condition table ( v/05 )

-- condition type ( v/06 )

-- condition record ( vk11 )

RYTOA01 Transport conflicts check program

REKH0004 SAP demo program that shows how to do 2D, 3D, and 4D graphics.

RGUGBR00 Substitution/Validation utility

RHGEN00 Regen PD and PA inconsistencies

RHGRENZ0 Delimit IT1000 and related 1001s. Program will delete any 1001 infotypes whose start date is after the delimit date.

RHGRENZ1 Extend the end date on delimited records. Very useful when you delimit a bunch of records incorrectly, and need to change the end date.

RHGRENZ2 Delimit IT1001 only.

RKCTSEAR Search source code for up to two strings. Also see RSRSCAN1 and RPR_ABAP_SOURCE_SCAN.

RPDTRA00 List all HR transactions.

RPR_ABAP_SOURCE_SCAN Search ABAP code for a string. Has many more options for selecting the ABAPs to search than RSRSCAN1 or RKCTSEAR.

RPUAUD00 HR Report to list all logged changes for an employee. Uses the PCL4 Audit Cluster.

RPUAUDDL HR Report to delete audit data from the PCL4 Audit Cluster.

RPUDELPN Delete all info for an employee number, including cluster data and infotypes

RPUP1D00/10 View/Delete data from PCL1 Cluster

RPUP2D00/10 View/Delete data from PCL2 Cluster

RPUP3D00/10 View/Delete data from PCL3 Cluster

RPUP4D00/10 View/Delete data from PCL4 Cluster

RSABAPIV Mass print/display of ABAP/4 help text

RSAVGL00 Table adjustment across clients

RSBDCBTC Submit a BDC job with an internal batch number and wait for the end of the batch input session.

RSBDCDRU Prints the contents of a Batch Input session. No options for error transactions only.

RSBDCOS0 Execute UNIX commands. Looks similar to the old SAPMSOS0 program that disappeared in 3.0

RSBDCSUB Release batch input sessions automatically

RSBTCDEL Clean the old background job records

RSSDOCTB R/3 Table Manual - prints a list of all fields in the selected tables with the field name and the field documentation.

RSCLTCOP Copy tables across clients

RSDBCREO Clean batch input session log

RSINCL00 Extended program list

RSNASTED Process message control output for entries in the NAST table

RSORAREL Get the Oracle Release

RSPARAM Display all instance parameters

RSPO0041 Removing old spooling objects

RSRSCAN1 Search source code for a given string. Will also search includes. Also see RKCTSEAR and RPR_ABAP_SOURCE_SCAN.

RSSNAPDL Clean the old ABAP error dumps

RSTBSERV Compare a contents of a table between clients

RSTXFCON Converts SAPScript page formats

RSTXSCRP Save a SAPScript layout set to disk, and load it back into SAP.

RSTXSCRP Transport SAPscript files across systems

RSTXSCRP Upload and download SAPScript layout sets

RSTXTPDF4 Pass the spool number of a report's output to this program to have the output converted to PDF format.

RSTXTRAN Add standard texts to a transport so they can be moved between systems.

RSUSR003 Check the passwords of users SAP* and DDIC in all clients

RSUSR006 List users last login

RSWBO052 Change development class of a sapscript (provided by Alan Cecchini)

RSWBO060 put objects into a request and transport it to any other system

Read only

Former Member
0 Likes
861

U can check the table TRDIR and search for the prg created by SAP.

Regards

Anurag

Read only

andreas_mann3
Active Contributor
0 Likes
861

hi,

use trx: SE38 - search or SE84

A.

Read only

Former Member
0 Likes
861

can anyone tell me how to create a file on application server before downloading it using open dataset coommand.

thank u all

Read only

0 Likes
861

Hi @Ravi,

pls create a new thread with your request

A.