‎2008 Dec 02 3:42 PM
Hi All,
I have to upload GB01 application data through Excel Sheet.
So that Which is Better Method for uploading in GB01 appli?
Plz anybody can suggest me
Advance Thanks
‎2008 Dec 02 3:52 PM
Hi
I think you can perform BDC on this transaction code. Go to SHDB, and do the recording of this transaction code and then Generate a program from the recording. You have an option to do it in the tcode SHDB.
Then in that program, Use ALSM_EXCEL_TO_INTERNAL_TABLE..to upload the excel sheet into internal table.
Then, in the code generated, pass on the internal table values to the sub routines.
For sample code for the above FM, please search in ABAP General or in this forum. Also, you will get sample code for BDC if you do some search.
Regards,
Vishwa.
‎2008 Dec 02 4:23 PM
use function modules JV_GB01_DIRECT_INPUT and JV_GB01_DOCUMENT_POST
‎2008 Dec 04 4:31 AM
Hi,
Plz give me the Suggestion How we Use those Function Modules.
Thanks
‎2008 Dec 03 5:24 AM
‎2008 Dec 03 5:46 AM
Hi
Check whether any standard transfer program exists for this else check for LSMW else finally go for recording of the transaction and create your own batch input program.
Cheers,
Hakim