SAP BASIS --TMS (IMPORT PROCESS)

SAP BASIS HANA ADMINISTRATION
5 Aug 202318:41

Summary

TLDRThis video script delves into the backend processes of SAP transport systems, focusing on the critical roles of tp.exe and R3trans.exe in exporting and importing data. It outlines the steps involved in a transport request, from selecting files to the execution of background jobs, and emphasizes the importance of the TP profile for successful operations. The script provides troubleshooting tips, including checking the existence of files, the functionality of TP, and the status of TRBAT and TRJOB tables in the database, ensuring a comprehensive understanding of transport system mechanics.

Takeaways

  • 📚 Understanding the backend processes of exporting and importing in SAP is crucial for effective troubleshooting.
  • 🔍 Two key executable files in SAP handle exporting and importing: tp.exe and R3trans.exe, with tp.exe initiating the process and R3trans.exe performing the actual work.
  • 🔑 The TP profile is essential for tp.exe to function correctly; it contains information about host names, database names, and transport routes.
  • 🔄 When importing a transport request, the process involves reading the profile, copying the go file to the temp directory, and initiating R3trans.exe to perform the import.
  • 🔧 Troubleshooting transport issues involves checking the existence of go and data files, the functionality of tp.exe, and the status of the temp directory and log files.
  • 📈 The RS TP test report (transaction code SC38) is used to verify the functionality of tp.exe and to ensure that the transport process is not encountering issues.
  • 🗂️ At the database level, the TRBAT and TRJOB tables are important for transport troubleshooting, as they store the job names needed for importing data.
  • 🕒 The R3trans.exe initiates the rdd impdp job, which is responsible for checking and performing import tasks at scheduled intervals.
  • 📝 Logs are generated and stored in the log subdirectory, providing a record of the import process's success or failure.
  • 🛠️ If transport is hanging or not progressing, checking the temp directory for running jobs and the log directory for any generated logs can provide insights into the issue.
  • 🚫 Clearing old entries from the TRBAT and TRJOB tables and ensuring that the rdd impdp job is scheduled correctly can resolve transport importation problems.

Q & A

  • What are the two executable files in SAP responsible for exporting and importing?

    -The two executable files in SAP responsible for exporting and importing are tp.exe and R3trans.exe. tp.exe initiates the process, while R3trans.exe does the actual work of connecting with the database and performing the export and import tasks.

  • What is the purpose of the TP profile in the context of transport requests in SAP?

    -The TP profile contains all the necessary information such as hostnames, database names, and transport route information that participate in TMS and transport layers. It is essential for tp.exe to know what steps to perform during the import process.

  • How can you check the application connectivity between the application and the database in SAP?

    -You can check the application connectivity between the application and the database in SAP by using the R3trans.exe with the -D command, which checks the link between the application and the database.

  • What happens at the backend when you import a transport request in SAP?

    -When you import a transport request, the tp.exe reads the co-file from the profile subdirectory to understand the necessary steps, then copies the go file from the cofile subdirectory to the temp subdirectory, and initiates R3trans.exe to perform the import job.

  • Why is the temp directory used during the import process in SAP?

    -The temp directory is used as a temporary storage area for the execution of background jobs that are needed during the import process. It is essential for the temporary storage of data and logs during the import operation.

  • What is the significance of the TRFM table in transport troubleshooting?

    -The TRFM table is not mentioned in the script, but it is likely a typo for TRFM (Transport File Management), which is crucial in transport troubleshooting as it contains information about the transport requests and files.

  • How can you verify if tp.exe is working correctly in SAP?

    -You can verify if tp.exe is working correctly in SAP by running the RS TP test report through transaction code SC38. If everything is working fine, you should see a green check mark.

  • What are the two tables in the database level that are important for transport troubleshooting in SAP?

    -The two tables in the database level that are important for transport troubleshooting in SAP are the TRBAT table, which contains the necessary jobs for import, and the TRJOB table, which records the execution of these jobs.

  • What is the role of the R3trans.exe in the import process?

    -The R3trans.exe reads the control information from the temp directory, performs the necessary actions as defined in the TP profile, and leaves logs in the temp directory, which are then moved to the log subdirectory by tp.exe.

  • What should you do if the transport importation is taking too long or hanging?

    -If the transport importation is taking too long or hanging, you should check the temp directory for running jobs, verify the existence of go and data files, check if tp.exe is working correctly, and ensure that the TRBAT and TRJOB tables do not have old entries that might be causing issues.

  • How can you ensure that the import dispatcher job (RDD IMPDP) is scheduled in all SAP systems?

    -You should check the system's job scheduler to ensure that the import dispatcher job (RDD IMPDP) is set to run at the specified interval, which is typically every minute according to the system's parameters.

