Application Development 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: 

urgent Pls. Bapi.

Former Member
0 Kudos

Please friends tell me the Standard Bapi Functional Module for tcode PA30 infotype 9003 ,

fields are

TYPES: BEGIN OF t_excel_file,

Clock like pa0105-sysid

Name TYPE c,

appwklyhrs LIKE pa9003-appwklyhrs,

reasontext LIKE pa9003-reasontext,

nbrofweeks LIKE pa9003-nbrofweeks,

datefrom LIKE pa9003-datefrom,

dateto LIKE pa9003-dateto,

END OF t_excel_file.

Thanks & regards.

M S Anil.

Edited by: M Srinivasa Anil Kumar on Feb 1, 2008 9:00 AM

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Look at thread

(You may also call transaction BAPI and select HR, or look (SE37, F4) for Function Module beginning with BAPI* in development class P*)

Regards

7 REPLIES 7

raymond_giuseppi
Active Contributor
0 Kudos

Look at thread

(You may also call transaction BAPI and select HR, or look (SE37, F4) for Function Module beginning with BAPI* in development class P*)

Regards

0 Kudos

Hi Raymond Giuseppi,

I had searched the function module using the key BAPI_HR* i got one function module

1) BAPI_HRMASTER_SAVE_REPL_MULT . ( BAPI for Replicating HR Master Data, HR Organizational Data )

here i can see number of infotype but unable get fields for infotype 9003.

can u please suggest me any specific standard BAPI function module for this table pa9003 to upload data

for the Tcode pa30 infotype 9003 .

Thanks & Regards,

M S Anil

0 Kudos

PA9003 is a customer Infotype (it begins with 9) so i am not sure it exists a standard BAPI for this one. (it should be a "generic" one)

Maybe you could write your own BAPI ?

The rules/checks are customer specifics and were defined when the infotype was developped in your system. [Developing an Infotype (Planning)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP.pdf]

Regards

0 Kudos

Raymond Giuseppi,

R u Conform about this standard BAPI ?.

May be it is customer specific BAPI, Thanks for your suggestion, if u get any BAPI related to pa30 infotype 9003, pls let me know about it,i was still searching for the BAPI PA 9003 as i m not conform.

Thanks & Warm Regards,

M S Anil.

0 Kudos

Hi friends ,

I m closing the thread, I got the solution,actually infotype 9003 is customized infotype, so standard BAPI will not work, so need to create a BAPI function module,Thanks for your support, points i had given to you you can check that,if you have any BAPI documents Please send me a copy.

Thanks & Regards,

M S Anil.

Former Member
0 Kudos

Hi,

Check FM HR_INFOTYPE_OPERATION

And check BAPI BAPI_PERSDATA_CREATE.

Regards,

Satish

0 Kudos

Hi satish,

Thanks for ur reply, but satish

1) HR_INFOTYPE_OPERATION is not a BAPI function module also it is for Infotype 0001.

2) BAPI_PERSDATA_CREATE is for Infotype 0002.

Do u get any Standard BAPI Function module for Infotype 9003 ?, if so please let me know about it.

Thanks & regards,

M S Anil