cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

customs export declaration screen fields - form mapping

Former Member
0 Likes
3,385

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.

View Entire Topic
Former Member
0 Likes

John,

Double click on the /SAPSLL/PRN_IF_S deep structure which is assigned to IS_PRN in the section GLOBAL SETTINGS.

Have a look at the structures and tables embedded in the above deep structure.

It's Customs document header, item & other details so you do not have to write SELECT statements to read the data again.

It's all availabe in there.

Write the data to your parameters(as explained in my previous post) to print on the form output.

Hope this helps.

Thanks