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

uploading the data(Interface)

NAeda
Contributor
0 Likes
572

Hello fnds

How to upload the data to a Particular Transaction for exp PA30 with authorization to that Tcode...?

thanks

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
547

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.

Read only

0 Likes
547

please let me know with out authorization how can we go to particulat transaction,.. how can we implement BDC Prg...?

Thnks

Read only

Former Member
0 Likes
547

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

Read only

0 Likes
547

please let me know with out authorization how can we go to particulat transaction,.. how can we implement BDC Prg...?

Thnks