cancel
Showing results for 
Search instead for 
Did you mean: 

bdc printing all asterisks in some fields

Former Member
0 Kudos

Hi friends,

I wrote a bdc program for F-02 with posting keys. Here Iam maintaining ref document number (XBLNR) as the key field.

So. for every new refdoc no, iam posting the entry.

In flat file I have taken one record as debit entry( with posting key 40) and some few records as credit entries ( posting keys 14). This entire group of records are considered as one entry ( sap posting). For this Iam comparing the debit and credit amounts. If both are same then Iam posting into sap.

Then for second entry lets say 5th record, this is again debit posting key. Iam segregating based on XBLNR.

for this iam using


at new xblnr.

but the data in the fields after xblnr field is displaying like stars ( *******************).

What could be the problem.

Please let me know.

Thanks & regards,

Murali Krishna. T

Accepted Solutions (0)

Answers (3)

Answers (3)

matt
Active Contributor
0 Kudos

This is a frequently asked question and not restricted to BDC. Thread locked.

Former Member
0 Kudos

Hi,

When you try to print the value with in AT NEW......... ENDAT it will print only starts. So you collect the values in some temp location and print outside of ENDAT. Then it will work fine.

Hope this will help you,

With regards,

vimal

Sm1tje
Active Contributor
0 Kudos

Actually: This is not the place for basic questions.

Search SDN first before posting.

Hint: AT <NEW>, <END> etc. has this 'side effect'. So search SCN and you will solve this 'enigma' yourself. Good luck with that.

Another hint: