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

UPLOAD

Former Member
0 Likes
794

HAI,

1) WHAT IS THE DIFF B/W UPLOAD , WS_UPLOAD, GUI_UPLOAD ?

2) HOW CAN COPY STD TABLE TO MAKE MY OWN Z_TAB ?

3) HOW CAN DEBUD SAP SCRIPT?

THANK YOU

ASHOK KUMAR

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
769

1.all the 3 are used to upload data from front end to sap system.first 2 FM are obsolete one.

2.Goto Se11 enter the standard table name & click copy icon.It will ask to enter the zversion table name.Enter a name & save it.

3.Execute rstxdbug program before running ur script

7 REPLIES 7
Read only

Former Member
0 Likes
769

Hi

1) WHAT IS THE DIFF B/W UPLOAD , WS_UPLOAD, GUI_UPLOAD ?

All the 3 fun modules are used to upload data from Local system to SAP

where as UPLOAD , WS_UPLOAD are old and outdated and no more used and the GUI_DOWNLOAD is the latest one and has to be used.

2) HOW CAN COPY STD TABLE TO MAKE MY OWN Z_TAB ?

From SE11, enter the Std table

Press COPY button from Application tool bar, copy to Z table

enter Dev class for your Ztable and save and activate.

3) HOW CAN DEBUD SAP SCRIPT?

From SE71 Tcode

enter script name

From menu Utilities-> activate debugger

then from SE38 execute the program, it stops in the script

you can check each field values in script

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
769

hi

good

ws_upload->

OBSOLETE: Transfer Presentation Server File to Internal Table

Uploads a file from the presentation server into an internal table.

Obsolete. Use class CL_GUI_FRONTEND_SERVICES.

GUI_UPLOAD->

Text

Upload for Data Provider

Functionality

The module loads a file from the PC to the server. The data can be

transferred in binary format or as text. Numbers and date fields can be

interpreted according to the user settings.

2->

go to se11

give the table name in the database table field

select the copy botton on the title bar

give your table name

3->write the hard coded break-point at the position where you want to check the sapscript.

thanks

mrutyun^

Read only

Former Member
0 Likes
770

1.all the 3 are used to upload data from front end to sap system.first 2 FM are obsolete one.

2.Goto Se11 enter the standard table name & click copy icon.It will ask to enter the zversion table name.Enter a name & save it.

3.Execute rstxdbug program before running ur script

Read only

Former Member
0 Likes
769

) WHAT IS THE DIFF B/W UPLOAD , WS_UPLOAD, GUI_UPLOAD ?

UPLOAD - Dynamically it will ask file name ( I mean during run time )

WS_UPLOAD - Dynamically it will not ask file name,GUI_UPLOAD - Same as WS_UPLOAD,GUI_UPLOAD will use in new version

2) HOW CAN COPY STD TABLE TO MAKE MY OWN Z_TAB ?

SE11->enter STD Table ->click on copy button

3) HOW CAN DEBUD SAP SCRIPT?

SE71->utilities-activate debugger

Read only

Former Member
0 Likes
769

UPLOAD - from presentation server obselete

GUI_UPLOAD - from presentation

SE11 -> Dictionary object -> Copy.

SE71 main screen DEBUG u will find it.

regards

prabhu

Read only

Former Member
0 Likes
769

1) WHAT IS THE DIFF B/W UPLOAD , WS_UPLOAD, GUI_UPLOAD ?

In upload it will ask for the Filename (Popup window),

In Ws_upload it Wont

In GUI_UPLOAD we can upload diiferent file types(Im not sure)

2) HOW CAN COPY STD TABLE TO MAKE MY OWN Z_TAB ?

In SE11 just give the Std table name and Copy (Icon in Appl Tool Bar). Give your tzble name(Z)

3) HOW CAN DEBUD SAP SCRIPT?

In se71 , Give the <Form name>. In menu Utilities->Activate Debugger.

Regards,

Rusidar

Read only

Former Member
0 Likes
769

Hi,

1)UPLOAD , WS_UPLOAD are old and outdated and no more used and the GUI_DOWNLOAD is the latest one and has to be used.

2) From SE11, enter the Std table

Press COPY button from Application tool bar, copy to Z table

enter Dev class for your Ztable and save and activate.

3)This can done in two ways:

In the form Utilities->debugger / RSTXDBUG FM for debugging script

The Procedure for debugging SAP script is:

Generally SAP script contains the Layout and corresponding print program.

First go to SE71 and enter ur script name. In the same screen go to Utilities->click on activate debugger option.

Now go to SE 38 and enter ur Print Program name and execute the program.

Now you can debug the script Page wise and window wise.

Regards,

Bhaskar