Outlines

00:00

📚 Understanding SAP Transport Process

This paragraph delves into the backend processes involved in SAP's import and export functionalities. It emphasizes the importance of understanding these processes for effective troubleshooting. The speaker introduces two key executable files, tp.exe and R3trans.exe, which are responsible for exporting data from the database to the application level and vice versa. The paragraph explains the role of the TP profile and how it contains crucial information for transport routes and system connectivity. The focus is on the initial steps of the transport process, including reading the control file, initiating the R3trans.exe, and the significance of the TP profile for successful import and export operations.

05:02

🔧 Backend Operations and Troubleshooting

The second paragraph continues the discussion on SAP transport processes, focusing on the backend operations that occur during import. It describes the sequence of actions initiated by the tp.exe file, including reading the profile, copying the go file to a temporary directory, and initiating R3trans.exe to perform the import job. The paragraph also highlights the importance of the temporary directory for background job execution and the role of R3trans.exe in reading the control file and performing necessary actions, leaving logs in the temporary directory. The speaker advises on how to check if the transport process is functioning correctly, including verifying the existence of go and data files, checking the TP's operation through the RS TP test report, and ensuring the temp directory and log directory are updating correctly.

10:06

🛠 Deep Dive into Database-Level Transport Troubleshooting

This paragraph provides a deeper insight into the database-level aspects of SAP transport troubleshooting. It discusses the importance of checking the TRBAT and TRJOB tables for old entries that might hinder new imports. The speaker explains the process of how TP reads the go file and pastes the necessary job information into the TRBAT table, which is then executed in the TRJOB table. The paragraph also introduces the concept of the R3trans.exe initiating the 'RGD IMPDP' job, which checks for pending imports every minute and is crucial for the import process. The speaker stresses the need to ensure that this job is scheduled in all SAP clients for a smooth transport process.

15:08

🗂️ Finalizing Transport Troubleshooting Steps

The final paragraph wraps up the discussion on transport troubleshooting by summarizing the key steps and checks that need to be performed at both the application and database levels. It reiterates the importance of verifying the operation of TP, the presence of go and data files, the status of the temp and log directories, and the scheduling of the 'RGD IMPDP' job. The paragraph also reminds the audience to check for old entries in the TRBAT and TRJOB tables and to ensure that the log directory is updated correctly. By mentioning these keywords and steps, the speaker equips the audience with the necessary knowledge to effectively troubleshoot transport issues in SAP.

Mindmap

Keywords

💡Export

Export in the context of the video refers to the process of transferring data from the database level to the application level within an SAP system. It is a critical operation for moving data, such as configurations or code changes, out of a development environment and towards a production or testing environment. The script mentions 'exporting' as one of the functions performed by the tp.exe and r3trans.exe executables, indicating its importance in the transport process.

💡Import

Import is the counterpart to export, representing the process of bringing data into a system. In the video script, import is discussed extensively as the operation that follows the selection of a transport request and involves the use of a go file and data file. The script explains that import is facilitated by the same executables mentioned for export, emphasizing that import is about receiving data into the application or database.

💡Transport Request

A transport request is a collection of objects that need to be moved between different SAP systems or clients. The script describes the process of selecting a transport request as part of the import operation, highlighting its role in the workflow of data transfer within SAP environments. It is the mechanism through which changes are propagated through different stages of the SAP system.

💡Profile

In the SAP context, a profile contains settings and parameters that define how certain processes, such as transport, should be executed. The script mentions the TP profile, which is essential for the transport process, as it contains information about hostnames, database names, and transport route information. The profile is read by tp.exe to understand the steps required for the import or export operation.

💡tp.exe

tp.exe is an executable file in SAP responsible for initiating the transport process. As described in the script, it does not perform the actual work of exporting or importing data but rather initiates the process by calling upon r3trans.exe. It is a key component in the backend operations of data transfer within SAP systems.

💡R3trans.exe

R3trans.exe is another executable file in SAP that performs the actual work of exporting and importing data. The script explains that while tp.exe initiates the process, r3trans.exe is responsible for connecting with the database and executing the necessary actions for data transfer, making it a central player in the transport process.

