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

PLant master

Former Member
0 Likes
2,817

Hi,

can you please let me know waht is th bapi to be used to display the plant master details

shyam

Hi,

can you please let me know waht is th bapi to be used to display the plant master details

shyam

14 REPLIES 14
Read only

Former Member
0 Likes
2,058

Hi,

Use the BAPI RFC_READ_TABLE to read the table contents for the table T001W..

OR you can create a custom BAPI and call T001W_READ..

Thanks,

Naren

Read only

0 Likes
2,058

Hi,

Can yoy please let me know how to create a custom BAPI as I am unaware of that

shyam

Read only

Former Member
0 Likes
2,058

goto se37 & press F4....In the popup click on Information system push button which opens another popup selection screen...Specify as BAPI & Plant which will list out the BAPI list...U can choose from this list which one is suitable for ur requirement.

Read only

Former Member
0 Likes
2,058

Hi peri ,

You can use the FM 'ISIDE_CE_GET_PLANT_TXT'.

Regards

ARUN

Read only

0 Likes
2,058

HI Arun,

The mentioned FM is not available. Hence can you please me any other alternative

shyam

Read only

0 Likes
2,058

Hi ,

Please check if the FM <b>J_1B_PLANT_READ</b>, is available .

Regards

Arun

Read only

0 Likes
2,058

HI Arun,

The function module is availbale moreover can you please guide me how to change the coding if the input parameter is changed for the standard BAPI BAPI_CUSTOMER_GETDETAIL1 i.e if the input paramter is going to be the date only then what are the changes to be made. KIndly reply to me at [email protected].

Kindly help me as I am doing BAPI for the First time

Regards,

shyam

Read only

0 Likes
2,058

HI Shyam ,

I am not clear with what is your actual requirement.

Regards

Arun

Read only

0 Likes
2,058

HI arun,

The function module you emntioned is a mormal function module so waht shouls I do to use it as a BAPI deo I need to copy the same and select the option remote-enabled mode

shyam

Read only

0 Likes
2,058

HI,

I have identified the standard bapi for the customer details to flow from SAP. In that the import parameters are customer number and sales org. but over here I have to the import paremeter as the date and fetch the custoemr details based on teh last modified date available in custoemr master

shyam

Read only

0 Likes
2,058

Hi ,

Could you please tell me your exact requirement and why do u want a BAPI , is the program used to get data from another server or some thing like that.

Regards

Arun

Read only

0 Likes
2,058

HI Arun,

I need to use a BAPI to send data from SAP to Portal server. They will be using SAP.NET connector to fetch the data from SAP and the input from them will be the date. Based on which I need to fetch the customer , plant and material details from SAP taking the last modified date into account.

shyam

Read only

0 Likes
2,058

make use of <b>BAPI_CUSTMATINFO_GETLIST</b>

Regards

Prabhu

Read only

0 Likes
2,058

Hi Prabhu,

I need to send the complete Customer info, Material Info and plant info separately from the SAP master tables

shyam