!--a11y-->
Preparing Tables 
To carry out the activity, choose one of the following navigation options:
SAP ERP |
Extended Table Maintenance |
Transaction code |
SM30 |
SAP Menu |
System à Services à Table Maintenance à Extended Table Maintenance |
...
1. Call table TCAURL. Enter the required data.
Example
Category |
User ID |
URL |
TRACK_URL |
DHL |
http://www.dhl.com/track/track.post-track?awb=<AWBN>&origin=<COUNTRY> |
TRACK_URL |
FEDEX |
http://www.fedex.com/cgi-bin/track_it?trk_num=<AWBN>&dest_cntry=<DES_CTRY>&ship_date=<SHIPDATE> |
TRACK_URL |
UPS |
http://www.ups.com/tracking/tracking.cgi?tracknum=<AWBN> |
2. Call table TCAVAR. Enter the required data.
Example
Category |
User ID |
Function Module |
URL |
<AWBN> |
WS_READ_AIRWAYBILLNUMBER |
URL |
<COUNTRY> |
WS_READ_COUNTRY_OF_ORIGIN |
URL |
<DES_CTRY> |
WS_READ_DEST_COUNTRY |
URL |
<SHIPDATE> |
WS_READ_SHIPDATE |