💡TRBat Table

The TRBat table in the database is where the necessary jobs for importing data are written. The script mentions that the information from the profile is pasted into the TRBat table, which then manages the execution of these jobs. It is a crucial part of the database-level operations for transport troubleshooting.

💡TR Job Table

The TR Job table is where the jobs for importing data are executed. The script describes a process where jobs are copied from the TRBat table into the TR Job table and then executed. It is another key database table involved in the transport process and is important for monitoring and troubleshooting.

💡RGDIMPDP Job

RGDIMPDP, or Import Dispatcher, is a job that is scheduled in all SAP clients to check for pending imports and execute them. The script explains that this job is initiated by TP and is responsible for the regular checking and execution of import jobs, ensuring that data is transferred as needed.

💡Log

In the context of the script, a log is a record of the actions performed during the transport process, indicating whether they were successful or not. The script mentions that logs are left in the temp directory and then moved to a log subdirectory, serving as a crucial record for monitoring and troubleshooting the transport process.

Highlights

Importing and exporting in SAP involves backend processes handled by two executable files: tp.exe and R3trans.exe.

Understanding the backend processes is crucial for effective troubleshooting of transport issues in SAP.

The tp.exe file initiates the export and import processes, while R3trans.exe performs the actual database operations.

The TP profile is essential for tp.exe to know the host and database names involved in transport layers.

R3trans.exe connects with the database to perform export and import tasks, as initiated by tp.exe.

The R3trans.exe is responsible for the actual data transfer between the application and the database.

Importing a transport request involves selecting a transport equation and executing it with specific parameters.

The TP profile file (e.g., TP_domain_SID.pfl) contains critical information for transport route management.

Missing TP profile files can cause tp.exe to malfunction, highlighting the importance of this configuration.

The process of importing a transport request includes reading the CO-file, pasting into the TEMP directory, and initiating R3trans.exe.

Background jobs for import are controlled by information kept in the profile, which is read by tp.exe.

The TEMP directory is used for temporary storage during the execution of background jobs.

Logs generated during the import process are moved from the TEMP directory to the LOG subdirectory.

Transport troubleshooting involves checking the existence of GO files, data files, and the functionality of TP.

The RS TP test report (transaction code SC38) can be used to verify the functionality of the TP system.

Checking the TEMP directory for updates and logs in the LOG subdirectory is part of the troubleshooting process.

At the database level, transport troubleshooting involves examining the TRBAT and TRJOB tables for old entries.

The RDD IMPDP job is crucial for checking and performing pending imports in SAP systems.

Scheduling the RDD IMPDP job in all clients ensures timely checking and execution of import tasks.

Keywords for transport troubleshooting include TRBAT, TRJOB tables, and the RDD IMPDP job.

Transcripts

play00:00

when you say export and when you say

play00:02

import what is happening in a packet as

play00:05

a basis consultant if you know what is

play00:08

happening in the back end then only you

play00:09

can troubleshoot if you get any problem

play00:11

right

play00:12

so today we'll see what happens in the

play00:14

back end when you import a transport

play00:16

just you are selecting a transport

play00:18

request just you are putting your go

play00:20

file and data file into quality system

play00:22

so profile and data file and selecting

play00:24

your transport equation you are saying

play00:26

button

play00:27

and you are selecting the trial Target

play00:30

client and the options and say okay it

play00:33

is importing how it is importing what is

play00:35

happening in a backend that we will see

play00:37

today

play00:38

there are two executable files in sap

play00:41

which are responsible for this exporting

play00:45

and importing one is

play00:47

tp.exe second one is R3

play00:51

trans dot

play00:54

exc.exe so remember here

play00:58

directory

play01:03

So when you say x when you say release a

play01:05

transport request what have what is

play01:07

happening in a backend releasing is

play01:09

nothing but exporting from the database

play01:11

level to application Level so this

play01:13

export and when you say import both the

play01:16

things are done by this tp.exe and

play01:19

r3trans.exe

play01:22

remember here your TP won't do any well

play01:25

TVP just initiates R3 trans actually who

play01:29

will connect with your database means R3

play01:31

trans R3 trans will connect with your

play01:34

database that is the reason uh to check

play01:37

the application connectivity between

play01:38

application to database we use R3 trans

play01:41

hyphen D command to check the link

play01:43

between application to database so

play01:45

actual work is done by R3 trans TP only

