cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
Former Member
0 Likes

John,

Call the function module READ_TEXT and pass

the ID, LANGUAGE, NAME and OBJECT.

Pass IS_PRN-H_GEN-GUID_CUHD to NAME(THEAD-TDNAME).

Read the table LINES from the function module into a work area(WA_LINES) and output the data on the form.

ID and OBJECT are maintained in SPRO.

Goto SAP GTS ---> General Settings ---> Text Control ---> Define Text Determination Procedures for Customs Shipments and Declarations.

Hope this helps.

Thanks