Application Development and Automation 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: 
Read only

how i will send the subcode values by using translation tables.

Former Member
0 Likes
419

Hi,

Kindly help me how i will send the subcode values by using below tables.

If PA0001-BURKS='1009' go to Function module to get previous Company Code Text and send the corresponding Sub Code according to ST Translation Table 2 below.

Else if If no value is returned Lookup PA0001-BURKS along with Report Number '100525' and send Sub Code value from ST Translation Table 1 below.

Table 1:

Report number company code text p0001-bukrs subcode paypoint

100525 ALP 1044 0002 0001

100525 JAY 1032 0006 0001

Table 2:

Report number company code text from function moduel subcode paypoint

100525 ABH 0007 0002

100525 API 0008 0005

Regards,

Sujan

Hi,

Kindly help me how i will send the subcode values by using below tables.

If PA0001-BURKS='1009' go to Function module to get previous Company Code Text and send the corresponding Sub Code according to ST Translation Table 2 below.

Else if If no value is returned Lookup PA0001-BURKS along with Report Number '100525' and send Sub Code value from ST Translation Table 1 below.

Table 1:

Report number company code text p0001-bukrs subcode paypoint

100525 ALP 1044 0002 0001

100525 JAY 1032 0006 0001

Table 2:

Report number company code text from function moduel subcode paypoint

100525 ABH 0007 0002

100525 API 0008 0005

Regards,

Sujan

2 REPLIES 2
Read only

naveen_kumar116
Active Participant
0 Likes
389

Hi,

Please try with memory id concept....

Think so it will help you,

Cheers,

Naveen.

Read only

0 Likes
389

Thanks.