play01:49

initiate the works

play01:51

r3trans.exe is responsible for exporting

play01:54

the data from a database to application

play01:56

and importing the data from application

play01:58

to database both export work and import

play02:01

were both done by R3 trans dot exe

play02:05

actual work is done by R3 trans dot exe

play02:08

so when you import a transport request

play02:10

how this TP and R3 transfer working to

play02:15

work this TP properly you should have

play02:17

that TP profile where you will get the

play02:20

TP profile USR sap trans bin under that

play02:24

bin you will be having TP underscore

play02:26

domain underscore sid.pfl file is there

play02:28

now if that file is missing your TP

play02:31

won't know what to do so that file

play02:34

contains all the host names all the

play02:37

database names uh which are participated

play02:40

in this in TMS and the transport layers

play02:42

transport routes information everything

play02:45

will be there so TP will read that

play02:47

profile TP profile if the TP profile is

play02:50

working not for not there TP won't work

play02:53

remember the interrelationship between

play02:55

this tp.exe and that TP profile

play02:59

who will do the actual work R3 trans who

play03:03

will initiate

play03:04

tp.exe when you import a transport

play03:07

request what happens so you will be

play03:10

having for example One Core file what is

play03:12

your profile name for example K sum 9

play03:15

lakh 2.

play03:17

and what is your data file

play03:19

are some 9 lakh 2.

play03:25

now you said stms underscore input stms

play03:29

underscore

play03:31

import

play03:33

and select your transport request Sid K9

play03:36

lag 2 and set single track button so

play03:39

what is happening in a backend at

play03:41

operating system level what is happening

play03:43

this is OS level only now

play03:46

OS level what is happening

play03:49

TP reads the co-file from where

play03:52

profile subdirectory

play03:54

to know the necessary steps to be taken

play03:59

to import this data into the database

play04:02

this is at application Level right

play04:04

database is here in the bottom

play04:08

in the bottom I am having database

play04:10

this is my database

play04:13

now you are at application Level

play04:18

application from application to database

play04:22

you have to input to import this data

play04:25

this R9 lakh to data into this database

play04:29

what some background jobs need to be run

play04:31

that background jobs information will be

play04:34

kept in your profile controlling

play04:36

information

play04:38

first who will Who is responsible TP and

play04:41

R3 terms right so TP first comes and

play04:44

reads the profile from cofile

play04:46

subdirectory it will go to co-files of

play04:49

directory and read that

play04:51

profile

play04:52

and TP will understand okay these are

play04:55

the steps I need to perform fine then it

play04:57

will copy that go file from kofile

play04:59

subdirectory and paste it into your

play05:01

Tempo subdirectory where it is running I

play05:03

told you why we use temp directory

play05:06

execution of that background jobs you

play05:08

need is a temporary storage area right

play05:10

so it will use that area

play05:12

that is the reason it will copy that

play05:15

entire profile to Temp subdirectory

play05:18

first

play05:19

TP reads profile from kofile

play05:21

subdirectory and copies that go file

play05:24

into temp subdirectory what is this

play05:26

profile is having

play05:27

all the necessary jobs we need to run

play05:30

everything is written in that

play05:32

then

play05:34

I'll write down otherwise

play05:39

first thing what happens TP

play05:41

reads

play05:43

core file

play05:45

from

play05:48

direct rate

play05:51

any doubt here

play05:53

please if you are having any doubt stop

play05:55

me

play05:57

anyone

play05:59

when you say Import in a backend this

play06:01

will happen

play06:03

second

play06:06

paste into

play06:08

temp subdirectory

play06:16

what is this pasting

play06:18

paste profile

play06:21

into temp subject okay done

play06:25

third point

play06:28

TP initiates

play06:32

R3 trans now R3 trans is coming

play06:36

TP initiates R3 trans TP is ordering R3

play06:40

truss to do the import job

play06:45

now how are three trust know what are

play06:47

the steps I need to perform

play06:49

R3 trans

play06:53

[Music]

play06:55

from

play06:58

temp directory

play07:03

and perform

play07:06

[Music]

play07:07

necessary actions

play07:10

[Music]

play07:14

finally

play07:16

leaves log at

play07:20

template

play07:23

so who is a TPC Builder R3 trans is a

play07:26

worker so I I ordered R3 task to perform

play07:30

some task at that location so you finish

play07:33

that work and from that location only

play07:35

you will inform me right sir the you

play07:37

