cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Script Country Code Elaboration Problem

Former Member
0 Kudos

Hi ABAP Gurus,

Iam using a SAP Script for FI Invoice and in that form we are fetching company code

Details from ADRC Table..Problem is when see the Print preview Country value is Differed.

Suppose when we give 'US' as input we are getting 'USA' in the Print Preview ,It is

getting in an Elaborated way..But the client wants me to get Only the input value.

he needs only 'US' and he does not need 'USA'..we are fetching ADRC-Country value from

table.

can any one please suggest.

Regards,

Chaitanya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi datta,

taking the value of country 'USA' hit the company code table T001 I suppose you require the value from this table , else there are multiple table of T001.... where you can find your value.

2) ask the functional for help, and pull out the fields technical details , like the table-name/structure-name and field name of the value and then using the 'USA' hit that table you should get your solution.

Best Regards,

Daljeet Singh

Former Member
0 Kudos

Hi

Move the country code to a simple char variable and print it in order not to trigger the coverstion routinr for output format

Max