Friends,
I have to map data from customs export declaration document to a print form.
I am new to using GUID keys and do not know how to use them while selecting data from tables.
Further, I am not sure how to link the screen fields in the customs export declaration to table fields in the GTS system as i have to display data in the form based on the value in screen fields in the customs document.
Points will be rewarded for helpful answers.
Regards,
John.
Request clarification before answering.
John,
You can use tables /SAPSLL/CUHD to read the
Customs document header details.
Pass the GUID_CUHD from this table to the table
/SAPSLL/CUIT(Customs document item details) to
get the item data.
You can use other tables like /SAPSLL/PNTPR, /SAPSLL/PR,
/SAPSLL/PRCON, /SAPSLL/BOPHD, /SAPSLL/BOPIT etc.
to fetch the Product and Bill of Product details.
To print the data using T5, T1, SAD smartforms you can use standard parameter IS_PRN(provided in the smartform) which contains all the customs document data.
Hope this helps.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi RK,
Thanks for your reply.
I am new to GUID concept and don't know how to pass the GUID_CUHD from /SAPSLL/CUHD table to the table
/SAPSLL/CUIT. I would greatly appreciate if you could provide more information or some sample code for the same.
My form interface has IS_PRN parameter as input parameter. Does this mean i dont have to write select statement to pass data from the customs declaration document to the form interface.
Please reply.
Regards,
John.
| User | Count |
|---|---|
| 7 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.