cancel
Showing results for 
Search instead for 
Did you mean: 

Source File Name - ABAP

Former Member
0 Kudos

Hi Guys,

I am trying to get the source file name in an ABAP mapping. I have done Dynamic Config - for the target file map.

I have tried

*l_dyn_record-namespace = 'http://sap.com/xi/XI/System/File'.

l_dyn_record-name = 'FileName'.

CALL METHOD dynamic_configuration->get_record

EXPORTING

record = l_dyn_record.*

But it is giving me some error about the name space.

Can any help on this.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi Naveen,

Refer this forum thread

It should be able to resolve the problem, if not then paste here the error message which you are getting

Regards

Suraj

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

/people/shabarish.vijayakumar/blog/2009/03/26/dynamic-configuration-vs-variable-substitution--the-ultimate-battle-for-the-file-name the sample codes are defined here

sunilchandra007
Active Contributor
0 Kudos

Hi Naveen,

Check out the code in http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6398. [original link is broken] [original link is broken] [original link is broken]

Regards,

Sunil Chandra