whatever the work you have sent me I

play07:39

have completed the same way R3 trans

play07:42

read control for from subdirectory term

play07:44

subdirectory and perform necessary

play07:46

actions and leaves the log log means

play07:49

what whether it is successful canceled

play07:51

everything whatever at the tempo

play07:53

directory only

play07:54

it will finish the work and it will

play07:57

leave the log there itself finally the

play08:01

hero will come into picture

play08:02

TP comes

play08:04

and reads log from

play08:09

which directory

play08:10

temp directory directory and

play08:15

moves

play08:16

log to

play08:18

log sub directory

play08:23

there is another subdirectory right log

play08:25

is there

play08:26

first first of the log will generate

play08:28

here

play08:30

from here it will move that log to

play08:32

log sub directory

play08:35

the first thing is TP reads the go file

play08:38

and paste it into temp directory first

play08:40

process second one

play08:42

TB calls R3 trials to do the TPA Shades

play08:47

R3 trans R3 trans will come and read the

play08:50

profile from temp side directory and

play08:52

perform the necessary actions and the

play08:54

leaves the logs it itself there

play08:57

finally TP comes and read the log from

play08:59

temp directory and finally give log to

play09:01

logs update this will happen at

play09:04

operating system level

play09:06

transport is hang if your transport is

play09:08

running for so long time where you will

play09:10

check now

play09:12

see observe something

play09:14

few things here see temp in temp it is

play09:18

running all the jobs means in this step

play09:20

if you open that terms of the retainer

play09:22

some job names will come and vanish come

play09:24

and manage that means your import is

play09:26

happening

play09:28

and you will get the login log directory

play09:31

first of all you have to check whether

play09:33

go file and data file exist or not

play09:36

the second thing you have to check

play09:38

whether TP is working or not how you

play09:40

check whether TP is working or not there

play09:42

is one report called RS TP test

play09:46

go to sc38t code and run that

play09:50

rstp test report

play09:52

if you get everything Nike symbol I'll

play09:54

show you otherwise

play10:05

oh

play10:13

[Music]

play10:27

go to sc38

play10:30

and hit rstp test rsdp

play10:34

test and enter

play10:36

execute

play10:45

so you have to check whether your TP is

play10:47

working fine or not and you got Kofi in

play10:51

data fill or not and your temp directory

play10:52

is updating or not and did you get a log

play10:55

in that lock subdirectory

play10:58

everything is green here no all these

play11:01

things are not green

play11:02

so some problem is there in your TP

play11:04

definitely you will get transport

play11:06

importation problem everything should be

play11:09

in green

play11:11

then only that means your tip is working

play11:13

fine like this we have to check

play11:15

so till now you know what is happening

play11:18

in a backended application Level so go

play11:20

file data file TP you need to check

play11:24

Tempo directory you need to check log

play11:26

data yes or no

play11:28

any doubts here

play11:32

[Music]

play11:34

no

play11:35

everyone please

play11:40

so if anybody asks you about transport

play11:43

troubleshooting you should know all

play11:44

these things okay we have to check

play11:45

whether TP is working or Not by using

play11:47

rstp test report then first of all you

play11:51

have to check whether profile and data

play11:52

file generated or not then you have to

play11:54

check Tempo directory whether it is

play11:55

updating or not okay then we have to

play11:58

check the log

play11:59

okay in log directory also we checked

play12:01

law fine

play12:03

and what is happening in that database

play12:05

level that is second one database now in

play12:08

database level uh if you go with a

play12:10

database level there are two tables

play12:12

called first what happens in database we

play12:14

will see first TP

play12:18

rates

play12:20

profile

play12:21

from

play12:24

co-file subdirectory

play12:27

business

play12:34

now

play12:37

yeah okay

play12:38

directory

play12:43

then

play12:45

uh we need to discuss about two things

play12:47

here one is a TR bat table

play12:51

second one is TR job table there are two

play12:54

tables in the database level in

play12:57

transport troubleshooting you have to

play12:58

mention about these two tables one is TR

play13:01

bat second one is a TR job table

play13:04

subdirectory

play13:08

and this profile contains what all the

play13:10

necessary jobs right what are the jobs

play13:12

you need to run to import that data the

play13:16

job names will start from rgd jobs rdd

play13:19

some name will be there so I'm going

play13:21

with star star

play13:22

some rgd jobs you need to run to import

play13:25

the data that all the jobs will be

play13:29

