‎2008 Feb 05 6:19 AM
Hello fnds
How to upload the data to a Particular Transaction for exp PA30 with authorization to that Tcode...?
thanks
‎2008 Feb 05 6:22 AM
Data can be uploaded either using BDC or Call Transaction method.Check SAP Help for them.
But for loading data in PA30...i.e. to infotypes we can use FM HR_MAINTAIN_MASTERDATA which will check all the necessary validations and authorizations.
Regards,
Amit
Reward all helpful replies.
‎2008 Feb 05 6:30 AM
please let me know with out authorization how can we go to particulat transaction,.. how can we implement BDC Prg...?
Thnks
‎2008 Feb 05 6:26 AM
Firts u have to upload data from FLAT file to ITAB using GUI_UPLOAD
Then u can use either BDC program or BAPI FM , if exists
If BAPI exists , go for BAPI
else
Go for BDC, record the transaction in SHDB and then loop that recording in a pgm and supply the ITAB data one record ata time
Reward if useful
Narendra
‎2008 Feb 05 6:30 AM
please let me know with out authorization how can we go to particulat transaction,.. how can we implement BDC Prg...?
Thnks