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: 

View Shipping History

Former Member
0 Kudos

Hi All,

How to Ceate BAPI ,Whar are the Transaction we are using

Please Give me the Detail Navigation.

iam waiting for your Guidence

3 REPLIES 3

RenaldWittwer
Contributor
0 Kudos

Hi,

you can create a BAPI with transaction SE37.

Have a look to this link: http://help.sap.com/saphelp_47x200/helpdata/en/4c/4c0e99725311d396a80004ac96334b/frameset.htm

This is more a topic of ABAP-Programming.

Hope this helps!

Best regards

Renald

PS: This is not the first question you asked. Please close your questions and reward points if you are satisfied, that other can find the solution. Thanks!

RenaldWittwer
Contributor
0 Kudos

Hi Raja,

did you solve your problem? Your questions are answered?

Please mark your threads as answered, that other can find the given solution.

Best regards

Renald

0 Kudos

Thanks Renald,

For your reply

Import Parameters

Parameters Technical Names Attributes

1. User Name USER_NAME Required

2. Shipping point VSTEL like likp-vstel Required

3. Shipping date from SHP_DT_FROM required

4. Shipping date to SHP_DT_TO required

5. Delivery Number from VBELN_FROM like likp-vbeln optional

6. Delivery Number to VBELN_TO like likp-vbeln optional

7. Ship to city optional

8. Ship to country Optional

Export parameters

Tables

Table 1 – has all the output fields as follows –

Technical Names Source

1. Requestor Name USER_NAME From import parameter

2. Shipping Point VSTEL Delivery / import parameter

3. Creation Date CRDATE Delivery(LIKP/LIPS)

4. Created Time CRTIME Delivery(LIKP/LIPS)

5. Delivery Number VBELN Delivery(LIKP/LIPS)

6. Ship to attn name ATTN

7. Ship to Name NAME Customer master

8. Ship to address(street) STREET1 -“--

9. Ship to city CITY -“--

10. Ship to state REGIO -“--

11. Ship to zip PSTLZ -“--

12. Ship to country LAND1_TO -“--

13. Ship to Phone number TELEPHONE -“--

14. Cost center KOSTL Delivery Text

15. Number of pieces ANZPK LIKP-ANZPK

16. Bill of Lading number BOLNR LIKP-BOLNR

17. Shipped by SENDER Delivery Text

18. Ship Date SHPDT ZSDIN-CDATE

19. Route ROUTE LIKP_ROUTE

20. Weight BTGEW Delivery(LIKP/LIPS)

21. Shipping cost COST ZSDMN1

Table 2 – has all the errors in a table of structure BAPIRETURN

Table RETURN_MSGS LIKE BAPIRETURN

Exceptions - none – all error messages are returned in table RETURN_MSGS

selection criteria – Shipping point , Date, delivery number etc and make sure it returns the right data.

this is my qestion

Give me guideline, please send me example programn or Code for this

Regards

Raja Sekhar.T