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

query on Process logic for BAPI

Former Member
0 Likes
440

hi Everybody

My requirement is Uploading the data in to sap from excel by using one bapi called XBAPI_RE_SALES_REP_REPORT.So I have to prepare TS for this ,I have very less time,So please help in process logic,i mean to say,just explain how the processing logic takes place when I am using this BAPI ,in my excel sheet the following are the fields 1) comap code 2) contract # 3) sale type 4) report from 5) Report from 6) Report to 7) Sales Net Volume.These are the fields which I have in the excel sheet.So please explain me as soon as possible

3 REPLIES 3
Read only

Former Member
0 Likes
412

Hello,

1) selection-screen : File Name.

2) Fetch data and do the conversion and do SAP look ups if required.

3) name the BAPI can be used for posting data.

4) if data having error then do Error handling.

Just explain above 4 steps by modifying based on your design.

********Poorna**********

Read only

Former Member
0 Likes
412

Hi,

First you upload the excel data into sap itabs.

Then pass the itab data to the corresponding bapi structures and then pass to the bapi func module.

i didn't find the BAPI fm, please check and give the fm for further details

Read only

0 Likes
412

hi ashok,

Fst for all i am very thankful to u for giving the response and I came to know that you in correct way,here I am explaiing you clearly Plz help me in preparing TS,I hvae very less time yaar,

See my requirement is i hve to upload the data from excel sheet to sap by using BAPi called xbap_re_sales_rep_report( I think you cannot open in ur system) it is related to real estate module).my field in excel sheet are comp code,contract no,sales type,report from ,report to ,and net volume,so tell me the process logic after fetching the data from excel sheet,i mean we can uplaod teh data in to internal table by using gui_upload that shud b fine what ant after loadig the data in to internal table .As you said you r right .we hvae to passthe data to the corresponding bapi structures,that you shud tel me yaar,plz how to pass these to correspinng structures plese right some doing cleary,thanks