‎2007 Jun 06 12:04 PM
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
‎2007 Jun 06 12:11 PM
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
‎2007 Jun 06 12:08 PM
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
‎2007 Jun 06 12:11 PM
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^
‎2007 Jun 06 12:11 PM
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
‎2007 Jun 06 12:12 PM
) 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
‎2007 Jun 06 12:14 PM
UPLOAD - from presentation server obselete
GUI_UPLOAD - from presentation
SE11 -> Dictionary object -> Copy.
SE71 main screen DEBUG u will find it.
regards
prabhu
‎2007 Jun 06 12:24 PM
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
‎2007 Jun 06 1:19 PM
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