cancel
Showing results for 
Search instead for 
Did you mean: 

Prog required to upload file

Former Member
0 Kudos

Hello All,

I need to uploda my test file from desktop to AL11 for testing purpose. Is there any custom prog(ABAP) to upload?

Regards,

Moorthy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use the tcode cg3z for uploading the files to al11.

Thanks

Suma

Former Member
0 Kudos

Hello Suma,

I tried executing CG3Z transaction in SAP PI. But got a message saying tat transaction does not exist.

Regards,

Moorthy

RKothari
Contributor
0 Kudos

T-code CG3Z is also an option which can be used to upload files from ECC system (assuming the ECC and SAP PI directories are mounted / shared).

It won't work from PI abap stack.

Former Member
0 Kudos

But in my case for PI and ECC are mounted on different directories.

RKothari
Contributor
0 Kudos

Try uploading the file using t-code SXDA_TOOLS.

Or ask basis person to keep the file on the desired directory path in PI.

Former Member
0 Kudos

Hi,

As specified above already use tcode SXDA_TOOLS and select appropriate inputs and click on copy

and provide the path of the desktop file and application server path...

HTH

Rajesh

Former Member
0 Kudos

Hi Moorthy,

As said by Rahul use the transaction SXDA_TOOLS. There you need to enter the object type, program type & program.

Thanks,

HK

Former Member
0 Kudos

Hello Rahul,

As you suggested above, I executed the programm on PI ABAP stack and it is working fine.

Object type:DXOBJECT

Program type:BAPI

Program:Create

Similarly can you please tell me the program to delete a file from AL11

Thanks,

Regards,

Moorthy

RKothari
Contributor
0 Kudos

Basis person can help you in deleting the file from application server.

Not aware of any program which can delete the file from PI server.

Answers (1)

Answers (1)

RKothari
Contributor
0 Kudos

You can use t-code sxda_tools .

Provide below parameters:

Object type: dxproject

Program Type: Bapi

Program : create

Then click on "Copy"