written to your

play13:31

TR bad tip okay

play13:34

one by one job will be copied to tr job

play13:38

table and it will execute

play13:41

for start is a finish executed secondary

play13:44

teacher will be copied to tiaja executed

play13:46

third order is your fourth art like this

play13:49

all your rdd jobs which are needed for

play13:52

import that transport requests the data

play13:54

into your target database all the jobs

play13:57

name will be written in your profile

play13:59

that co-files information is this

play14:02

will be pasted into your trback table

play14:04

later all that jobs will be executed in

play14:08

TR job table so if somebody asks you

play14:11

about a transport troubleshooting you

play14:13

have to tell them whether trback and TR

play14:16

job got any old entries

play14:18

if there are any old entries that new

play14:21

entries is not accepting that so you

play14:23

have to delete that two tables entries

play14:25

then you have to re-import that

play14:27

transport then you will get it so first

play14:29

TP reads go file from code file

play14:32

subdirectory

play14:33

second thing

play14:38

paste cofi into

play14:42

TR bat table

play14:45

tier bat

play14:47

table this you know

play14:50

so it application Level TP reads profile

play14:53

and paste it into

play14:56

tempo subdirectory

play14:58

at a database level it is pasting into

play15:01

TR bad table it is pasting into

play15:04

TR a bad table remember that table name

play15:08

third at application Level TP initiates

play15:11

R3 trans right here TP initiates Punjab

play15:16

called rgd impdp job

play15:19

remember these keywords rgd impdp what

play15:24

is this rddi mpdp means

play15:26

import dispatches rdd jobs I told you

play15:29

rgd and then job name I import

play15:32

dispatcher job so this rdd impdp job is

play15:37

scheduled in all SAP systems what is

play15:40

this job security means import to

play15:42

dispatcher so this job will run for each

play15:45

and every one minute according to the

play15:47

parameter time whatever time you set

play15:49

according to that this job will check in

play15:51

your system whether is there any Imports

play15:54

I have to perform for every one minute

play15:56

the job will run and it will check the

play15:59

job will run it will check is there any

play16:00

Imports I need to perform yes if there

play16:03

are any Imports are pending it will

play16:05

important to the retailers so to do

play16:07

input anything into your database this

play16:12

job must be scheduled in your all the

play16:15

clients

play16:16

so TP initiates that job okay it will go

play16:20

and kick the job okay here some import

play16:22

job is there you perform then rdda mpdp

play16:26

will start one job another job from one

play16:30

the rdd job into trback then second

play16:33

order job into TR job it will copy this

play16:36

rdd job into TR jab and execute and

play16:38

vanish this job copy execute and vanish

play16:42

finally they leave login

play16:46

log subdirectory

play16:49

foreign

play16:55

log

play16:56

subdirect at application Level

play16:58

subdirectory means

play17:01

this will happen at a database so paste

play17:05

it into oh okay here

play17:07

it keep initiates a TR bat okay fourth

play17:10

one we will write this

play17:13

copy

play17:15

1 by 1

play17:18

job into TR job table now you can say TR

play17:23

job table

play17:25

and execute

play17:28

okay table and execute then leaves log

play17:31

at log subdirectory this is happen at a

play17:34

database level so see at application

play17:37

Level the troubleshooting part is

play17:39

whether TP is working or not whether go

play17:41

file data file generated or not third

play17:43

one

play17:45

check the temp directory check log

play17:47

subdirectory at database level

play17:50

you have to check whether TR bat and TR

play17:53

job tables got any old entries whether

play17:56

our GDI and PDP job is scheduled or not

play18:00

then you have to check this log also so

play18:03

you have to mention trback table name TR

play18:05

job table name

play18:07

and

play18:09

rdd impdp if anybody asks you

play18:13

about your

play18:15

this transfer troubleshooting

play18:19

what are the job names TR bat and TR job

play18:22

these two are tables remember

play18:24

TR bat and TR Java tables rdd impdp's

play18:29

job

play18:31

job

play18:34

so if you mention all these keywords

play18:37

that is enough for transport

play18:39

troubleshooting

Rate This

5.0 / 5 (0 votes)

الوسوم ذات الصلة
SAP TransportBackend ProcessesTroubleshootingImport ExportTP.exeR3trans.exeApplication LevelDatabase LevelTransport RequestProfile ManagementJob Scheduling
هل تحتاج إلى تلخيص باللغة الإنجليزية؟