Lsmw is one time requirementcall tr. doesn't have log file. we have to maintain explicitly
debdas subudhi
Nov 12th, 2006
we can run the lsmw both foreground and background, and call transaction does not allow to run in background as most of time we use to run lsmw in background due to high data load.
For up loading?text file we use the pre-defined FM gui_upload. in that FM we have the parameter has_field_seperator, for that we assign the default delimiter 'x'.?????????? HAS_FIELD_SEPERATOR = 'X''X' can provide the What ever delimiter we used in flat file for seperation.
After picking data from data base table ,transfer that data in into unix path.P_UPATH is unix path.LOOP AT IT_LOCL1. TRANSFER IT_LOCL1 TO P_UPATH. ENDLOOP.
Hi,UPload :?uploading file from presentation sever to internal table?with use of dialog is possible in upload function & here file name & file type are asked at run time with prompt.Ws-Upload : uplo...
UPLOAD does not require the Filename and Filetype to be exported to the function, instead it will ask for the same at the runtime. However for WS_UPLOAD, these two parameters need to be passed.
BAPI's are the remote enabled Function modules which are defined in the Business Object Repository (BOR) as the methods of the business objects.I can say BAPI is the subset of RFC. RFC connects to the other system via BAPI and vice versa.
For background job submission use tcode sm36, display sm37 (t.c se37 for function module).
sekhar
Apr 18th, 2007
HiSM36 is for to define the jobsSM37 is for to view the job status like released or scheduled or cancelled.SE36 is for defining the LDBSE37 is for function modules
All?synchronous update the sy-subrc is set to 0 only when the particular transaction is executed and also the changes have done to the database,But in asynchronous update the sy-subrc is set to 0?if ?the transaction is executed without any fail, not the database changes.
sudhar
May 1st, 2006
In synchronous method incase if there is any change in the table all the related tables will be changed accordingly and then sy-subrc will be returned.In asynchronous method in case if there is any c...
We can handle table control using line index , Line index indicates which line of Table control is to be use for BDC transaction,Ex - perform bdc_field using 'RC29K-AUSKZ(01)'indicates 1st line of table control is going to be used for transaction which is Line index of Table Control
Steps to create manual BDC session1) Use BDC_OPEN_GROUP to open the session2) loop on the internal table which you will use in transaction ,stps of BDC transaction recording Use BDC_INSERT to insert 1 transaction in Sessionendloop3) Use BDC_CLOSE_GROUP to close the session ,
In actual BDC table control is concept?and seprate from screen teble control.How? like sales order (va01), you creates only one sale order but sale order may have no of material's inside it .so trans...
ramana reddy
Dec 14th, 2006
table control is used to main data under one header details we r maintain no of item detailswith the help of concatenate
If you talking about multiple T-code then we can write code for multiple t-code using perform an form in call transaction.
ramana reddy
Dec 14th, 2006
In the function module tcode here mention transaction code, and dynprotab here mentioning internal table name ,calling no of times a FM and assing TCODE and INTERNALTABLENAME
Ans